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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=150&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=130&ordering=-created_on",
    "results": [
        {
            "id": 11684,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adjusting Second. Now targeting Jul 31 at 16:09:24 UTC.",
            "info_url": "https://www.spacex.com/launches/crew11",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-30T16:04:00Z"
        },
        {
            "id": 11683,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Satellite in operation.",
            "info_url": "https://www.nasa.gov/news-release/nasa-isro-satellite-lifts-off-to-track-earths-changing-surfaces/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-30T15:52:00Z"
        },
        {
            "id": 11682,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Jul 31 at 16:25 UTC",
            "info_url": "https://www.spacex.com/launches/sl-13-4",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-30T15:42:00Z"
        },
        {
            "id": 11681,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 7.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63263.msg2704751#msg2704751",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-30T14:54:00Z"
        },
        {
            "id": 11680,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Jul 31 at 15:39 UTC",
            "info_url": "https://www.spacex.com/launches/sl-13-4",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-30T14:53:00Z"
        },
        {
            "id": 11678,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Jul 30 at 19:27:15 UTC",
            "info_url": "https://www.spacex.com/launches/sl-13-4",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-30T14:21:00Z"
        },
        {
            "id": 11677,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 90% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20NASA%20Crew-11%20L-1%20Forecast%20-%2031%20July%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-30T13:14:00Z"
        },
        {
            "id": 11676,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation.",
            "info_url": "https://www.youtube.com/watch?v=waTmU9hyOqo",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-30T12:30:00Z"
        },
        {
            "id": 11675,
            "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=waTmU9hyOqo",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-30T12:12:00Z"
        },
        {
            "id": 11674,
            "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=waTmU9hyOqo",
            "created_by": "LL2",
            "created_on": "2025-07-30T10:59:00Z"
        }
    ]
}