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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=210&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=190&ordering=-created_on",
    "results": [
        {
            "id": 11623,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://tass.ru/kosmos/24607741",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T13:40:00Z"
        },
        {
            "id": 11622,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 95% favorable for launch.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%2010-26%20L-1%20Forecast%20-%2026%20July%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-25T12:33:00Z"
        },
        {
            "id": 11621,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=Jn5ZxN0NOMw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T05:54:00Z"
        },
        {
            "id": 11620,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/sl-17-4",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T01:08:00Z"
        },
        {
            "id": 11619,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/sl-13-4",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T01:00:00Z"
        },
        {
            "id": 11618,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/sl-10-29",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T00:57:00Z"
        },
        {
            "id": 11617,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/sl-17-2",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T00:55:00Z"
        },
        {
            "id": 11616,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/sl-10-26",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T00:52:00Z"
        },
        {
            "id": 11615,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-agencys-spacex-crew-11-launch-docking/",
            "created_by": "Nosu",
            "created_on": "2025-07-24T20:26:00Z"
        },
        {
            "id": 11614,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 95% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%2010-26%20L-2%20Forecast%20-%2026%20July%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-24T18:21:00Z"
        }
    ]
}