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=510&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=520&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=500&ordering=created_on",
    "results": [
        {
            "id": 5979,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET H1 2025.",
            "info_url": "https://www.eumetsat.int/planned-launches",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-15T02:00:40Z"
        },
        {
            "id": 5984,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q2 2025.",
            "info_url": "https://www.eumetsat.int/planned-launches",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-15T02:04:53Z"
        },
        {
            "id": 5985,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q1 2026.",
            "info_url": "https://www.eumetsat.int/planned-launches",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-15T02:05:35Z"
        },
        {
            "id": 5997,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delay to December 17 due to splashdown zone weather.",
            "info_url": "https://blogs.nasa.gov/spacestation/2023/12/14/dragon-waits-for-departure-as-crew-studies-space-health/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-15T07:18:59Z"
        },
        {
            "id": 6003,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET December 18.",
            "info_url": "https://blogs.nasa.gov/spacestation/2023/12/15/crew-loads-dragon-with-nasa-science-keeps-up-space-research/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-16T00:10:44Z"
        },
        {
            "id": 6012,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed to December 19",
            "info_url": "https://twitter.com/Space_Station/status/1736140936671854869",
            "created_by": "Nosu",
            "created_on": "2023-12-16T22:11:42Z"
        },
        {
            "id": 6020,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to December 20.",
            "info_url": "https://blogs.nasa.gov/spacestation/2023/12/17/spacex-dragon-departure-from-space-station-for-nasa-targets-wednesday/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-17T23:32:07Z"
        },
        {
            "id": 6027,
            "profile_image": "https://thespacedevs-dev.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-dev.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-dev.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"
        }
    ]
}