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

{
    "count": 4279,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4260&ordering=created_on",
    "results": [
        {
            "id": 11963,
            "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://www.youtube.com/watch?v=qk1JnExKcoo",
            "created_by": "LL2",
            "created_on": "2025-08-24T06:25:00Z"
        },
        {
            "id": 11964,
            "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=qk1JnExKcoo",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-24T06:46:00Z"
        },
        {
            "id": 11965,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch successful.",
            "info_url": "https://www.youtube.com/watch?v=qk1JnExKcoo",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-24T07:03:00Z"
        },
        {
            "id": 11966,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding seconds to T-0",
            "info_url": "https://www.spacex.com/launches/starship-flight-10",
            "created_by": "Nosu",
            "created_on": "2025-08-24T16:52:00Z"
        },
        {
            "id": 11967,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://x.com/spacex/status/1959668151483850997",
            "created_by": "Nosu",
            "created_on": "2025-08-24T17:48:00Z"
        },
        {
            "id": 11968,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/stephen_profile_20240714102602.png",
            "comment": "Event delayed by an hour",
            "info_url": "https://x.com/i/spaces/1PlJQOWdmrkKE/peek",
            "created_by": "juststephen",
            "created_on": "2025-08-24T21:04:00Z"
        },
        {
            "id": 11969,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Now targeting Aug 24 at 23:45 UTC",
            "info_url": "https://www.spacex.com/launches/starship-flight-10",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-24T22:47:00Z"
        },
        {
            "id": 11970,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day for ground system issues.",
            "info_url": "https://x.com/SpaceX/status/1959755893324865963",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-24T23:14:00Z"
        },
        {
            "id": 11971,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed till NET August 26.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-24T23:54:00Z"
        }
    ]
}