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

{
    "count": 4223,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1270&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1250&ordering=created_on",
    "results": [
        {
            "id": 8701,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated new docking time.",
            "info_url": "https://forum.novosti-kosmonavtiki.ru/index.php?msg=2671416",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-25T09:11:00Z"
        },
        {
            "id": 8702,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 2025.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61122.msg2627510#msg2627510",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-26T01:14:00Z"
        },
        {
            "id": 8703,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by NVS has started",
            "info_url": "https://www.youtube.com/watch?v=OR233zV8xRo",
            "created_by": "LL2",
            "created_on": "2024-09-26T04:20:00Z"
        },
        {
            "id": 8704,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=OR233zV8xRo",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-26T05:24:00Z"
        },
        {
            "id": 8705,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation.",
            "info_url": "https://x.com/MHI_LS/status/1839179105197240342",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-26T05:46:00Z"
        },
        {
            "id": 8706,
            "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-sets-coverage-for-agencys-spacex-crew-9-launch-docking/",
            "created_by": "Nosu",
            "created_on": "2024-09-26T07:19:00Z"
        },
        {
            "id": 8707,
            "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-sets-coverage-for-agencys-spacex-crew-9-launch-docking/",
            "created_by": "Nosu",
            "created_on": "2024-09-26T07:26:00Z"
        },
        {
            "id": 8708,
            "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-sets-coverage-for-agencys-spacex-crew-9-launch-docking/",
            "created_by": "Nosu",
            "created_on": "2024-09-26T07:30:00Z"
        },
        {
            "id": 8709,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.mhi.com/jp/news/24092602.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-26T07:44:00Z"
        },
        {
            "id": 8710,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.novosti-kosmonavtiki.ru/index.php?msg=2671641",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-26T14:11:00Z"
        }
    ]
}