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

{
    "count": 4066,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=550&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=530&ordering=created_on",
    "results": [
        {
            "id": 6027,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2025.",
            "info_url": "https://www.roscosmos.ru/39057/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-18T23:59:02Z"
        },
        {
            "id": 6034,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2025.",
            "info_url": "https://space.oscar.wmo.int/satellites/view/fy_4c",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-19T04:32:04Z"
        },
        {
            "id": 6045,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed to early December 21 UTC.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Nosu",
            "created_on": "2023-12-19T21:28:43Z"
        },
        {
            "id": 6046,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed to December 22",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Nosu",
            "created_on": "2023-12-19T21:29:16Z"
        },
        {
            "id": 6052,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://twitter.com/BocaChicaGal/status/1737442124751077499",
            "created_by": "hitura-nobad",
            "created_on": "2023-12-20T13:28:08Z"
        },
        {
            "id": 6057,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=vO4olRWhFQs",
            "created_by": "LL2",
            "created_on": "2023-12-20T18:41:23Z"
        },
        {
            "id": 6060,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to late December 21 UTC.",
            "info_url": "https://twitter.com/SpaceX/status/1737625559730102373",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-21T00:45:04Z"
        },
        {
            "id": 6063,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://fxtwitter.com/BocaChicaGal/status/1737632252173902259",
            "created_by": "hitura-nobad",
            "created_on": "2023-12-21T11:38:20Z"
        },
        {
            "id": 6068,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=xJKVjLA1cMg",
            "created_by": "LL2",
            "created_on": "2023-12-21T17:46:31Z"
        },
        {
            "id": 6069,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Road has reopened. Next attempt to be determined.",
            "info_url": null,
            "created_by": "hitura-nobad",
            "created_on": "2023-12-21T21:46:14Z"
        }
    ]
}