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": 4054,
    "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": 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": 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": 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": 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": 11334,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/blueorigin/status/1936401678556606661",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-21T12:47:00Z"
        },
        {
            "id": 11333,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "On hold for surface winds.",
            "info_url": "https://x.com/blueorigin/status/1936394574924062953",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-21T12:09:00Z"
        },
        {
            "id": 11332,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=transporter14",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-21T02:48:00Z"
        },
        {
            "id": 11331,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-23",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-21T02:37:00Z"
        },
        {
            "id": 11330,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/ulalaunch/status/1936166104205860987",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-21T02:33:00Z"
        },
        {
            "id": 11329,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63050.msg2695473#msg2695473",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-20T16:50:00Z"
        }
    ]
}