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

{
    "count": 4138,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=3890&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=3870&ordering=created_on",
    "results": [
        {
            "id": 11176,
            "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/1929777544817266889",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T05:51:00Z"
        },
        {
            "id": 11177,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Launch vehicle and payload identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2691297#msg2691297",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T08:03:00Z"
        },
        {
            "id": 11178,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June 10.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62945.msg2691339#msg2691339",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T12:25:00Z"
        },
        {
            "id": 11179,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to June 10.",
            "info_url": "https://x.com/axiom_space/status/1929921776231809396",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T15:28:00Z"
        },
        {
            "id": 11180,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/rocketlab/status/1929999165804949521",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T20:37:00Z"
        },
        {
            "id": 11181,
            "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-11-22",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T22:40:00Z"
        },
        {
            "id": 11182,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late August.",
            "info_url": "https://teknologi.bisnis.com/read/20250603/101/1881980/satelit-nusantara-5-psn-siap-meluncur-agustus-2025-bawa-kapasitas-160-gbps",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T23:07:00Z"
        },
        {
            "id": 11183,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62130.msg2686918#msg2686918",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T23:20:00Z"
        },
        {
            "id": 11185,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted back to NET September.",
            "info_url": "https://science.nasa.gov/blogs/imap/2025/06/02/nasas-imap-spacecraft-readied-for-launch-preparations/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T23:25:00Z"
        },
        {
            "id": 11186,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61048.msg2679283#msg2679283",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T23:28:00Z"
        }
    ]
}