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

{
    "count": 4042,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=100&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=80&ordering=created_on",
    "results": [
        {
            "id": 2101,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 2022",
            "info_url": "https://spacenews.com/firefly-gears-up-for-second-alpha-launch/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-07-18T09:18:15Z"
        },
        {
            "id": 2102,
            "profile_image": "https://thespacedevs-prod.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-prod.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-prod.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-prod.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-prod.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-prod.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"
        },
        {
            "id": 2253,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET late 2023",
            "info_url": "https://spacenews.com/ast-spacemobile-delays-commercial-satellite-debut-by-six-months/",
            "created_by": "Nosu",
            "created_on": "2022-08-19T07:19:31Z"
        },
        {
            "id": 2320,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added EVA",
            "info_url": "https://mp.weixin.qq.com/s/iUD7VHdfmu-aUPUQW9wQpQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-09-01T17:22:14Z"
        },
        {
            "id": 2441,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "NET Summer 2023",
            "info_url": "https://twitter.com/jeff_foust/status/1571868469188235266",
            "created_by": "SwGustav",
            "created_on": "2022-09-19T18:16:58Z"
        }
    ]
}