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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=490",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=470",
    "results": [
        {
            "id": 11483,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New undocking date and 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-07T17:28:00Z"
        },
        {
            "id": 11482,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 90% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%2010-28%20L-2%20Forecast%20-%208%20Jul%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-06T14:58:00Z"
        },
        {
            "id": 11481,
            "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=gs1ic-neuWc",
            "created_by": "LL2",
            "created_on": "2025-07-05T21:00:00Z"
        },
        {
            "id": 11480,
            "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://plus.nasa.gov/scheduled-video/progress-92-cargo-ship-docking/",
            "created_by": "LL2",
            "created_on": "2025-07-05T20:46:00Z"
        },
        {
            "id": 11478,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/live/dWDRQDbPnMg?si=Wk51GkUm9RixhVor",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-05T05:57:00Z"
        },
        {
            "id": 11479,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Andøya Space  has started",
            "info_url": "https://www.youtube.com/watch?v=dWDRQDbPnMg",
            "created_by": "LL2",
            "created_on": "2025-07-05T05:57:00Z"
        },
        {
            "id": 11477,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 30.",
            "info_url": "https://www.deccanchronicle.com/southern-states/andhra-pradesh/isro-to-launch-nisar-satellite-on-july-30-1889180",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-04T02:29:00Z"
        },
        {
            "id": 11476,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Progress deployed",
            "info_url": "https://www.youtube.com/watch?v=1dmcRo4wp6E",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-03T19:45:00Z"
        },
        {
            "id": 11475,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://www.youtube.com/watch?v=1dmcRo4wp6E",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-03T19:33:00Z"
        },
        {
            "id": 11474,
            "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=1dmcRo4wp6E",
            "created_by": "LL2",
            "created_on": "2025-07-03T19:09:00Z"
        }
    ]
}