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

{
    "count": 4042,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=110&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=90&ordering=-created_on",
    "results": [
        {
            "id": 11245,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1932440922270355939",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-10T14:20:00Z"
        },
        {
            "id": 11244,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated 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-06-10T13:26:00Z"
        },
        {
            "id": 11243,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "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-06-10T13:25:00Z"
        },
        {
            "id": 11242,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 85% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Axiom-4%20L-1%20Forecast%20-%2011%20Jun%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-10T13:18:00Z"
        },
        {
            "id": 11241,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1yNGaLOlZLVKj",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-10T13:06:00Z"
        },
        {
            "id": 11240,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=caMJFZ0e-Zw",
            "created_by": "LL2",
            "created_on": "2025-06-10T12:55:00Z"
        },
        {
            "id": 11239,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://spaceflightnow.com/2025/06/06/live-coverage-spacex-to-launch-sxm-10-satellite-for-siriusxm-on-falcon-9-rocket-from-cape-canaveral/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-10T12:09:00Z"
        },
        {
            "id": 11238,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 25.",
            "info_url": "https://forum.novosti-kosmonavtiki.ru/index.php?msg=2733497",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-10T12:07:00Z"
        },
        {
            "id": 11237,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q3, after H-IIA F50.",
            "info_url": "https://x.com/nvslive/status/1932342814370906566",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-10T08:27:00Z"
        },
        {
            "id": 11236,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-24",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-10T02:31:00Z"
        }
    ]
}