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=160&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=170&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=150&ordering=-created_on",
    "results": [
        {
            "id": 11663,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 3, to be confirmed.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63306.msg2704444#msg2704444",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-29T18:05:00Z"
        },
        {
            "id": 11662,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 9 UTC, to be confirmed.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=51955.msg2704442#msg2704442",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-29T18:00:00Z"
        },
        {
            "id": 11661,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET August 10 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63277.msg2704435#msg2704435",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-29T17:35:00Z"
        },
        {
            "id": 11660,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 85% favorable for launch.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20NASA%20Crew-11%20L-2%20Forecast%20-%2031%20July%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-29T16:19:00Z"
        },
        {
            "id": 11659,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Spaceflight Now has started",
            "info_url": "https://www.youtube.com/watch?v=RsQmeUU_r1A",
            "created_by": "LL2",
            "created_on": "2025-07-29T16:00:00Z"
        },
        {
            "id": 11658,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Now targeting Jul 30 at 18:39 UTC",
            "info_url": "https://www.spacex.com/launches/sl-13-4",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-29T15:58:00Z"
        },
        {
            "id": 11657,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=RsQmeUU_r1A",
            "created_by": "hitura-nobad",
            "created_on": "2025-07-29T15:48:00Z"
        },
        {
            "id": 11656,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Now targeting Jul 30 at 03:37:50 UTC",
            "info_url": "https://www.spacex.com/launches/sl-10-29",
            "created_by": "Nosu",
            "created_on": "2025-07-29T13:43:00Z"
        },
        {
            "id": 11655,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://www.linkedin.com/feed/update/urn:li:activity:7355830118293913600/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-29T05:25:00Z"
        },
        {
            "id": 11654,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.youtube.com/live/mgXkXSFX0Dg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-29T05:02:00Z"
        }
    ]
}