API endpoint that allows Updates to be viewed.

GET: Return a list of all the existing Updates.

FILTERS: Parameters - 'created_on', 'launch__id', 'program__id', 'launch__launch_service_provider__id', Example - /api/2.2.0/updates/?status=Active

ORDERING: Fields - 'created_on', Example - /api/2.2.0/updates/?ordering=-created_on

GET /2.2.0/updates/?format=api&offset=1060&ordering=created_on
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 4258,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1070&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1050&ordering=created_on",
    "results": [
        {
            "id": 8358,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=ZqmaT4POtV4",
            "created_by": "LL2",
            "created_on": "2024-08-20T13:10:33Z"
        },
        {
            "id": 8359,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://x.com/i/broadcasts/1zqJVYgAjwVGB",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-20T13:20:16Z"
        },
        {
            "id": 8360,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1825901745035423756",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-20T14:43:01Z"
        },
        {
            "id": 8361,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for NET August 26 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2617456#msg2617456",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-20T16:49:14Z"
        },
        {
            "id": 8362,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 24.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-20T16:50:08Z"
        },
        {
            "id": 8363,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch time is accurate to the second.",
            "info_url": "https://x.com/tskelso/status/1826077449152778554",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-21T02:03:58Z"
        },
        {
            "id": 8364,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 27.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61372.msg2617787#msg2617787",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-21T16:01:11Z"
        },
        {
            "id": 8365,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/spacex/status/1826401360776232989",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-21T23:37:42Z"
        },
        {
            "id": 8366,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 28.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-22T02:01:13Z"
        },
        {
            "id": 8367,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by ThatSpaceDogeGuy has started",
            "info_url": "https://www.youtube.com/watch?v=0j6YrkSDOGk",
            "created_by": "LL2",
            "created_on": "2024-08-22T12:20:01Z"
        }
    ]
}