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

{
    "count": 4154,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1240&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1220&ordering=created_on",
    "results": [
        {
            "id": 8671,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding launch per NOTAMs; Payload identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2626478#msg2626478",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-22T15:30:00Z"
        },
        {
            "id": 8672,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding launch per NOTAMs; Launch vehicle and payload identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2626480#msg2626480",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-22T15:30:00Z"
        },
        {
            "id": 8673,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 27 February 2025.",
            "info_url": "https://public.ksc.nasa.gov/lspeducation/upcoming-missions/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-22T18:15:00Z"
        },
        {
            "id": 8674,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 29 April 2025.",
            "info_url": "https://public.ksc.nasa.gov/lspeducation/upcoming-missions/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-22T18:21:00Z"
        },
        {
            "id": 8675,
            "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://plus.nasa.gov/scheduled-video/soyuz-ms-25-space-station-farewells-and-hatch-closing/",
            "created_by": "LL2",
            "created_on": "2024-09-23T04:31:00Z"
        },
        {
            "id": 8676,
            "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://plus.nasa.gov/scheduled-video/soyuz-ms-25-space-station-farewells-and-hatch-closing/",
            "created_by": "LL2",
            "created_on": "2024-09-23T04:57:00Z"
        },
        {
            "id": 8677,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for September 26.",
            "info_url": "https://x.com/mhi_groupjp/status/1838086931676328265",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-23T05:31:00Z"
        },
        {
            "id": 8678,
            "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://plus.nasa.gov/scheduled-video/soyuz-ms-25-space-station-undocking/",
            "created_by": "LL2",
            "created_on": "2024-09-23T08:01:00Z"
        },
        {
            "id": 8679,
            "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=bXfPTDrh2ZY",
            "created_by": "LL2",
            "created_on": "2024-09-23T10:43:00Z"
        },
        {
            "id": 8680,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "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": "2024-09-23T14:43:00Z"
        }
    ]
}