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

{
    "count": 4208,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4200&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4180&ordering=created_on",
    "results": [
        {
            "id": 11627,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch time.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T18:25:00Z"
        },
        {
            "id": 11628,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 28 LT.",
            "info_url": "https://www.gspace.com/missions",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-26T01:03:00Z"
        },
        {
            "id": 11629,
            "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=mP9_UNXQrFk",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-26T02:04:00Z"
        },
        {
            "id": 11630,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/sl-10-26",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-26T03:07:00Z"
        },
        {
            "id": 11631,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "All spacecraft separated.",
            "info_url": "https://www.youtube.com/watch?v=mP9_UNXQrFk",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-26T03:46:00Z"
        },
        {
            "id": 11632,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://cnes.fr/communiques/succes-de-mise-orbite-de-constellation-co3d-satellite-microcarb",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-26T05:49:00Z"
        },
        {
            "id": 11633,
            "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=nM240ysQXdE",
            "created_by": "LL2",
            "created_on": "2025-07-26T08:51:00Z"
        },
        {
            "id": 11634,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1nAKEgaYWNbJL",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-26T09:02:00Z"
        },
        {
            "id": 11635,
            "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/1949049352217149808",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-26T10:10:00Z"
        },
        {
            "id": 11636,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 20.",
            "info_url": "https://forum.novosti-kosmonavtiki.ru/index.php?msg=2747546",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-26T12:22:00Z"
        }
    ]
}