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

{
    "count": 4251,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1760&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1740&ordering=-created_on",
    "results": [
        {
            "id": 10094,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 2025.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=56065.msg2664234#msg2664234",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-12T16:17:00Z"
        },
        {
            "id": 10093,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added undocking.",
            "info_url": "https://arstechnica.com/space/2025/02/nasa-moves-up-target-to-return-butch-and-suni-but-not-for-political-reasons/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-12T04:00:00Z"
        },
        {
            "id": 10092,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added docking.",
            "info_url": "https://blogs.nasa.gov/commercialcrew/2025/02/11/nasa-spacex-update-crew-10-launch-crew-9-return-dates/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-12T03:59:00Z"
        },
        {
            "id": 10091,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added docking.",
            "info_url": "https://plus.nasa.gov/scheduled-video/progress-91-cargo-ship-docking/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-12T03:57:00Z"
        },
        {
            "id": 10090,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added undocking.",
            "info_url": "https://tass.ru/kosmos/23011719",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-12T03:54:00Z"
        },
        {
            "id": 10089,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May & switch in crew vehicle.",
            "info_url": "https://arstechnica.com/space/2025/02/nasa-moves-up-target-to-return-butch-and-suni-but-not-for-political-reasons/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-12T03:42:00Z"
        },
        {
            "id": 10088,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Moved up to March 12 and crew vehicle switched (launch time is per https://www.launchphotography.com/Launch_Viewing_Guide.html)",
            "info_url": "https://blogs.nasa.gov/commercialcrew/2025/02/11/nasa-spacex-update-crew-10-launch-crew-9-return-dates/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-12T03:40:00Z"
        },
        {
            "id": 10087,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/spacex/status/1889404979359981779",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-11T21:21:00Z"
        },
        {
            "id": 10086,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET February 18.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-12",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-11T19:05:00Z"
        },
        {
            "id": 10084,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://x.com/i/broadcasts/1mrGmPqqMNBKy",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-11T18:53:00Z"
        }
    ]
}