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

{
    "count": 4154,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=260&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=240&ordering=-created_on",
    "results": [
        {
            "id": 11573,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Jet Propulsion Laboratory has started",
            "info_url": "https://www.youtube.com/watch?v=sLjvAmK_siU",
            "created_by": "LL2",
            "created_on": "2025-07-21T15:58:00Z"
        },
        {
            "id": 11572,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for NET July 31 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63237.msg2702644#msg2702644",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-21T13:46:00Z"
        },
        {
            "id": 11571,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.isro.gov.in/Mission_GSLVF16_NISAR.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-21T12:32:00Z"
        },
        {
            "id": 11570,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2702291#msg2702291",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-21T11:33:00Z"
        },
        {
            "id": 11569,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 50% favorable for launch.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20mPOWER-D%20L-1%20Forecast%20-%2021%20Jul%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-20T13:29:00Z"
        },
        {
            "id": 11566,
            "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/1946433848725868817",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-19T04:57:00Z"
        },
        {
            "id": 11568,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked docking time.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-19T04:57:00Z"
        },
        {
            "id": 11567,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-19T04:57:00Z"
        },
        {
            "id": 11565,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1lPKqMBAwwdKb",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-19T03:53:00Z"
        },
        {
            "id": 11564,
            "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=hKGdAhm5zL4",
            "created_by": "LL2",
            "created_on": "2025-07-19T03:42:00Z"
        }
    ]
}