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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4140&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4120&ordering=created_on",
    "results": [
        {
            "id": 11750,
            "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=gaWlco19zAE",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-04T10:23:00Z"
        },
        {
            "id": 11751,
            "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/5196010655585117",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-04T12:04:00Z"
        },
        {
            "id": 11752,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-spacex-crew-10-farewell-and-international-space-station-change-of-command/",
            "created_by": "Nosu",
            "created_on": "2025-08-04T14:22:00Z"
        },
        {
            "id": 11753,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-spacex-crew-10-hatch-close/",
            "created_by": "Nosu",
            "created_on": "2025-08-04T14:24:00Z"
        },
        {
            "id": 11754,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/RocketLab/status/1952549821883273225",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-05T02:40:00Z"
        },
        {
            "id": 11755,
            "profile_image": "https://thespacedevs-dev.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=_LAy4XiKNvQ",
            "created_by": "LL2",
            "created_on": "2025-08-05T03:25:00Z"
        },
        {
            "id": 11756,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "On hold at T-11:16.",
            "info_url": "https://www.youtube.com/watch?v=_LAy4XiKNvQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-05T03:43:00Z"
        },
        {
            "id": 11757,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.youtube.com/watch?v=_LAy4XiKNvQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-05T03:54:00Z"
        },
        {
            "id": 11758,
            "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=_LAy4XiKNvQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-05T04:10:00Z"
        },
        {
            "id": 11759,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation.",
            "info_url": "https://www.youtube.com/watch?v=_LAy4XiKNvQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-05T07:48:00Z"
        }
    ]
}