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

{
    "count": 4154,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=270&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=250&ordering=-created_on",
    "results": [
        {
            "id": 11563,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://science.nasa.gov/blogs/tracers/2025/07/18/nasas-tracers-mission-targeting-launch-on-july-22/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-19T01:59:00Z"
        },
        {
            "id": 11562,
            "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=mpower-d",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-19T01:55:00Z"
        },
        {
            "id": 11561,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-17-3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-19T01:52:00Z"
        },
        {
            "id": 11560,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63266.msg2702129#msg2702129",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-18T17:21:00Z"
        },
        {
            "id": 11559,
            "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-17-3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-18T17:11:00Z"
        },
        {
            "id": 11558,
            "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-preview-advanced-us-india-radar-mission-ahead-of-launch/",
            "created_by": "Nosu",
            "created_on": "2025-07-18T05:07:00Z"
        },
        {
            "id": 11557,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=IKRwdxtuwas",
            "created_by": "LL2",
            "created_on": "2025-07-17T14:50:00Z"
        },
        {
            "id": 11556,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-16T17:13:00Z"
        },
        {
            "id": 11555,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63181.msg2701726#msg2701726",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-16T17:08:00Z"
        },
        {
            "id": 11554,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET July 26 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63236.msg2701721#msg2701721",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-16T17:01:00Z"
        }
    ]
}