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=4170&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=4180&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4160&ordering=created_on",
    "results": [
        {
            "id": 11607,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Launch success",
            "info_url": "https://www.nasa.gov/news-release/nasa-launches-mission-to-study-earths-magnetic-shield/",
            "created_by": "SwGustav",
            "created_on": "2025-07-23T23:36:00Z"
        },
        {
            "id": 11608,
            "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-sets-launch-coverage-for-earth-tracking-nisar-satellite/",
            "created_by": "Nosu",
            "created_on": "2025-07-24T07:23:00Z"
        },
        {
            "id": 11609,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 3 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63277.msg2703306#msg2703306",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-24T14:47:00Z"
        },
        {
            "id": 11610,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August.",
            "info_url": "https://aerospaceamerica.aiaa.org/u-s-space-systems-command-chief-first-vulcan-national-security-launch-is-weeks-away/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-24T14:48:00Z"
        },
        {
            "id": 11611,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to July 29 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2703357#msg2703357",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-24T17:57:00Z"
        },
        {
            "id": 11612,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New launch window per NOTAMs; Payload identity uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2703247#msg2703247",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-24T18:09:00Z"
        },
        {
            "id": 11613,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New launch window per NOTAMs; Payload identity uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2703267#msg2703267",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-24T18:11:00Z"
        },
        {
            "id": 11614,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 95% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%2010-26%20L-2%20Forecast%20-%2026%20July%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-24T18:21:00Z"
        },
        {
            "id": 11615,
            "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-sets-coverage-for-agencys-spacex-crew-11-launch-docking/",
            "created_by": "Nosu",
            "created_on": "2025-07-24T20:26:00Z"
        },
        {
            "id": 11616,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/sl-10-26",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T00:52:00Z"
        }
    ]
}