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

{
    "count": 4241,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=120&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=100&ordering=-created_on",
    "results": [
        {
            "id": 11714,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.spacex.com/launches/sl-17-5",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-01T17:54:00Z"
        },
        {
            "id": 11713,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.spacex.com/launches/sl-10-11",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-01T17:51:00Z"
        },
        {
            "id": 11712,
            "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=O5KhZbe_mS0",
            "created_by": "LL2",
            "created_on": "2025-08-01T16:59:00Z"
        },
        {
            "id": 11711,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=O5KhZbe_mS0",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-01T16:23:00Z"
        },
        {
            "id": 11710,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.spacex.com/launches/sl-10-20",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-01T16:12:00Z"
        },
        {
            "id": 11709,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Nosecone open. Launch success.",
            "info_url": "https://www.youtube.com/watch?v=k0ILMhbWHNQ",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-01T16:04:00Z"
        },
        {
            "id": 11708,
            "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=k0ILMhbWHNQ",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-01T15:44:00Z"
        },
        {
            "id": 11707,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Updating Weather POG to 40%",
            "info_url": "https://www.youtube.com/watch?v=k0ILMhbWHNQ",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-01T15:31:00Z"
        },
        {
            "id": 11706,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET August 11 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=51955.msg2705313#msg2705313",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-01T12:19:00Z"
        },
        {
            "id": 11705,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 60% GO.",
            "info_url": "https://x.com/SpaceX/status/1951240848470872403",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-01T12:06:00Z"
        }
    ]
}