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

{
    "count": 4054,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=10",
    "previous": null,
    "results": [
        {
            "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"
        },
        {
            "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": 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": 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": 11345,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day due to launch site weather, new launch date TBD.",
            "info_url": "https://x.com/blueorigin/status/1936738939026690343",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-22T10:53:00Z"
        },
        {
            "id": 11343,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for June 23.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-23",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-22T06:35:00Z"
        },
        {
            "id": 11342,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed due to poor Flight Termination System signal.",
            "info_url": "https://x.com/i/broadcasts/1zqKVjEgaQlKB",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-22T06:03:00Z"
        },
        {
            "id": 11341,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Hold at T-00:58.",
            "info_url": "https://x.com/i/broadcasts/1zqKVjEgaQlKB",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-22T05:57:00Z"
        },
        {
            "id": 11340,
            "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-21T23:18:00Z"
        },
        {
            "id": 11339,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Next launch target on June 22.",
            "info_url": "https://x.com/blueorigin/status/1936501626409214193",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-21T19:25:00Z"
        }
    ]
}