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=20&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=30&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=10&ordering=-created_on",
    "results": [
        {
            "id": 11808,
            "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/sl-17-4",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-09T03:50:00Z"
        },
        {
            "id": 11807,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch pad change.",
            "info_url": "https://www.nasa.gov/news-release/nasa-invites-media-to-view-heliophysics-noaa-space-weather-missions/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-09T01:45:00Z"
        },
        {
            "id": 11806,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=mYNE36hWNIQ",
            "created_by": "LL2",
            "created_on": "2025-08-08T22:31:00Z"
        },
        {
            "id": 11805,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=Gn6qR__BbYg",
            "created_by": "LL2",
            "created_on": "2025-08-08T19:43:00Z"
        },
        {
            "id": 11804,
            "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/5197543744472066",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T17:36:00Z"
        },
        {
            "id": 11803,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated event time.",
            "info_url": "https://www.youtube.com/watch?v=GEzywXwipMY",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T16:40:00Z"
        },
        {
            "id": 11802,
            "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=poTWRw9sX5o",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T16:33:00Z"
        },
        {
            "id": 11801,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 22, to be confirmed pending Starship Ship 37 final testing status.",
            "info_url": "https://x.com/Alexphysics13/status/1953791913166766348",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T16:03:00Z"
        },
        {
            "id": 11800,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by International Rocket Launches has started",
            "info_url": "https://www.youtube.com/watch?v=poTWRw9sX5o",
            "created_by": "LL2",
            "created_on": "2025-08-08T15:49:00Z"
        },
        {
            "id": 11799,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch time (https://m.weibo.cn/detail/5197505203541893) and payload.",
            "info_url": "https://m.weibo.cn/detail/5197495762158364",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-08T15:07:00Z"
        }
    ]
}