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

{
    "count": 4154,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=280",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=260",
    "results": [
        {
            "id": 11553,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Updating launch window",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-16T09:01:00Z"
        },
        {
            "id": 11552,
            "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/1945386784327618729",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-16T07:37:00Z"
        },
        {
            "id": 11551,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET December 2025",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=33201.msg2691832#msg2691832",
            "created_by": "Nosu",
            "created_on": "2025-07-16T07:05:00Z"
        },
        {
            "id": 11550,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET 29 November 2025",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=59670.msg2685302#msg2685302",
            "created_by": "Nosu",
            "created_on": "2025-07-16T07:03:00Z"
        },
        {
            "id": 11548,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET December 2025",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=6114.msg2693587#msg2693587",
            "created_by": "Nosu",
            "created_on": "2025-07-16T06:39:00Z"
        },
        {
            "id": 11547,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1rmxPygkwLjKN",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-16T06:30:00Z"
        },
        {
            "id": 11546,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=kf-01",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-16T05:14:00Z"
        },
        {
            "id": 11545,
            "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/1945320592066121946",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-16T03:14:00Z"
        },
        {
            "id": 11544,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1LyxBWoYYobKN",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-16T02:05:00Z"
        },
        {
            "id": 11543,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET July 19 UTC per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63223.msg2701543#msg2701543",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-16T01:16:00Z"
        }
    ]
}