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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=140&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=120&ordering=-created_on",
    "results": [
        {
            "id": 11694,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting August 1st at 15:43 UTC.",
            "info_url": "https://www.spacex.com/launches/crew11",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-31T16:33:00Z"
        },
        {
            "id": 11693,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Standown due to weather rules.",
            "info_url": "https://www.youtube.com/watch?v=U-k_LyA1DQQ",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-31T16:09:00Z"
        },
        {
            "id": 11692,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Jul 31 at 18:35:09 UTC",
            "info_url": "https://www.spacex.com/launches/sl-13-4",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-31T15:21:00Z"
        },
        {
            "id": 11691,
            "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=U-k_LyA1DQQ",
            "created_by": "LL2",
            "created_on": "2025-07-31T12:00:00Z"
        },
        {
            "id": 11690,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Jul 31 at 16:29:49 UTC",
            "info_url": "https://www.spacex.com/launches/sl-13-4",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-31T10:29:00Z"
        },
        {
            "id": 11689,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5194428792707710",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-31T03:25:00Z"
        },
        {
            "id": 11688,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63312.msg2704892#msg2704892",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-31T01:29:00Z"
        },
        {
            "id": 11687,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/kf-02",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-30T20:32:00Z"
        },
        {
            "id": 11686,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/blueorigin/status/1950644317791334682",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-30T20:18:00Z"
        },
        {
            "id": 11685,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET August 2 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63237.msg2704783#msg2704783",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-30T19:33:00Z"
        }
    ]
}