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

{
    "count": 4251,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1750&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1730&ordering=created_on",
    "results": [
        {
            "id": 9285,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET November 30 UTC per NOTAMs F4497/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61907.msg2643850#msg2643850",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-23T05:24:00Z"
        },
        {
            "id": 9286,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Роскосмос ТВ has started",
            "info_url": "https://www.youtube.com/watch?v=pgdwNzCThVg",
            "created_by": "LL2",
            "created_on": "2024-11-23T14:19:00Z"
        },
        {
            "id": 9287,
            "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": "2024-11-23T22:56:00Z"
        },
        {
            "id": 9288,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch on hold.",
            "info_url": "https://x.com/spacepat_o/status/1860523701365535048",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-24T03:53:00Z"
        },
        {
            "id": 9289,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by pat o. has started",
            "info_url": "https://www.youtube.com/watch?v=A_3q2WR0I4o",
            "created_by": "LL2",
            "created_on": "2024-11-24T04:07:00Z"
        },
        {
            "id": 9290,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 04:50 UTC.",
            "info_url": "https://www.youtube.com/watch?v=A_3q2WR0I4o",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-24T04:29:00Z"
        },
        {
            "id": 9291,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "On hold.",
            "info_url": "https://www.youtube.com/watch?v=A_3q2WR0I4o",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-24T04:52:00Z"
        },
        {
            "id": 9292,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/spacex/status/1860555808649654756",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-24T05:29:00Z"
        },
        {
            "id": 9293,
            "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=zkedmW4lyyo",
            "created_by": "LL2",
            "created_on": "2024-11-24T05:29:00Z"
        },
        {
            "id": 9294,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/spacepat_o/status/1860558754393067859",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-24T05:41:00Z"
        }
    ]
}