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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=840&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=820&ordering=-created_on",
    "results": [
        {
            "id": 10664,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April.",
            "info_url": "https://x.com/NatReconOfc/status/1910032516070732143",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T18:48:00Z"
        },
        {
            "id": 10663,
            "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=62716.msg2678301#msg2678301",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T17:24:00Z"
        },
        {
            "id": 10662,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 16.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=54082.msg2678296#msg2678296",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T17:16:00Z"
        },
        {
            "id": 10661,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event!",
            "info_url": "https://plus.nasa.gov/scheduled-video/soyuz-ms-26-re-entry-and-landing-with-don-pettit/",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-09T15:54:00Z"
        },
        {
            "id": 10660,
            "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=tqejrlbfB84",
            "created_by": "LL2",
            "created_on": "2025-04-09T13:59:00Z"
        },
        {
            "id": 10658,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2678146#msg2678146",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T05:34:00Z"
        },
        {
            "id": 10657,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April.",
            "info_url": "https://www.nro.gov/news-media-featured-stories/news-media-archive/News-Article/Article/4148782/nro-director-calls-for-leveraging-full-potential-of-cutting-edge-space-capabili/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T03:43:00Z"
        },
        {
            "id": 10656,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Nosu",
            "created_on": "2025-04-08T21:24:00Z"
        },
        {
            "id": 10655,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding seconds to T-0",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Nosu",
            "created_on": "2025-04-08T21:22:00Z"
        },
        {
            "id": 10654,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Nosu",
            "created_on": "2025-04-08T21:20:00Z"
        }
    ]
}