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

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=380&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=360&ordering=-created_on",
    "results": [
        {
            "id": 11521,
            "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=BkUmeVlocCU",
            "created_by": "LL2",
            "created_on": "2025-07-14T08:29:00Z"
        },
        {
            "id": 11520,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added splashdown.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=ax-4",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-14T07:22:00Z"
        },
        {
            "id": 11519,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Apparently scrubbed for the day without signs of launch operations; new date TBD.",
            "info_url": "https://x.com/howtospacic/status/1944567776867127429",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-14T03:07:00Z"
        },
        {
            "id": 11518,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Apparently delayed with vehicle still horizontal on pad.",
            "info_url": "https://x.com/howtospacic/status/1944501948918726775",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-13T22:39:00Z"
        },
        {
            "id": 11517,
            "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/1944290066328670264",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-13T06:58:00Z"
        },
        {
            "id": 11516,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1ZkKzYblDDqxv",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-13T05:04:00Z"
        },
        {
            "id": 11515,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET July 13.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-12T15:46:00Z"
        },
        {
            "id": 11514,
            "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/mission/?missionId=commercial-gto-1",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-12T02:47:00Z"
        },
        {
            "id": 11513,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET July 15 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63127.msg2700672#msg2700672",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-12T02:44:00Z"
        },
        {
            "id": 11512,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 22.",
            "info_url": "https://www.infodefensa.com/texto-diario/mostrar/5356668/otan-sera-primer-cliente-spainsat-ng-ii-satelite-militar-espanol-sera-lanzado-22-octubre",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-12T02:32:00Z"
        }
    ]
}