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

{
    "count": 4304,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4300&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4280&ordering=created_on",
    "results": [
        {
            "id": 12092,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added berthing.",
            "info_url": "https://www.nasa.gov/blogs/spacestation/2025/09/05/nasa-partners-adjust-next-cygnus-resupply-launch/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-09-05T14:46:00Z"
        },
        {
            "id": 12093,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/sl-17-9",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-09-05T15:59:00Z"
        },
        {
            "id": 12126,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated T-0.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-09-06T14:24:00Z"
        },
        {
            "id": 12127,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Sep 06 at 18:06 UTC",
            "info_url": "https://www.spacex.com/launches/sl-17-9",
            "created_by": "hitura-nobad",
            "created_on": "2025-09-06T15:04:00Z"
        },
        {
            "id": 12128,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5208047645100554",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-09-06T17:22:00Z"
        },
        {
            "id": 12129,
            "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=1mWeFHJlL2A",
            "created_by": "LL2",
            "created_on": "2025-09-06T17:55:00Z"
        },
        {
            "id": 12130,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1kvJpMDNNOdxE",
            "created_by": "Nosu",
            "created_on": "2025-09-06T18:06:00Z"
        },
        {
            "id": 12131,
            "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/1964405807539171814",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-09-06T19:15:00Z"
        },
        {
            "id": 12132,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Weather is 30% favorable for launch (at start of window, 45% at end).",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20PSN%20N5%20L-1%20Forecast%20-%208%20SEP%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-09-07T13:00:00Z"
        },
        {
            "id": 12134,
            "profile_image": "https://thespacedevs-dev.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=Sn0j9nCLxC4",
            "created_by": "LL2",
            "created_on": "2025-09-07T14:17:00Z"
        }
    ]
}