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

{
    "count": 4138,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4130&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4110&ordering=created_on",
    "results": [
        {
            "id": 11425,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1LyGBWNrennJN",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-28T04:26:00Z"
        },
        {
            "id": 11426,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1938832656734806048",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-28T05:35:00Z"
        },
        {
            "id": 11427,
            "profile_image": "https://thespacedevs-prod.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=ewgd5BPw4tc",
            "created_by": "LL2",
            "created_on": "2025-06-28T07:04:00Z"
        },
        {
            "id": 11428,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Liftoff",
            "info_url": "https://www.youtube.com/watch?v=ewgd5BPw4tc",
            "created_by": "SwGustav",
            "created_on": "2025-06-28T07:08:00Z"
        },
        {
            "id": 11429,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/rocketlab/status/1938873041930330430",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-28T08:21:00Z"
        },
        {
            "id": 11430,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Jun 28 at 17:13 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-15-7",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-28T15:37:00Z"
        },
        {
            "id": 11431,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=5tRdzj_7OwQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-28T16:33:00Z"
        },
        {
            "id": 11432,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation.",
            "info_url": "https://x.com/MHI_LS/status/1939003175119532134",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-28T16:55:00Z"
        },
        {
            "id": 11433,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=OxxQZIyGk1c",
            "created_by": "LL2",
            "created_on": "2025-06-28T17:13:00Z"
        },
        {
            "id": 11434,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1yNGaLQBrzVKj",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-28T17:13:00Z"
        }
    ]
}