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

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=360&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=340&ordering=-created_on",
    "results": [
        {
            "id": 11541,
            "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/mission/?missionId=sl-15-2",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-15T14:48:00Z"
        },
        {
            "id": 11540,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updating launch weather, 80% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20KF-1%20L-1%20Forecast%20-%2016%20JUL%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-15T13:52:00Z"
        },
        {
            "id": 11539,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=47145.msg2700803#msg2700803",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-15T13:51:00Z"
        },
        {
            "id": 11538,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late August.",
            "info_url": "https://www.gov.si/assets/ministrstva/MVZI/Znanost/Obzorje-Evropa/Dogodki/2025-Info-dan/26_Federico-Pergolesi_Predstavitev-projekta-podjetja-Paradigma-Technologies.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-15T13:50:00Z"
        },
        {
            "id": 11537,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 21.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62534.msg2701400#msg2701400",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-15T13:46:00Z"
        },
        {
            "id": 11536,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by European Space Agency, ESA has started",
            "info_url": "https://www.youtube.com/watch?v=tb7wkB0Vcg8",
            "created_by": "LL2",
            "created_on": "2025-07-15T08:30:00Z"
        },
        {
            "id": 11535,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-brief-media-on-new-mission-to-study-earths-magnetic-shield/",
            "created_by": "Nosu",
            "created_on": "2025-07-15T06:51:00Z"
        },
        {
            "id": 11534,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked landing time.",
            "info_url": "https://x.com/spacex/status/1944922989881123214",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-15T01:26:00Z"
        },
        {
            "id": 11533,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 17 LT.",
            "info_url": "https://www.gspace.com/missions",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-15T00:41:00Z"
        },
        {
            "id": 11532,
            "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/mission/?missionId=kf-01",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-14T23:52:00Z"
        }
    ]
}