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

{
    "count": 4208,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=870&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=850&ordering=created_on",
    "results": [
        {
            "id": 7806,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated EVA date and time.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-14T09:07:14Z"
        },
        {
            "id": 7807,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated EVA timing.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-14T09:07:42Z"
        },
        {
            "id": 7812,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing date and time.",
            "info_url": "https://www.cnbc.com/2024/06/14/boeing-and-nasa-delay-starliner-astronaut-return-to-june-22.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-14T23:45:53Z"
        },
        {
            "id": 7813,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated undocking date and time.",
            "info_url": "https://www.cnbc.com/2024/06/14/boeing-and-nasa-delay-starliner-astronaut-return-to-june-22.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-14T23:46:17Z"
        },
        {
            "id": 7846,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 8.",
            "info_url": "https://www.celestis.com/launch-schedule/harmony-flight/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-15T09:09:53Z"
        },
        {
            "id": 7848,
            "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-boeing-to-discuss-starliners-mission/",
            "created_by": "hitura-nobad",
            "created_on": "2024-06-15T16:51:50Z"
        },
        {
            "id": 7850,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 2025.",
            "info_url": "https://science.nasa.gov/wp-content/uploads/2024/06/heliophysics-division-update-response-to-past-hpac-recommendations.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-17T02:24:03Z"
        },
        {
            "id": 7856,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch TBD 2025-2027",
            "info_url": "https://www.businesswire.com/news/home/20240617700318/en/Rocket-Lab-Signs-Record-Deal-for-10-Electron-Launches-with-Synspective",
            "created_by": "Nosu",
            "created_on": "2024-06-18T07:38:00Z"
        },
        {
            "id": 7857,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch TBD 2025-2027",
            "info_url": "https://www.businesswire.com/news/home/20240617700318/en/Rocket-Lab-Signs-Record-Deal-for-10-Electron-Launches-with-Synspective",
            "created_by": "Nosu",
            "created_on": "2024-06-18T07:39:59Z"
        },
        {
            "id": 7858,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch TBD 2025-2027",
            "info_url": "https://www.businesswire.com/news/home/20240617700318/en/Rocket-Lab-Signs-Record-Deal-for-10-Electron-Launches-with-Synspective",
            "created_by": "Nosu",
            "created_on": "2024-06-18T07:42:07Z"
        }
    ]
}