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=4020&ordering=created_on
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=4030&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4010&ordering=created_on",
    "results": [
        {
            "id": 11315,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch delayed due to 2nd stage electrical system problem; new launch date TBD.",
            "info_url": "https://www.mhi.com/jp/news/25061904.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-19T08:26:00Z"
        },
        {
            "id": 11316,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 16.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=32478.msg2694998#msg2694998",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-19T12:04:00Z"
        },
        {
            "id": 11317,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Further delays pending additional investigation into ISS Russian Segment air leakage.",
            "info_url": "https://www.nasa.gov/blogs/spacestation/2025/06/19/nasa-provides-latest-axiom-mission-4-launch-station-operations-update/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-19T23:08:00Z"
        },
        {
            "id": 11318,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/rocketlab/status/1935892380848472117",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-20T03:02:00Z"
        },
        {
            "id": 11319,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "On hold due to excessive upper level winds.",
            "info_url": "https://x.com/rocketlab/status/1935953553933369659",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-20T06:53:00Z"
        },
        {
            "id": 11320,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.roscosmos.ru/41602/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-20T07:06:00Z"
        },
        {
            "id": 11321,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/rocketlab/status/1935969766113722814",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-20T07:56:00Z"
        },
        {
            "id": 11322,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/rocketlab/status/1935985715890078069",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-20T09:03:00Z"
        },
        {
            "id": 11323,
            "profile_image": "https://thespacedevs-prod.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=TSYrNicmZMc",
            "created_by": "LL2",
            "created_on": "2025-06-20T09:06:00Z"
        },
        {
            "id": 11324,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Scrubbed for today. New date to be determined.",
            "info_url": "https://www.youtube.com/watch?v=TSYrNicmZMc",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-20T09:22:00Z"
        }
    ]
}