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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4270&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4250&ordering=created_on",
    "results": [
        {
            "id": 11953,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.spacex.com/launches/crs33",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-23T07:09:00Z"
        },
        {
            "id": 11954,
            "profile_image": "https://thespacedevs-dev.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=J626rJR0v5g",
            "created_by": "LL2",
            "created_on": "2025-08-23T12:04:00Z"
        },
        {
            "id": 11955,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Holding at T-16 minutes.",
            "info_url": "https://www.youtube.com/watch?v=J626rJR0v5g",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-23T12:17:00Z"
        },
        {
            "id": 11956,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch scrubbed due to an issue with the booster's avionics. New date tbd.",
            "info_url": "https://x.com/blueorigin/status/1959231190973440104",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-23T12:32:00Z"
        },
        {
            "id": 11957,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/rocketlab/status/1959320398786642251",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-23T18:24:00Z"
        },
        {
            "id": 11958,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "NET Aug 25 at 11:30 UTC",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-23T20:02:00Z"
        },
        {
            "id": 11959,
            "profile_image": "https://thespacedevs-dev.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=OggyCnnCJec",
            "created_by": "LL2",
            "created_on": "2025-08-23T22:18:00Z"
        },
        {
            "id": 11960,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=OggyCnnCJec",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-23T22:43:00Z"
        },
        {
            "id": 11961,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 45% GO.",
            "info_url": "https://x.com/spacex/status/1959395326873440332",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-23T23:23:00Z"
        },
        {
            "id": 11962,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/rocketlab/status/1959400252261425526",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-23T23:42:00Z"
        }
    ]
}