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

{
    "count": 4258,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=20&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&ordering=-created_on",
    "results": [
        {
            "id": 11819,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET August 16.",
            "info_url": "https://www.spacex.com/launches/sl-10-11",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-09T16:58:00Z"
        },
        {
            "id": 11817,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET August 13.",
            "info_url": "https://www.spacex.com/launches/sl-10-20",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-09T16:57:00Z"
        },
        {
            "id": 11816,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 55% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20KF-2%20L-1%20Forecast%20-%2010%20AUG%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-09T16:20:00Z"
        },
        {
            "id": 11815,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 75% GO.",
            "info_url": "https://x.com/ulalaunch/status/1954183836549501351",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-09T14:21:00Z"
        },
        {
            "id": 11814,
            "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=EqT3nDbwETc",
            "created_by": "LL2",
            "created_on": "2025-08-09T14:14:00Z"
        },
        {
            "id": 11813,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adjusted launch window",
            "info_url": "https://www.spacex.com/launches/kf-02",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-09T13:59:00Z"
        },
        {
            "id": 11812,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Scrubbed due to weather",
            "info_url": "https://www.spacex.com/launches/kf-02",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-09T13:46:00Z"
        },
        {
            "id": 11811,
            "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=XKUf6CEAYvo",
            "created_by": "LL2",
            "created_on": "2025-08-09T13:29:00Z"
        },
        {
            "id": 11810,
            "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/kf-02",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-09T12:49:00Z"
        },
        {
            "id": 11809,
            "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/kf-02",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-09T12:46:00Z"
        }
    ]
}