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

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1400&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1380&ordering=-created_on",
    "results": [
        {
            "id": 10424,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 18.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62573.msg2671729#msg2671729",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-13T17:32:00Z"
        },
        {
            "id": 10423,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2671670#msg2671670",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-13T13:23:00Z"
        },
        {
            "id": 10422,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2671669#msg2671669",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-13T13:21:00Z"
        },
        {
            "id": 10421,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 17.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-13T09:01:00Z"
        },
        {
            "id": 10420,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1900031771951194517",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-13T03:52:00Z"
        },
        {
            "id": 10419,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Pushed back pending new launch date",
            "info_url": null,
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-13T03:05:00Z"
        },
        {
            "id": 10418,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New undocking date.",
            "info_url": "https://www.nasa.gov/blogs/commercialcrew/2025/03/12/nasa-spacex-target-march-14-crew-launch-to-space-station/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-13T03:04:00Z"
        },
        {
            "id": 10417,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking time.",
            "info_url": "https://www.nasa.gov/blogs/commercialcrew/2025/03/12/nasa-spacex-target-march-14-crew-launch-to-space-station/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-13T03:04:00Z"
        },
        {
            "id": 10416,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1gqxvjmRRZQxB",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-13T02:35:00Z"
        },
        {
            "id": 10415,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 14.",
            "info_url": "https://www.nasa.gov/blogs/commercialcrew/2025/03/12/nasa-spacex-target-march-14-crew-launch-to-space-station/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-13T02:35:00Z"
        }
    ]
}