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

{
    "count": 4174,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4170&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4150&ordering=created_on",
    "results": [
        {
            "id": 11631,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "All spacecraft separated.",
            "info_url": "https://www.youtube.com/watch?v=mP9_UNXQrFk",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-26T03:46:00Z"
        },
        {
            "id": 11632,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://cnes.fr/communiques/succes-de-mise-orbite-de-constellation-co3d-satellite-microcarb",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-26T05:49:00Z"
        },
        {
            "id": 11633,
            "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=nM240ysQXdE",
            "created_by": "LL2",
            "created_on": "2025-07-26T08:51:00Z"
        },
        {
            "id": 11634,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1nAKEgaYWNbJL",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-26T09:02:00Z"
        },
        {
            "id": 11635,
            "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/1949049352217149808",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-26T10:10:00Z"
        },
        {
            "id": 11636,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 20.",
            "info_url": "https://forum.novosti-kosmonavtiki.ru/index.php?msg=2747546",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-26T12:22:00Z"
        },
        {
            "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"
        }
    ]
}