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=400&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=410&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=390&ordering=-created_on",
    "results": [
        {
            "id": 11491,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1942515500854174208",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-08T09:28:00Z"
        },
        {
            "id": 11490,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1OdJrDVAmReKX",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-08T08:21:00Z"
        },
        {
            "id": 11489,
            "profile_image": "https://thespacedevs-dev.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=AeXwBR3TbBg",
            "created_by": "LL2",
            "created_on": "2025-07-08T08:11:00Z"
        },
        {
            "id": 11488,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-28",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-07T23:05:00Z"
        },
        {
            "id": 11486,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://investors.globalstar.com/static-files/d5c856ea-e07f-4084-a621-a9b917f03235",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-07T17:41:00Z"
        },
        {
            "id": 11485,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4 2025.",
            "info_url": "https://timesofindia.indiatimes.com/science/sslv-acquisition-strategic-well-look-at-redesign-in-future-hal/articleshow/122283069.cms",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-07T17:31:00Z"
        },
        {
            "id": 11484,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 95% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%2010-28%20L-1%20Forecast%20-%208%20Jul%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-07T17:29:00Z"
        },
        {
            "id": 11483,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New undocking date and 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-07-07T17:28:00Z"
        },
        {
            "id": 11482,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 90% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%2010-28%20L-2%20Forecast%20-%208%20Jul%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-06T14:58:00Z"
        },
        {
            "id": 11481,
            "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=gs1ic-neuWc",
            "created_by": "LL2",
            "created_on": "2025-07-05T21:00:00Z"
        }
    ]
}