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=30
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=40",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=20",
    "results": [
        {
            "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": 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": 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": 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": 11314,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch delayed due to explosion of the assigned Starship",
            "info_url": "https://x.com/NASASpaceflight/status/1935548909805601020?t=48GsTawVcG8vjJ5_R8J6Kw&s=19",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-19T04:42:00Z"
        },
        {
            "id": 11313,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Starship S36 exploded during its second static fire tests",
            "info_url": "https://www.youtube.com/watch?v=WKwWclAKYa0",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-19T04:06:00Z"
        },
        {
            "id": 11312,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://tass.ru/armiya-i-opk/24269827",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-19T03:50:00Z"
        },
        {
            "id": 11311,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63094.msg2694866#msg2694866",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-19T03:40:00Z"
        },
        {
            "id": 11307,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by NASASpaceflight has started",
            "info_url": "https://www.youtube.com/watch?v=WKwWclAKYa0",
            "created_by": "LL2",
            "created_on": "2025-06-19T02:18:00Z"
        },
        {
            "id": 11306,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://x.com/nasaspaceflight/status/1935518808170480079",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-19T02:17:00Z"
        }
    ]
}