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

{
    "count": 4054,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4040&ordering=created_on",
    "results": [
        {
            "id": 11346,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 80% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Atlas%20V%20KA-02%20L-1%20Forecast%20-%2023%20June%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-22T15:30:00Z"
        },
        {
            "id": 11347,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Jun 23 at 21:18 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=transporter14",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-22T18:18:00Z"
        },
        {
            "id": 11348,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for June 24.",
            "info_url": "https://x.com/rocketlab/status/1936886534734766191",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-22T22:56:00Z"
        },
        {
            "id": 11349,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-23",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-22T23:49:00Z"
        }
    ]
}