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

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=420",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=400",
    "results": [
        {
            "id": 11480,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://plus.nasa.gov/scheduled-video/progress-92-cargo-ship-docking/",
            "created_by": "LL2",
            "created_on": "2025-07-05T20:46:00Z"
        },
        {
            "id": 11478,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/live/dWDRQDbPnMg?si=Wk51GkUm9RixhVor",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-05T05:57:00Z"
        },
        {
            "id": 11479,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Andøya Space  has started",
            "info_url": "https://www.youtube.com/watch?v=dWDRQDbPnMg",
            "created_by": "LL2",
            "created_on": "2025-07-05T05:57:00Z"
        },
        {
            "id": 11477,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 30.",
            "info_url": "https://www.deccanchronicle.com/southern-states/andhra-pradesh/isro-to-launch-nisar-satellite-on-july-30-1889180",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-04T02:29:00Z"
        },
        {
            "id": 11476,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Progress deployed",
            "info_url": "https://www.youtube.com/watch?v=1dmcRo4wp6E",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-03T19:45:00Z"
        },
        {
            "id": 11475,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://www.youtube.com/watch?v=1dmcRo4wp6E",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-03T19:33:00Z"
        },
        {
            "id": 11474,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=1dmcRo4wp6E",
            "created_by": "LL2",
            "created_on": "2025-07-03T19:09:00Z"
        },
        {
            "id": 11473,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5184386622554340",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-03T10:20:00Z"
        },
        {
            "id": 11471,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q3 with 2 satellites on board.",
            "info_url": "https://spacenews.com/boeing-ships-more-o3b-mpower-satellites-with-fixes-ses-might-not-need/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-03T01:21:00Z"
        },
        {
            "id": 11470,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 16 LT.",
            "info_url": "https://twitter.com/GilmourSpace/status/1940531059160240522",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-02T23:13:00Z"
        }
    ]
}