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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=580",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=560",
    "results": [
        {
            "id": 11390,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-16",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-25T14:42:00Z"
        },
        {
            "id": 11389,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63117.msg2696641#msg2696641",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-25T12:58:00Z"
        },
        {
            "id": 11388,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://x.com/northropgrumman/status/1936152085600321692",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-25T12:44:00Z"
        },
        {
            "id": 11387,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://rocketlabcorp.com/updates/rocket-lab-to-launch-electron-mission-for-european-space-agencys-next-generation-navigation-system/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-25T12:40:00Z"
        },
        {
            "id": 11386,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success, spacecraft in orbit and functioning.",
            "info_url": "https://x.com/nasa/status/1937764144066818211",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-25T06:51:00Z"
        },
        {
            "id": 11385,
            "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=_4TT_1e6rkM",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-25T06:32:00Z"
        },
        {
            "id": 11384,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 1 LT.",
            "info_url": "https://x.com/gilmourspace/status/1937733402595328329",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-25T06:10:00Z"
        },
        {
            "id": 11383,
            "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/mission/?missionId=sl-10-16",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-25T00:56:00Z"
        },
        {
            "id": 11382,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/RocketLab/status/1937612162547286431",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-24T23:40:00Z"
        },
        {
            "id": 11381,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-24T23:32:00Z"
        }
    ]
}