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=390
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=400",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=380",
    "results": [
        {
            "id": 11501,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Late July.",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-brief-media-on-new-mission-to-study-earths-magnetic-shield/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-11T00:58:00Z"
        },
        {
            "id": 11500,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added tentative launch time.",
            "info_url": "https://x.com/spaceflightnow/status/1943341411362812266",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-10T16:09:00Z"
        },
        {
            "id": 11499,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET July 14.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-10T11:38:00Z"
        },
        {
            "id": 11498,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch NET July 14 UTC per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2700153#msg2700153",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-10T11:36:00Z"
        },
        {
            "id": 11497,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-09T17:49:00Z"
        },
        {
            "id": 11496,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=59981.msg2700081#msg2700081",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-09T17:45:00Z"
        },
        {
            "id": 11495,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch; payload identity to be confirmed.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63220.msg2699823#msg2699823",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-08T16:53:00Z"
        },
        {
            "id": 11494,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 16 per NOTAMs; payload identity to be confirmed.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=59981.msg2699740#msg2699740",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-08T13:21:00Z"
        },
        {
            "id": 11493,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63223.msg2699825#msg2699825",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-08T13:19:00Z"
        },
        {
            "id": 11492,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63127.msg2699822#msg2699822",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-08T13:17:00Z"
        }
    ]
}