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

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1380&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1360&ordering=-created_on",
    "results": [
        {
            "id": 10444,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-15T00:16:00Z"
        },
        {
            "id": 10443,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated 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-03-15T00:15:00Z"
        },
        {
            "id": 10442,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=k-cuTDrVCmQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-15T00:00:00Z"
        },
        {
            "id": 10441,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Rocket Lab has started",
            "info_url": "https://www.youtube.com/watch?v=k-cuTDrVCmQ",
            "created_by": "LL2",
            "created_on": "2025-03-14T23:34:00Z"
        },
        {
            "id": 10440,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.youtube.com/watch?v=yf8uN4VGCCs",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-14T23:19:00Z"
        },
        {
            "id": 10439,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=yf8uN4VGCCs",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-14T23:04:00Z"
        },
        {
            "id": 10438,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed due to range conflict.",
            "info_url": "https://x.com/Firefly_Space/status/1900659184955228457",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-14T22:29:00Z"
        },
        {
            "id": 10437,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=yf8uN4VGCCs",
            "created_by": "LL2",
            "created_on": "2025-03-14T18:58:00Z"
        },
        {
            "id": 10436,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/_mgde_/status/1900569579690029056",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-14T16:06:00Z"
        },
        {
            "id": 10435,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://afspc.github.io/45th-Weather-Squadron/assets/LaunchForecasts/Falcon%209%20Starlink%20g12-16%20L-1%20Forecast%20-%2015%20Mar%20Launch.docx",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-14T14:11:00Z"
        }
    ]
}