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

{
    "count": 4258,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1050&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1030&ordering=created_on",
    "results": [
        {
            "id": 8337,
            "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=7WVENEaFvvw",
            "created_by": "LL2",
            "created_on": "2024-08-16T18:42:06Z"
        },
        {
            "id": 8338,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1gqxvNmyyvQxB",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-16T18:56:31Z"
        },
        {
            "id": 8339,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Launch success, all payloads have been deployed.",
            "info_url": "https://x.com/i/broadcasts/1gqxvNmyyvQxB",
            "created_by": "SwGustav",
            "created_on": "2024-08-16T22:03:00Z"
        },
        {
            "id": 8340,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 27.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-17T01:57:41Z"
        },
        {
            "id": 8341,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Webcast live.",
            "info_url": "https://www.youtube.com/watch?v=BSSHjODwDQo",
            "created_by": "hitura-nobad",
            "created_on": "2024-08-17T05:44:25Z"
        },
        {
            "id": 8342,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2616462#msg2616462",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-17T06:31:43Z"
        },
        {
            "id": 8343,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET August 24 per NOTAMs F2970/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61372.msg2616957#msg2616957",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-18T00:46:26Z"
        },
        {
            "id": 8344,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late 2024.",
            "info_url": "https://www.youtube.com/watch?v=hxzULb53Y6k",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-18T00:49:15Z"
        },
        {
            "id": 8345,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-08-18T15:49:13Z"
        },
        {
            "id": 8346,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed to August 22",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Nosu",
            "created_on": "2024-08-18T19:58:58Z"
        }
    ]
}