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

{
    "count": 4180,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=240",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=220",
    "results": [
        {
            "id": 11593,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63277.msg2703004#msg2703004",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-22T23:50:00Z"
        },
        {
            "id": 11592,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecrafts separation.",
            "info_url": "https://x.com/spacex/status/1947797791453155449",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-22T23:18:00Z"
        },
        {
            "id": 11591,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2702798#msg2702798",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-22T21:46:00Z"
        },
        {
            "id": 11590,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://x.com/i/broadcasts/1jMKgkmzjYyKL",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-22T21:12:00Z"
        },
        {
            "id": 11589,
            "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=87YYusvzJz4",
            "created_by": "LL2",
            "created_on": "2025-07-22T20:54:00Z"
        },
        {
            "id": 11588,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather improved to 60% GO",
            "info_url": "https://x.com/SpaceX/status/1947759026542154008?t=kmbOg",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-22T20:44:00Z"
        },
        {
            "id": 11587,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/stephen_profile_20240714102602.png",
            "comment": "Go for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=tracers",
            "created_by": "juststephen",
            "created_on": "2025-07-22T18:41:00Z"
        },
        {
            "id": 11586,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/stephen_profile_20240714102602.png",
            "comment": "Scrubbed, next attempt TBC.",
            "info_url": "https://x.com/i/broadcasts/1rmGPyMlNLDJN",
            "created_by": "juststephen",
            "created_on": "2025-07-22T18:14:00Z"
        },
        {
            "id": 11585,
            "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=i0mDgQqDxIk",
            "created_by": "LL2",
            "created_on": "2025-07-22T17:51:00Z"
        },
        {
            "id": 11584,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-22T15:32:00Z"
        }
    ]
}