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

{
    "count": 4054,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4020&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4000&ordering=created_on",
    "results": [
        {
            "id": 11302,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to June 22.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=ax-4",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-18T03:19:00Z"
        },
        {
            "id": 11303,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1ypKdZvOVNjJW",
            "created_by": "Nosu",
            "created_on": "2025-06-18T05:55:00Z"
        },
        {
            "id": 11304,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Launch successful",
            "info_url": "https://x.com/SpaceX/status/1935231586435584258",
            "created_by": "Nosu",
            "created_on": "2025-06-18T07:07:00Z"
        },
        {
            "id": 11305,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://x.com/BCCarCounters/status/1935366760846217240",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-18T17:37:00Z"
        },
        {
            "id": 11306,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://x.com/nasaspaceflight/status/1935518808170480079",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-19T02:17:00Z"
        },
        {
            "id": 11307,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by NASASpaceflight has started",
            "info_url": "https://www.youtube.com/watch?v=WKwWclAKYa0",
            "created_by": "LL2",
            "created_on": "2025-06-19T02:18:00Z"
        },
        {
            "id": 11311,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63094.msg2694866#msg2694866",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-19T03:40:00Z"
        },
        {
            "id": 11312,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://tass.ru/armiya-i-opk/24269827",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-19T03:50:00Z"
        },
        {
            "id": 11313,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Starship S36 exploded during its second static fire tests",
            "info_url": "https://www.youtube.com/watch?v=WKwWclAKYa0",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-19T04:06:00Z"
        },
        {
            "id": 11314,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch delayed due to explosion of the assigned Starship",
            "info_url": "https://x.com/NASASpaceflight/status/1935548909805601020?t=48GsTawVcG8vjJ5_R8J6Kw&s=19",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-19T04:42:00Z"
        }
    ]
}