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=1580&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=1590&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1570&ordering=-created_on",
    "results": [
        {
            "id": 10276,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Next possible attempt on March 5, TBC",
            "info_url": "https://www.lemonde.fr/sciences/article/2025/03/04/ariane-6-nouveau-report-du-premier-lancement-commercial-de-la-fusee_6576075_1650684.html",
            "created_by": "Nosu",
            "created_on": "2025-03-04T07:49:00Z"
        },
        {
            "id": 10275,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-04T01:07:00Z"
        },
        {
            "id": 10274,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing date.",
            "info_url": "https://x.com/jeff_foust/status/1896726242285797438",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-04T01:01:00Z"
        },
        {
            "id": 10273,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 8.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62537.msg2668652#msg2668652",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-04T00:18:00Z"
        },
        {
            "id": 10272,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 7 UTC.",
            "info_url": "https://blogs.nasa.gov/spherex/2025/03/03/nasa-spacex-update-launch-date-for-spherex-punch-missions/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-03T23:57:00Z"
        },
        {
            "id": 10271,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Scrubbing for the day. Next attempt TBC",
            "info_url": "https://x.com/i/broadcasts/1djGXVjnXZOxZ",
            "created_by": "Nosu",
            "created_on": "2025-03-03T23:53:00Z"
        },
        {
            "id": 10270,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Holding again at T-40 seconds",
            "info_url": "https://x.com/i/broadcasts/1djGXVjnXZOxZ",
            "created_by": "Nosu",
            "created_on": "2025-03-03T23:51:00Z"
        },
        {
            "id": 10269,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Resuming countdown",
            "info_url": "https://x.com/i/broadcasts/1djGXVjnXZOxZ",
            "created_by": "Nosu",
            "created_on": "2025-03-03T23:50:00Z"
        },
        {
            "id": 10268,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New press event time.",
            "info_url": "https://x.com/nasa_lsp/status/1896708250663538964",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-03T23:46:00Z"
        },
        {
            "id": 10267,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Holding at T-40 seconds",
            "info_url": "https://x.com/i/broadcasts/1djGXVjnXZOxZ",
            "created_by": "Nosu",
            "created_on": "2025-03-03T23:44:00Z"
        }
    ]
}