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

{
    "count": 4209,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1440&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1420&ordering=-created_on",
    "results": [
        {
            "id": 10384,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch on hold.",
            "info_url": "https://www.youtube.com/watch?v=ZmU320jiz24",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T04:12:00Z"
        },
        {
            "id": 10383,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Confirmed 24 hours turn-around.",
            "info_url": "https://x.com/NASA_LSP/status/1899305105469395388",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T03:54:00Z"
        },
        {
            "id": 10382,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://www.youtube.com/watch?v=qkTcmQJdGKg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T02:19:00Z"
        },
        {
            "id": 10381,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://x.com/NASA_LSP/status/1899279063497277840",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T02:06:00Z"
        },
        {
            "id": 10380,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://x.com/SpaceflightNow/status/1899273908517249478",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T01:42:00Z"
        },
        {
            "id": 10379,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/SpaceflightNow/status/1899273908517249478",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-11T01:41:00Z"
        },
        {
            "id": 10378,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for NET March 13.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-10T23:48:00Z"
        },
        {
            "id": 10377,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 14 UTC.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-10T23:45:00Z"
        },
        {
            "id": 10376,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August.",
            "info_url": "https://x.com/jeff_foust/status/1899243362630205750",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-10T23:40:00Z"
        },
        {
            "id": 10375,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.linkedin.com/posts/kineis-argos_launch-iot-kineislaunch-activity-7304893941928132609-oauy/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-10T18:15:00Z"
        }
    ]
}