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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1550&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1530&ordering=-created_on",
    "results": [
        {
            "id": 10318,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2669767#msg2669767",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-07T14:03:00Z"
        },
        {
            "id": 10317,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch delayed due to launch site impact by Tropical Cyclone Alfred.",
            "info_url": "https://x.com/GilmourSpace/status/1897885094054183086",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-07T13:58:00Z"
        },
        {
            "id": 10316,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 12 UTC.",
            "info_url": "https://www.uvsq.fr/lancement-imminent-duvsq-sat-ng",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-07T08:48:00Z"
        },
        {
            "id": 10315,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Ship lost 4 engines out of 6 at ~T+8:00 and entered unrecoverable roll.",
            "info_url": "https://x.com/i/broadcasts/1lPKqMQbAWLKb",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-06T23:56:00Z"
        },
        {
            "id": 10314,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1lPKqMQbAWLKb",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-06T23:31:00Z"
        },
        {
            "id": 10313,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New Press Conference date.",
            "info_url": "https://plus.nasa.gov/scheduled-video/spherex-and-punch-pre-launch-news-conference/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-06T23:13:00Z"
        },
        {
            "id": 10312,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking time.",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-spacex-crew-10-rendezvous-and-docking/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-06T23:06:00Z"
        },
        {
            "id": 10311,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=wQG053ogu20",
            "created_by": "LL2",
            "created_on": "2025-03-06T22:53:00Z"
        },
        {
            "id": 10310,
            "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=q-mMJxIttBc",
            "created_by": "LL2",
            "created_on": "2025-03-06T20:58:00Z"
        },
        {
            "id": 10309,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "News conference delayed, new date TBD",
            "info_url": "https://x.com/jeff_foust/status/1897744421145158000",
            "created_by": "Nosu",
            "created_on": "2025-03-06T20:40:00Z"
        }
    ]
}