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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=530&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=510&ordering=created_on",
    "results": [
        {
            "id": 6046,
            "profile_image": "https://thespacedevs-dev.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-dev.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-dev.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-dev.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-dev.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-dev.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-dev.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"
        },
        {
            "id": 6070,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Webcast live",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "hitura-nobad",
            "created_on": "2023-12-21T21:48:11Z"
        },
        {
            "id": 6073,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "hitura-nobad",
            "created_on": "2023-12-22T12:46:22Z"
        },
        {
            "id": 6133,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-ula-astrobotic-artemis-robotic-moon-launch/",
            "created_by": "hitura-nobad",
            "created_on": "2023-12-28T15:30:32Z"
        }
    ]
}