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

{
    "count": 4086,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=330&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=310&ordering=-created_on",
    "results": [
        {
            "id": 11081,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%2010-32%20L-2%20Forecast%20-%2028%20May%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-26T18:14:00Z"
        },
        {
            "id": 11080,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-25T03:41:00Z"
        },
        {
            "id": 11078,
            "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/1926344545320501293",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-24T18:34:00Z"
        },
        {
            "id": 11077,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://x.com/i/broadcasts/1dRJZYboBdDGB",
            "created_by": "hitura-nobad",
            "created_on": "2025-05-24T17:19:00Z"
        },
        {
            "id": 11076,
            "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=419oXoaPTJU",
            "created_by": "LL2",
            "created_on": "2025-05-24T17:09:00Z"
        },
        {
            "id": 11074,
            "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-17-1",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-24T00:35:00Z"
        },
        {
            "id": 11073,
            "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-22",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-24T00:32:00Z"
        },
        {
            "id": 11072,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%20g12-22%20L-1%20Forecast%20-%2024%20May%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-23T23:49:00Z"
        },
        {
            "id": 11071,
            "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/1926060089649054181",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-23T23:41:00Z"
        },
        {
            "id": 11070,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1YqxoomyrPbxv",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-23T22:32:00Z"
        }
    ]
}