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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=540",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=520",
    "results": [
        {
            "id": 11431,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=5tRdzj_7OwQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-28T16:33:00Z"
        },
        {
            "id": 11430,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Jun 28 at 17:13 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-15-7",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-28T15:37:00Z"
        },
        {
            "id": 11429,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/rocketlab/status/1938873041930330430",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-28T08:21:00Z"
        },
        {
            "id": 11428,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Liftoff",
            "info_url": "https://www.youtube.com/watch?v=ewgd5BPw4tc",
            "created_by": "SwGustav",
            "created_on": "2025-06-28T07:08:00Z"
        },
        {
            "id": 11427,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Rocket Lab has started",
            "info_url": "https://www.youtube.com/watch?v=ewgd5BPw4tc",
            "created_by": "LL2",
            "created_on": "2025-06-28T07:04:00Z"
        },
        {
            "id": 11426,
            "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/1938832656734806048",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-28T05:35:00Z"
        },
        {
            "id": 11425,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1LyGBWNrennJN",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-28T04:26:00Z"
        },
        {
            "id": 11424,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/rocketlab/status/1938809441585143992",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-28T04:01:00Z"
        },
        {
            "id": 11423,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 60% GO at start of window (90% at end).",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%20g10-34%20L-1%20Forecast%20-%2028%20June%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-28T03:23:00Z"
        },
        {
            "id": 11422,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Swapped launch pad.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-28T02:21:00Z"
        }
    ]
}