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

{
    "count": 4258,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=60&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=40&ordering=-created_on",
    "results": [
        {
            "id": 11775,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.spacex.com/launches/kf-02",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-07T10:39:00Z"
        },
        {
            "id": 11774,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New landing time.",
            "info_url": "https://x.com/space_station/status/1953369213705556447",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-07T08:29:00Z"
        },
        {
            "id": 11773,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New undocking time.",
            "info_url": "https://x.com/space_station/status/1953369213705556447",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-07T08:28:00Z"
        },
        {
            "id": 11772,
            "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-live-coverage-of-crew-10-return-splashdown/",
            "created_by": "Nosu",
            "created_on": "2025-08-07T07:43:00Z"
        },
        {
            "id": 11771,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63323.msg2706852#msg2706852",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-07T02:34:00Z"
        },
        {
            "id": 11770,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated hatch closure time.",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-spacex-crew-10-hatch-close/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-06T23:16:00Z"
        },
        {
            "id": 11769,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 80% favorable for launch.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20KF-2%20L-1%20Forecast%20-%2007%20AUG%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-06T17:09:00Z"
        },
        {
            "id": 11768,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Hatch closure delayed, due to departure delay",
            "info_url": "https://www.nasa.gov/blogs/spacestation/2025/08/05/crew-swaps-commanders-waits-for-departure-and-conducts-muscle-and-blood-research/",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-06T15:46:00Z"
        },
        {
            "id": 11767,
            "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/spacestation/2025/08/05/crew-swaps-commanders-waits-for-departure-and-conducts-muscle-and-blood-research/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-06T00:52:00Z"
        },
        {
            "id": 11766,
            "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/spacestation/2025/08/05/crew-swaps-commanders-waits-for-departure-and-conducts-muscle-and-blood-research/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-06T00:51:00Z"
        }
    ]
}