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=40
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=50",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=30",
    "results": [
        {
            "id": 11305,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://x.com/BCCarCounters/status/1935366760846217240",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-18T17:37:00Z"
        },
        {
            "id": 11304,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Launch successful",
            "info_url": "https://x.com/SpaceX/status/1935231586435584258",
            "created_by": "Nosu",
            "created_on": "2025-06-18T07:07:00Z"
        },
        {
            "id": 11303,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1ypKdZvOVNjJW",
            "created_by": "Nosu",
            "created_on": "2025-06-18T05:55:00Z"
        },
        {
            "id": 11302,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to June 22.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=ax-4",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-18T03:19:00Z"
        },
        {
            "id": 11301,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Jun 18 at 05:55 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-18",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-17T19:52:00Z"
        },
        {
            "id": 11300,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET June 23 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62696.msg2694536#msg2694536",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-17T16:35:00Z"
        },
        {
            "id": 11299,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/blueorigin/status/1934994853428969723",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-17T15:47:00Z"
        },
        {
            "id": 11298,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch pad allocation.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-17T14:32:00Z"
        },
        {
            "id": 11297,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding T-0 and setting GO",
            "info_url": "https://newsroom.arianespace.com/arianespace-to-launch-co3d-and-microcarb-satellites-on-july-25-2025-with-vega-c",
            "created_by": "Nosu",
            "created_on": "2025-06-17T06:59:00Z"
        },
        {
            "id": 11296,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63086.msg2694468#msg2694468",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-17T06:46:00Z"
        }
    ]
}