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

{
    "count": 4054,
    "next": null,
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4040&ordering=-created_on",
    "results": [
        {
            "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"
        }
    ]
}