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

{
    "count": 4208,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4190&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4170&ordering=created_on",
    "results": [
        {
            "id": 11617,
            "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/sl-17-2",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T00:55:00Z"
        },
        {
            "id": 11618,
            "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/sl-10-29",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T00:57:00Z"
        },
        {
            "id": 11619,
            "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/sl-13-4",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T01:00:00Z"
        },
        {
            "id": 11620,
            "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/sl-17-4",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T01:08:00Z"
        },
        {
            "id": 11621,
            "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=Jn5ZxN0NOMw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T05:54:00Z"
        },
        {
            "id": 11622,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 95% favorable for launch.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%2010-26%20L-1%20Forecast%20-%2026%20July%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-25T12:33:00Z"
        },
        {
            "id": 11623,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://tass.ru/kosmos/24607741",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T13:40:00Z"
        },
        {
            "id": 11624,
            "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=p0S5pyINVfc",
            "created_by": "LL2",
            "created_on": "2025-07-25T14:38:00Z"
        },
        {
            "id": 11625,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2703562#msg2703562",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T17:21:00Z"
        },
        {
            "id": 11626,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 21.",
            "info_url": "https://www.nasa.gov/news-release/nasa-invites-media-to-spacexs-33rd-resupply-launch-to-space-station/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-25T17:55:00Z"
        }
    ]
}