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

{
    "count": 4122,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=420&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=400&ordering=-created_on",
    "results": [
        {
            "id": 11027,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%2012-15%20L-1%20Forecast%20-%2019%20May%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-18T22:09:00Z"
        },
        {
            "id": 11026,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July.",
            "info_url": "https://armedservices.house.gov/uploadedfiles/14_may_on_fy26_national_security_space_programs_-_maj_gen_purdy_approved_for_release.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-18T22:07:00Z"
        },
        {
            "id": 11025,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch failure.",
            "info_url": "https://www.youtube.com/watch?v=y63x4kjvAc0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-18T00:48:00Z"
        },
        {
            "id": 11024,
            "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=y63x4kjvAc0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-18T00:29:00Z"
        },
        {
            "id": 11023,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by ISRO Official has started",
            "info_url": "https://www.youtube.com/watch?v=y63x4kjvAc0",
            "created_by": "LL2",
            "created_on": "2025-05-18T00:01:00Z"
        },
        {
            "id": 11022,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Satellite in contact.",
            "info_url": "https://i-qps.net/news/2741/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-17T11:24:00Z"
        },
        {
            "id": 11021,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June.",
            "info_url": "https://www.rocketlabusa.com/updates/rocket-lab-successfully-launches-third-mission-for-iqps-in-multi-launch-contract-sets-schedule-for-the-next-iqps-mission/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-17T09:53:00Z"
        },
        {
            "id": 11020,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation.",
            "info_url": "https://www.youtube.com/watch?v=5ikgtJOeDW4",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-17T09:17:00Z"
        },
        {
            "id": 11019,
            "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=5ikgtJOeDW4",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-17T08:18:00Z"
        },
        {
            "id": 11018,
            "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=5ikgtJOeDW4",
            "created_by": "LL2",
            "created_on": "2025-05-17T07:52:00Z"
        }
    ]
}