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

{
    "count": 4174,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=900&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=880&ordering=created_on",
    "results": [
        {
            "id": 7935,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by CGTN has started",
            "info_url": "https://www.youtube.com/watch?v=WLmKmo5WmWg",
            "created_by": "LL2",
            "created_on": "2024-06-25T05:31:21Z"
        },
        {
            "id": 7946,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 10.",
            "info_url": "https://www.celestis.com/launch-schedule/harmony-flight/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-26T02:31:39Z"
        },
        {
            "id": 7950,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch apparently scrubbed based on launch ship location tracking.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60956.msg2603919#msg2603919",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-26T12:52:06Z"
        },
        {
            "id": 7954,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed due to payload testing issues, will no longer fly on the 2nd launch of Vulcan.",
            "info_url": "https://x.com/ulalaunch/status/1805994649967857981",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-26T16:10:53Z"
        },
        {
            "id": 7955,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch as replacement for Vulcan USSF certification usage after original payload was delayed.",
            "info_url": "https://x.com/ulalaunch/status/1805994649967857981",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-26T16:13:43Z"
        },
        {
            "id": 7956,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late 2024.",
            "info_url": "https://x.com/thesheetztweetz/status/1805998566642475136",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-26T16:18:51Z"
        },
        {
            "id": 7963,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch vehicle configuration.",
            "info_url": "https://x.com/torybruno/status/1801976218427756771",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-27T18:44:58Z"
        },
        {
            "id": 7964,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4 2024.",
            "info_url": "https://spacenews.com/beta-project-kuiper-broadband-services-pushed-to-early-2025/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-27T18:53:39Z"
        },
        {
            "id": 7966,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating launch vehicle from Ariane 64 to Falcon 9",
            "info_url": "https://www.lemonde.fr/sciences/article/2024/06/27/severe-deconvenue-pour-ariane-6-une-agence-europeenne-annule-un-contrat_6244812_1650684.html",
            "created_by": "Nosu",
            "created_on": "2024-06-27T20:59:39Z"
        },
        {
            "id": 7972,
            "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-boeing-to-provide-commercial-crew-space-station-update/",
            "created_by": "Nosu",
            "created_on": "2024-06-28T09:09:26Z"
        }
    ]
}