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

{
    "count": 4208,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4190&ordering=created_on",
    "results": [
        {
            "id": 11637,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.spacex.com/launches/sl-17-2",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-27T01:05:00Z"
        },
        {
            "id": 11638,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/sl-17-2",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-27T03:02:00Z"
        },
        {
            "id": 11639,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET July 29 LT.",
            "info_url": "https://fixupx.com/zaid_dillon/status/1949281337975902369",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-27T03:49:00Z"
        },
        {
            "id": 11640,
            "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=lyXPnGK_zk8",
            "created_by": "LL2",
            "created_on": "2025-07-27T04:26:00Z"
        },
        {
            "id": 11641,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff",
            "info_url": "https://www.youtube.com/watch?v=lyXPnGK_zk8",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-27T04:32:00Z"
        },
        {
            "id": 11642,
            "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/1949344499487887582",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-27T05:48:00Z"
        },
        {
            "id": 11643,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5193112784732794",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-27T12:10:00Z"
        },
        {
            "id": 11644,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated undocking date and time.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-27T17:38:00Z"
        }
    ]
}