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=850&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=860&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=840&ordering=-created_on",
    "results": [
        {
            "id": 10743,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Apparent liftoff",
            "info_url": "https://cameras.alertcalifornia.org/?pos=34.6027_-120.5736_10&id=Axis-Dangermond2",
            "created_by": "SwGustav",
            "created_on": "2025-04-16T19:48:00Z"
        },
        {
            "id": 10742,
            "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 highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62750.msg2679798#msg2679798",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-16T17:12:00Z"
        },
        {
            "id": 10741,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET April 27 per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61924.msg2679913#msg2679913",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-16T16:48:00Z"
        },
        {
            "id": 10740,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62682.msg2679831#msg2679831",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-16T04:35:00Z"
        },
        {
            "id": 10739,
            "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-spacex-32nd-station-resupply-launch-arrival/",
            "created_by": "Nosu",
            "created_on": "2025-04-15T13:09:00Z"
        },
        {
            "id": 10738,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding flyby time",
            "info_url": "https://www.nasa.gov/missions/lucy/nasas-lucy-spacecraft-prepares-second-asteroid-encounter/",
            "created_by": "Nosu",
            "created_on": "2025-04-15T12:46:00Z"
        },
        {
            "id": 10737,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/NatReconOfc/status/1911932450315399222",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-15T03:59:00Z"
        },
        {
            "id": 10736,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET April 25 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62716.msg2679555#msg2679555",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-15T03:56:00Z"
        },
        {
            "id": 10735,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked docking time.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-14T19:09:00Z"
        },
        {
            "id": 10734,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked landing time.",
            "info_url": "https://plus.nasa.gov/scheduled-video/soyuz-ms-26-re-entry-and-landing-with-don-pettit/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-14T19:08:00Z"
        }
    ]
}