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

{
    "count": 4086,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=340&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=320&ordering=-created_on",
    "results": [
        {
            "id": 11069,
            "profile_image": "https://thespacedevs-prod.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=4-bCWJOh-4Q",
            "created_by": "LL2",
            "created_on": "2025-05-23T22:23:00Z"
        },
        {
            "id": 11068,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-16",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-23T18:02:00Z"
        },
        {
            "id": 11067,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added tentative launch window, TBC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62715.msg2688249#msg2688249",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-23T16:51:00Z"
        },
        {
            "id": 11066,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-spacex-32nd-commercial-resupply-services-undocking/",
            "created_by": "LL2",
            "created_on": "2025-05-23T15:46:00Z"
        },
        {
            "id": 11065,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=starship-flight-9",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-23T15:26:00Z"
        },
        {
            "id": 11064,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2688139#msg2688139",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-23T14:58:00Z"
        },
        {
            "id": 11063,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success & payload in contact.",
            "info_url": "https://tass.ru/kosmos/24030349",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-23T12:12:00Z"
        },
        {
            "id": 11062,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://tass.ru/kosmos/24027395",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-23T09:08:00Z"
        },
        {
            "id": 11061,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.blueorigin.com/news/new-shepard-ns-32-mission",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-23T04:40:00Z"
        },
        {
            "id": 11060,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch time is accurate to the second.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-23T03:07:00Z"
        }
    ]
}