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

{
    "count": 4158,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=930&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=910&ordering=created_on",
    "results": [
        {
            "id": 8081,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.youtube.com/watch?v=8x7YjQAs4Vg",
            "created_by": "Nosu",
            "created_on": "2024-07-15T14:24:21Z"
        },
        {
            "id": 8082,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by NASASpaceflight has started",
            "info_url": "https://www.youtube.com/watch?v=8x7YjQAs4Vg",
            "created_by": "LL2",
            "created_on": "2024-07-15T14:24:31Z"
        },
        {
            "id": 8083,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Static Fire completed",
            "info_url": "https://www.youtube.com/watch?v=8x7YjQAs4Vg",
            "created_by": "hitura-nobad",
            "created_on": "2024-07-15T15:16:01Z"
        },
        {
            "id": 8086,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/MHI_LS/status/1813094058962919486",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-16T06:21:13Z"
        },
        {
            "id": 8089,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-provide-background-on-space-station-deorbit-planning/",
            "created_by": "Nosu",
            "created_on": "2024-07-17T07:54:45Z"
        },
        {
            "id": 8090,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.nasa.gov/news-release/nasa-invites-media-to-discuss-exploration-science-program-update/",
            "created_by": "Nosu",
            "created_on": "2024-07-17T07:58:10Z"
        },
        {
            "id": 8091,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=Dw1JXZwo00o",
            "created_by": "LL2",
            "created_on": "2024-07-17T17:58:12Z"
        },
        {
            "id": 8092,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=Dw1JXZwo00o",
            "created_by": "LL2",
            "created_on": "2024-07-17T17:58:50Z"
        },
        {
            "id": 8093,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=Hd2ES2H6UQc",
            "created_by": "LL2",
            "created_on": "2024-07-17T19:58:34Z"
        },
        {
            "id": 8094,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "VIPER cancelled, but launch of the lander still scheduled for fall 2025",
            "info_url": "https://www.nasa.gov/news-release/nasa-ends-viper-project-continues-moon-exploration/",
            "created_by": "Nosu",
            "created_on": "2024-07-18T06:53:53Z"
        }
    ]
}