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

{
    "count": 4258,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4230&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4210&ordering=created_on",
    "results": [
        {
            "id": 11791,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://www.spacex.com/launches/kf-02",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T10:44:00Z"
        },
        {
            "id": 11792,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload identity uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2707202#msg2707202",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T11:06:00Z"
        },
        {
            "id": 11793,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.spacex.com/launches/kf-02",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T12:48:00Z"
        },
        {
            "id": 11794,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET August 11.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T12:50:00Z"
        },
        {
            "id": 11795,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 12.",
            "info_url": "https://www.spacex.com/launches/sl-10-20",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T14:41:00Z"
        },
        {
            "id": 11796,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 15.",
            "info_url": "https://www.spacex.com/launches/sl-10-11",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T14:41:00Z"
        },
        {
            "id": 11797,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 22 LT.",
            "info_url": "https://www.spacex.com/launches/sl-17-7",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T14:42:00Z"
        },
        {
            "id": 11798,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/sl-17-6",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T14:44:00Z"
        },
        {
            "id": 11799,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch time (https://m.weibo.cn/detail/5197505203541893) and payload.",
            "info_url": "https://m.weibo.cn/detail/5197495762158364",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T15:07:00Z"
        },
        {
            "id": 11800,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by International Rocket Launches has started",
            "info_url": "https://www.youtube.com/watch?v=poTWRw9sX5o",
            "created_by": "LL2",
            "created_on": "2025-08-08T15:49:00Z"
        }
    ]
}