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=4120&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=4130&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4110&ordering=created_on",
    "results": [
        {
            "id": 11740,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Aug 04 at 07:20 UTC",
            "info_url": "https://www.spacex.com/launches/sl-10-30",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-04T05:57:00Z"
        },
        {
            "id": 11741,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Aug 04 at 07:44 UTC",
            "info_url": "https://www.spacex.com/launches/sl-10-30",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-04T06:19:00Z"
        },
        {
            "id": 11742,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked undocking time.",
            "info_url": "https://www.jaxa.jp/press/2025/08/20250804-1_j.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-04T06:31:00Z"
        },
        {
            "id": 11743,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing event.",
            "info_url": "https://www.jaxa.jp/press/2025/08/20250804-1_j.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-04T06:44:00Z"
        },
        {
            "id": 11744,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Now targeting Aug 04 at 07:57 UTC",
            "info_url": "https://www.spacex.com/launches/sl-10-30",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-04T07:06:00Z"
        },
        {
            "id": 11745,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=pppHX6D6iWU",
            "created_by": "LL2",
            "created_on": "2025-08-04T07:47:00Z"
        },
        {
            "id": 11746,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1eaKbWWLAWrGX",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-04T07:58:00Z"
        },
        {
            "id": 11747,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by International Rocket Launches has started",
            "info_url": "https://www.youtube.com/watch?v=gaWlco19zAE",
            "created_by": "LL2",
            "created_on": "2025-08-04T08:40:00Z"
        },
        {
            "id": 11748,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1952294115972145380",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-04T09:04:00Z"
        },
        {
            "id": 11749,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://live.bilibili.com/h5/23118988?live_from=86001&spm_id_from=333.1387.0.0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-04T09:28:00Z"
        }
    ]
}