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

{
    "count": 4174,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=890&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=870&ordering=created_on",
    "results": [
        {
            "id": 7915,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET mid-July.",
            "info_url": "https://x.com/rookisaacman/status/1804542451065008313",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-22T19:19:53Z"
        },
        {
            "id": 7917,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.esa.int/Newsroom/Press_Releases/Media_invitation_Ariane_6_inaugural_flight_pre-launch_media_briefings",
            "created_by": "hitura-nobad",
            "created_on": "2024-06-23T08:15:46Z"
        },
        {
            "id": 7919,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-launch-coverage-for-noaa-weather-satellite/",
            "created_by": "hitura-nobad",
            "created_on": "2024-06-23T15:23:35Z"
        },
        {
            "id": 7920,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-launch-coverage-for-noaa-weather-satellite/",
            "created_by": "hitura-nobad",
            "created_on": "2024-06-23T15:27:14Z"
        },
        {
            "id": 7928,
            "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.msg2602546#msg2602546",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-24T06:26:25Z"
        },
        {
            "id": 7929,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "EVA scrubbed, new date TBD",
            "info_url": "https://x.com/Space_Station/status/1805224127458074811",
            "created_by": "SwGustav",
            "created_on": "2024-06-24T13:27:32Z"
        },
        {
            "id": 7930,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Moved up to June 26 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2603259#msg2603259",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-24T13:33:09Z"
        },
        {
            "id": 7931,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=DvcdZTkrA_E",
            "created_by": "LL2",
            "created_on": "2024-06-24T15:02:25Z"
        },
        {
            "id": 7932,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing per landing zone NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2602177#msg2602177",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-24T19:14:44Z"
        },
        {
            "id": 7934,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=Q268ZZkV9PI",
            "created_by": "LL2",
            "created_on": "2024-06-24T20:59:31Z"
        }
    ]
}