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=4210&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=4220&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4200&ordering=created_on",
    "results": [
        {
            "id": 11780,
            "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/kf-02",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-07T13:19:00Z"
        },
        {
            "id": 11782,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated hatch closure time.",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-spacex-crew-10-hatch-close/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-07T13:24:00Z"
        },
        {
            "id": 11783,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Holding at T-45:29.",
            "info_url": "https://www.spacex.com/launches/kf-02",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-07T13:44:00Z"
        },
        {
            "id": 11784,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://x.com/brevardeoc/status/1953452812592918838",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-07T13:51:00Z"
        },
        {
            "id": 11785,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 40% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20KF-2%20L-1%20Forecast%20-%2008%20AUG%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-07T15:42:00Z"
        },
        {
            "id": 11786,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.spacex.com/launches/sl-17-7",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-07T23:20:00Z"
        },
        {
            "id": 11787,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4.",
            "info_url": "https://investors.globalstar.com/node/16336/html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T01:53:00Z"
        },
        {
            "id": 11788,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 16.",
            "info_url": "https://www.nasa.gov/missions/jason-cs-sentinel-6/sentinel-6-michael-freilich/how-joint-nasa-esa-sea-level-mission-will-help-hurricane-forecasts/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T03:18:00Z"
        },
        {
            "id": 11789,
            "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/kf-02",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T08:49:00Z"
        },
        {
            "id": 11790,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September.",
            "info_url": "https://boeing.mediaroom.com/news-releases-statements?item=131573",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T09:46:00Z"
        }
    ]
}