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

{
    "count": 4241,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1110&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1090&ordering=created_on",
    "results": [
        {
            "id": 8417,
            "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/mission/?missionId=sl-9-5",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-28T04:51:14Z"
        },
        {
            "id": 8418,
            "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/mission/?missionId=sl-8-6",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-28T05:56:10Z"
        },
        {
            "id": 8419,
            "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=4Qwc1T1kqUI",
            "created_by": "LL2",
            "created_on": "2024-08-28T07:39:20Z"
        },
        {
            "id": 8420,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://x.com/i/broadcasts/1MnxnDbErOOGO",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-28T07:48:19Z"
        },
        {
            "id": 8421,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding seconds to T-0",
            "info_url": "https://newsroom.arianespace.com/download?picid=55320&pn=PRESS%20KIT%20VV24%20(EN)-pdf",
            "created_by": "Nosu",
            "created_on": "2024-08-28T08:32:41Z"
        },
        {
            "id": 8422,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Launch success",
            "info_url": "https://x.com/spacex/status/1828717323890663776",
            "created_by": "Nosu",
            "created_on": "2024-08-28T08:55:01Z"
        },
        {
            "id": 8423,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Standing down from the August 28 launch opportunities following the landing failure of Starlink Group 8-6.",
            "info_url": "https://x.com/spacex/status/1828721626587996398",
            "created_by": "Nosu",
            "created_on": "2024-08-28T09:15:41Z"
        },
        {
            "id": 8424,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating window end",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Nosu",
            "created_on": "2024-08-28T09:28:31Z"
        },
        {
            "id": 8425,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating window end",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Nosu",
            "created_on": "2024-08-28T11:52:57Z"
        },
        {
            "id": 8426,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed to August 30",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Nosu",
            "created_on": "2024-08-28T15:35:55Z"
        }
    ]
}