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=4040&ordering=created_on
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=4050&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4030&ordering=created_on",
    "results": [
        {
            "id": 11335,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Blue Origin has started",
            "info_url": "https://www.youtube.com/watch?v=cptQGqX0pC4",
            "created_by": "LL2",
            "created_on": "2025-06-21T12:48:00Z"
        },
        {
            "id": 11336,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Holding at T-10 minutes",
            "info_url": "https://www.youtube.com/watch?v=cptQGqX0pC4",
            "created_by": "Nosu",
            "created_on": "2025-06-21T13:06:00Z"
        },
        {
            "id": 11337,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day due to high winds.",
            "info_url": "https://x.com/blueorigin/status/1936412783911772252",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-21T13:17:00Z"
        },
        {
            "id": 11338,
            "profile_image": "https://thespacedevs-prod.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%20g10-23%20L-1%20Forecast%20-%2022%20JUN%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-21T17:28: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"
        },
        {
            "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": 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": 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": 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": 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"
        }
    ]
}