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

{
    "count": 4248,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1830&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1810&ordering=-created_on",
    "results": [
        {
            "id": 10101,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding landing time",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-of-fireflys-first-robotic-commercial-moon-landing/",
            "created_by": "Nosu",
            "created_on": "2025-02-14T20:49:00Z"
        },
        {
            "id": 10099,
            "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=62369.msg2664601#msg2664601",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-14T02:54:00Z"
        },
        {
            "id": 10098,
            "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-12-8",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-14T02:28:00Z"
        },
        {
            "id": 10097,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March.",
            "info_url": "https://www.kineislaunch.com/wp-content/uploads/2025/02/CP-Succes-4eme-lancement-UK.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-13T12:32:00Z"
        },
        {
            "id": 10095,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Jet Propulsion Laboratory has started",
            "info_url": "https://www.youtube.com/watch?v=6o0q86RKL14",
            "created_by": "LL2",
            "created_on": "2025-02-12T18:56:00Z"
        },
        {
            "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"
        }
    ]
}