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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4130&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4110&ordering=-created_on",
    "results": [
        {
            "id": 2203,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Mary has received a verbal OP notice. Static Fire at 5:20pm CDT.",
            "info_url": "https://www.youtube.com/watch?v=2w-2tJ9rm6A",
            "created_by": "Jay",
            "created_on": "2022-08-09T22:19:05Z"
        },
        {
            "id": 2161,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET December 2022",
            "info_url": "https://spacenews.com/december-launch-planned-for-polaris-dawn/",
            "created_by": "Nosu",
            "created_on": "2022-08-02T17:08:51Z"
        },
        {
            "id": 2102,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/spacevogel_profile_20210217192809.jpg",
            "comment": "Mission delayed due to NASA's request for additional lander tests",
            "info_url": "https://www.nasa.gov/feature/nasa-replans-clps-delivery-of-viper-to-2024-to-reduce-risk",
            "created_by": "spacevogel",
            "created_on": "2022-07-18T20:56:45Z"
        },
        {
            "id": 2062,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=Z13QK1shc7A",
            "created_by": "Nosu",
            "created_on": "2022-07-11T21:18:02Z"
        },
        {
            "id": 2051,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated event with early reveal of image by US President Joe Biden.",
            "info_url": "https://twitter.com/spacetelescope/status/1546277705997590529?s=21&t=eKxCcQDTO6yFs5-GQkxWMw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-07-11T01:25:42Z"
        },
        {
            "id": 1963,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed to 2024",
            "info_url": "https://www.cgms-info.org/Agendas/GetWpFile.ashx?wid=55fb119c-83b4-4fe2-a1d5-38ef0b61575f&aid=8ddd8a1b-8f80-4649-9961-19228306fc2a",
            "created_by": "Nosu",
            "created_on": "2022-06-25T21:31:07Z"
        },
        {
            "id": 1953,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET mid-2023",
            "info_url": "https://spacenews.com/nasa-moves-up-lunar-trailblazer-launch/",
            "created_by": "Nosu",
            "created_on": "2022-06-24T11:58:41Z"
        },
        {
            "id": 1952,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET December 2025",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=51998.msg2380134#msg2380134",
            "created_by": "Nosu",
            "created_on": "2022-06-24T11:57:05Z"
        },
        {
            "id": 1951,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET February 2025",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=53004.msg2380232#msg2380232",
            "created_by": "Nosu",
            "created_on": "2022-06-24T11:55:34Z"
        },
        {
            "id": 1861,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Pushing to July 12 following an MMH leak in Dragon's propulsion system causing the launch to be delayed to NET July 11.",
            "info_url": "https://twitter.com/NASASpaceflight/status/1536472684636381187",
            "created_by": "Jay",
            "created_on": "2022-06-13T22:54:55Z"
        }
    ]
}