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=1330&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=1340&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1320&ordering=created_on",
    "results": [
        {
            "id": 8786,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/stephen_profile_20240714102602.png",
            "comment": "Resuming countdown.",
            "info_url": "https://youtu.be/ddSzonJ2W38",
            "created_by": "juststephen",
            "created_on": "2024-10-07T16:01:00Z"
        },
        {
            "id": 8787,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/stephen_profile_20240714102602.png",
            "comment": "Holding at T-03:51",
            "info_url": "https://youtu.be/ddSzonJ2W38",
            "created_by": "juststephen",
            "created_on": "2024-10-07T16:07:00Z"
        },
        {
            "id": 8788,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation.",
            "info_url": "https://www.youtube.com/watch?v=O13Sp00Ltlw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-07T16:08:00Z"
        },
        {
            "id": 8789,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Hera signal acquired and all systems nominal.",
            "info_url": "https://www.youtube.com/watch?v=O13Sp00Ltlw",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-07T16:18:00Z"
        },
        {
            "id": 8790,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/stephen_profile_20240714102602.png",
            "comment": "Countdown resumed.",
            "info_url": "https://youtu.be/ddSzonJ2W38",
            "created_by": "juststephen",
            "created_on": "2024-10-07T16:26:00Z"
        },
        {
            "id": 8791,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/stephen_profile_20240714102602.png",
            "comment": "Holding at T-01:11",
            "info_url": "https://youtu.be/ddSzonJ2W38",
            "created_by": "juststephen",
            "created_on": "2024-10-07T16:29:00Z"
        },
        {
            "id": 8792,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/stephen_profile_20240714102602.png",
            "comment": "Launch scrub, reverting to TBD until a new launch window is announced.",
            "info_url": "https://youtu.be/ddSzonJ2W38",
            "created_by": "juststephen",
            "created_on": "2024-10-07T17:01:00Z"
        },
        {
            "id": 8793,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET October 13 due to landing site weather.",
            "info_url": "https://x.com/Commercial_Crew/status/1843428287927767118",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-08T00:54:00Z"
        },
        {
            "id": 8794,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "No longer scheduled for NET October 9.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-08T00:55:00Z"
        },
        {
            "id": 8795,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "No longer scheduled for NET October 11 with marine navigation warnings cancelled.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61436.msg2630615#msg2630615",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-08T00:57:00Z"
        }
    ]
}