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=80&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=90&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=70&ordering=created_on",
    "results": [
        {
            "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": 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": 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": 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": 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": 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": 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": 2220,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 2023",
            "info_url": "https://www.ses.com/sites/default/files/2022-08/2208_H1%202022_Results_Analyst_Presentation_FINAL2.pdf",
            "created_by": "Nosu",
            "created_on": "2022-08-10T09:11:56Z"
        },
        {
            "id": 2241,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Pushed back due to weather",
            "info_url": "https://twitter.com/nextspaceflight/status/1559708493002641410?s=21&t=r-Bl59S4FxkElipcvKcDsw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-08-17T01:09:36Z"
        },
        {
            "id": 2252,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET April 2025, adding rideshare payload",
            "info_url": "https://blogs.nasa.gov/punch/2022/08/03/punch-announces-rideshare-with-spherex-and-new-launch-date/",
            "created_by": "Nosu",
            "created_on": "2022-08-19T07:13:46Z"
        }
    ]
}