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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=790&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=770&ordering=-created_on",
    "results": [
        {
            "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"
        },
        {
            "id": 10733,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked undocking 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:07:00Z"
        },
        {
            "id": 10732,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 18 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61924.msg2679533#msg2679533",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-14T17:12:00Z"
        },
        {
            "id": 10731,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch successful.",
            "info_url": "https://www.youtube.com/watch?v=MZ7XHwMMSas",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-14T13:59:00Z"
        },
        {
            "id": 10730,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://www.youtube.com/watch?v=MZ7XHwMMSas",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-14T13:31:00Z"
        },
        {
            "id": 10729,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Blue Origin has started",
            "info_url": "https://www.youtube.com/watch?v=MZ7XHwMMSas",
            "created_by": "LL2",
            "created_on": "2025-04-14T11:35:00Z"
        }
    ]
}