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

{
    "count": 4241,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=130&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=110&ordering=-created_on",
    "results": [
        {
            "id": 11704,
            "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=k0ILMhbWHNQ",
            "created_by": "LL2",
            "created_on": "2025-08-01T11:32:00Z"
        },
        {
            "id": 11703,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch delayed with new date TBD per cancellation of NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63237.msg2705178#msg2705178",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-31T23:15:00Z"
        },
        {
            "id": 11702,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/RocketLab/status/1951015036081811563",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-31T23:13:00Z"
        },
        {
            "id": 11701,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Moved up to NET February.",
            "info_url": "https://x.com/SciGuySpace/status/1951004815930302557",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-31T23:05:00Z"
        },
        {
            "id": 11700,
            "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/1951004665317040238",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-31T19:42:00Z"
        },
        {
            "id": 11699,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added static test fire.",
            "info_url": "https://www.youtube.com/watch?v=sjoE2ZfwfGY",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-31T18:49:00Z"
        },
        {
            "id": 11698,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://x.com/i/broadcasts/1zqKVjYelRmKB",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-31T18:35:00Z"
        },
        {
            "id": 11697,
            "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=Y1WAe3Dv5vE",
            "created_by": "LL2",
            "created_on": "2025-07-31T18:25:00Z"
        },
        {
            "id": 11696,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://bsky.app/profile/rocketksc.bsky.social/post/3lvblv56un22c",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-31T17:34:00Z"
        },
        {
            "id": 11695,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 75% favorable for launch.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20NASA%20Crew-11%20L-1%20Forecast%20-%201%20Aug%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-31T17:33:00Z"
        }
    ]
}