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

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1360&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1340&ordering=-created_on",
    "results": [
        {
            "id": 10464,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://t.me/roscosmos_gk/16968",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-16T14:26:00Z"
        },
        {
            "id": 10463,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://tass.ru/kosmos/23412315",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-16T11:21:00Z"
        },
        {
            "id": 10462,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-spacex-crew-10-rendezvous-and-docking/",
            "created_by": "LL2",
            "created_on": "2025-03-16T02:26:00Z"
        },
        {
            "id": 10461,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added approximate launch time.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-15T17:58:00Z"
        },
        {
            "id": 10460,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Confirmed rescheduled for March 16.",
            "info_url": "https://forum.novosti-kosmonavtiki.ru/index.php?msg=2710200",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-15T17:01:00Z"
        },
        {
            "id": 10459,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Apparently scrubbed for the day; NOTAMs windows last till March 16.",
            "info_url": "https://forum.novosti-kosmonavtiki.ru/index.php?msg=2710151",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-15T12:57:00Z"
        },
        {
            "id": 10458,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Launch successful",
            "info_url": "https://x.com/SpaceX/status/1900889958669508670",
            "created_by": "Nosu",
            "created_on": "2025-03-15T12:41:00Z"
        },
        {
            "id": 10457,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1OdJrDdZybeKX",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-15T11:35:00Z"
        },
        {
            "id": 10456,
            "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=4J9ki29tUk4",
            "created_by": "LL2",
            "created_on": "2025-03-15T11:25:00Z"
        },
        {
            "id": 10455,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May.",
            "info_url": "https://www.rocketlabusa.com/updates/rocket-lab-successfully-launches-61st-electron-mission-second-launch-for-iqps/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-15T09:26:00Z"
        }
    ]
}