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

{
    "count": 4054,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=60",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=40",
    "results": [
        {
            "id": 11295,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET June 22.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63071.msg2694467#msg2694467",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-17T06:40:00Z"
        },
        {
            "id": 11294,
            "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-10-18",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-17T05:19:00Z"
        },
        {
            "id": 11293,
            "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/1934833099474653427",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-17T04:40:00Z"
        },
        {
            "id": 11292,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1mrGmPvnNPzKy",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-17T03:37:00Z"
        },
        {
            "id": 11291,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://x.com/RocketLab/status/1934710457853763772",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-17T02:07:00Z"
        },
        {
            "id": 11290,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for NET June 20.",
            "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-06-17T01:54:00Z"
        },
        {
            "id": 11289,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June 20 per new marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62696.msg2694392#msg2694392",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-17T01:53:00Z"
        },
        {
            "id": 11288,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-15-9",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-16T19:36:00Z"
        },
        {
            "id": 11287,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Scrubbed due to an elevated purge temperature within the booster engine.\r\nNew date TBD.",
            "info_url": "https://www.ulalaunch.com/missions/next-launch/atlas-v-kuiper-2",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-16T16:55:00Z"
        },
        {
            "id": 11286,
            "profile_image": "https://thespacedevs-prod.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-18%20L-2%20Forecast%20-%2018%20Jun%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-16T14:49:00Z"
        }
    ]
}