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=760&ordering=-created_on
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=770&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=750&ordering=-created_on",
    "results": [
        {
            "id": 10758,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://plus.nasa.gov/scheduled-video/international-space-station-change-of-command-ceremony-2/",
            "created_by": "LL2",
            "created_on": "2025-04-18T18:40:00Z"
        },
        {
            "id": 10757,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://x.com/NASAKennedy/status/1913265704666628116",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-18T18:10:00Z"
        },
        {
            "id": 10756,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Apr 20 at 10:27 UTC",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-18T17:49:00Z"
        },
        {
            "id": 10755,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July.",
            "info_url": "https://x.com/TitaniumSV5/status/1913248212325933506",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-18T16:08:00Z"
        },
        {
            "id": 10754,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June.",
            "info_url": "https://x.com/TitaniumSV5/status/1913248212325933506",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-18T16:08:00Z"
        },
        {
            "id": 10753,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://x.com/TitaniumSV5/status/1913248212325933506",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-18T16:07:00Z"
        },
        {
            "id": 10752,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2680274#msg2680274",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-18T08:41:00Z"
        },
        {
            "id": 10751,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 24 per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2680271#msg2680271",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-18T08:33:00Z"
        },
        {
            "id": 10750,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload identity not confirmed.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2680066#msg2680066",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-18T08:28:00Z"
        },
        {
            "id": 10749,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-17T17:55:00Z"
        }
    ]
}