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

{
    "count": 4138,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4110&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4090&ordering=created_on",
    "results": [
        {
            "id": 11404,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/RocketLab/status/1938249769962639604",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-26T15:12:00Z"
        },
        {
            "id": 11405,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by NASASpaceflight has started",
            "info_url": "https://www.youtube.com/watch?v=JyDPnw7dkdA",
            "created_by": "LL2",
            "created_on": "2025-06-26T16:01:00Z"
        },
        {
            "id": 11406,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Rocket Lab has started",
            "info_url": "https://www.youtube.com/watch?v=sincLVbpw4w",
            "created_by": "LL2",
            "created_on": "2025-06-26T17:08:00Z"
        },
        {
            "id": 11407,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "New T-0 is 18:00 UTC",
            "info_url": "https://www.youtube.com/watch?v=T3TfNZsCxDU",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-26T17:14:00Z"
        },
        {
            "id": 11408,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://www.youtube.com/watch?v=sincLVbpw4w",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-26T17:28:00Z"
        },
        {
            "id": 11409,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "New T-0 is 18:25 UTC",
            "info_url": "https://www.youtube.com/watch?v=T3TfNZsCxDU",
            "created_by": "SwGustav",
            "created_on": "2025-06-26T17:40:00Z"
        },
        {
            "id": 11410,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA's Marshall Space Flight Center has started",
            "info_url": "https://www.youtube.com/watch?v=T3TfNZsCxDU",
            "created_by": "LL2",
            "created_on": "2025-06-26T18:05:00Z"
        },
        {
            "id": 11411,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Payload separation complete.",
            "info_url": "https://www.youtube.com/watch?v=sincLVbpw4w",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-26T18:25:00Z"
        },
        {
            "id": 11412,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New launch date and time.",
            "info_url": "https://x.com/rocketlab/status/1938312772175204848",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-26T19:15:00Z"
        },
        {
            "id": 11413,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/rocketlab/status/1938319443266097525",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-27T00:13:00Z"
        }
    ]
}