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

{
    "count": 4138,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4120&ordering=-created_on",
    "results": [
        {
            "id": 293,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/spacevogel_profile_20210217192809.jpg",
            "comment": "Launch is NET Q2 2022 due to payload readiness delays.",
            "info_url": null,
            "created_by": "spacevogel",
            "created_on": "2021-02-19T07:15:45Z"
        },
        {
            "id": 291,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
            "comment": "Safe touchdown confirmed! Perseverance has safely landed on the surface of Mars!",
            "info_url": null,
            "created_by": "Koun7erfit",
            "created_on": "2021-02-18T20:59:58Z"
        },
        {
            "id": 290,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
            "comment": "NASA live coverage is continuing to follow the descent as Mars 2020 Perseverance is beginning its entry into the Martian atmosphere.",
            "info_url": null,
            "created_by": "Koun7erfit",
            "created_on": "2021-02-18T20:48:37Z"
        },
        {
            "id": 286,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
            "comment": "\"NASA's Mars Perseverance rover makes its final descent to the Red Planet. Here are some of the ways you can take part in this landing.\"\r\n\r\n\r\nCheck the links below for the list of NASA's coverage.",
            "info_url": "https://mars.nasa.gov/mars2020/timeline/landing/",
            "created_by": "Koun7erfit",
            "created_on": "2021-02-18T02:48:27Z"
        },
        {
            "id": 265,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Added launch",
            "info_url": "https://www.nasa.gov/press-release/nasa-awards-launch-services-contract-for-spherex-astrophysics-mission",
            "created_by": "Nosu",
            "created_on": "2021-02-04T22:05:14Z"
        },
        {
            "id": 241,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/spacevogel_profile_20210217192809.jpg",
            "comment": "Launch NET 2022 due to payload readiness",
            "info_url": "https://ria.ru/20210129/baykonur-1595061123.html",
            "created_by": "spacevogel",
            "created_on": "2021-01-31T10:17:10Z"
        },
        {
            "id": 38,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 2022",
            "info_url": "https://spacenews.com/first-dream-chaser-mission-slips-to-2022/",
            "created_by": "Nosu",
            "created_on": "2020-11-19T21:02:22Z"
        },
        {
            "id": 37,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 2022",
            "info_url": "https://spacenews.com/first-dream-chaser-mission-slips-to-2022/",
            "created_by": "Nosu",
            "created_on": "2020-11-19T21:01:49Z"
        }
    ]
}