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=360&ordering=-created_on
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=370&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=350&ordering=-created_on",
    "results": [
        {
            "id": 11531,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 22.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62129.msg2701271#msg2701271",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-14T22:48:00Z"
        },
        {
            "id": 11530,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August.",
            "info_url": "https://x.com/elonmusk/status/1944819507954082236",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-14T22:43:00Z"
        },
        {
            "id": 11529,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET July 16 UTC.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-14T22:35:00Z"
        },
        {
            "id": 11528,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.youtube.com/watch?v=2PuO0QARuqY",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-14T21:50:00Z"
        },
        {
            "id": 11527,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=2PuO0QARuqY",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-14T21:34:00Z"
        },
        {
            "id": 11526,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by CGTN has started",
            "info_url": "https://www.youtube.com/watch?v=2PuO0QARuqY",
            "created_by": "LL2",
            "created_on": "2025-07-14T21:14:00Z"
        },
        {
            "id": 11525,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.youtube.com/watch?v=2PuO0QARuqY",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-14T21:12:00Z"
        },
        {
            "id": 11524,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://m.weibo.cn/detail/5188536167039618",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-14T21:03:00Z"
        },
        {
            "id": 11523,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New undocking time.",
            "info_url": "https://x.com/SpaceX/status/1944712672442028142",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-14T10:58:00Z"
        },
        {
            "id": 11522,
            "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=fmm5wq53j-g",
            "created_by": "LL2",
            "created_on": "2025-07-14T10:44:00Z"
        }
    ]
}