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

{
    "count": 4138,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4120&ordering=created_on",
    "results": [
        {
            "id": 11435,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1939025968259367013",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-28T18:22:00Z"
        },
        {
            "id": 11436,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.youtube.com/watch?v=cXVdHq4ZGNU",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-28T18:49:00Z"
        },
        {
            "id": 11437,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/blueorigin/status/1939285529645777138",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-29T12:02:00Z"
        },
        {
            "id": 11438,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "On hold awaiting launch site weather.",
            "info_url": "https://x.com/blueorigin/status/1939301171451089216",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-29T12:35:00Z"
        },
        {
            "id": 11439,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/blueorigin/status/1939319117829566532",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-29T13:46:00Z"
        },
        {
            "id": 11440,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Blue Origin has started",
            "info_url": "https://www.youtube.com/watch?v=N-rq-Ul58a0",
            "created_by": "LL2",
            "created_on": "2025-06-29T13:59:00Z"
        },
        {
            "id": 11441,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=N-rq-Ul58a0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-29T14:41:00Z"
        },
        {
            "id": 11442,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Mission completed.",
            "info_url": "https://www.youtube.com/watch?v=N-rq-Ul58a0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-29T14:52:00Z"
        }
    ]
}