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

{
    "count": 4080,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=540&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=520&ordering=created_on",
    "results": [
        {
            "id": 5970,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=59573.msg2549334#msg2549334",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-14T03:21:40Z"
        },
        {
            "id": 5971,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=59573.msg2549334#msg2549334",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-14T03:23:10Z"
        },
        {
            "id": 5972,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 2024.",
            "info_url": "https://twitter.com/jeff_foust/status/1735295501023482168",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-14T14:31:35Z"
        },
        {
            "id": 5979,
            "profile_image": "https://thespacedevs-prod.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-prod.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-prod.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-prod.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-prod.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-prod.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-prod.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"
        }
    ]
}