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=1610&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=1620&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1600&ordering=created_on",
    "results": [
        {
            "id": 9117,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added undocking.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-07T17:39:00Z"
        },
        {
            "id": 9118,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Now targeting Nov 07 at 20:19 UTC",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-6-77",
            "created_by": "Nosu",
            "created_on": "2024-11-07T19:40:00Z"
        },
        {
            "id": 9119,
            "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=inuFXJO9jiE",
            "created_by": "LL2",
            "created_on": "2024-11-07T20:09:00Z"
        },
        {
            "id": 9120,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1BdxYEWOLwNxX",
            "created_by": "SwGustav",
            "created_on": "2024-11-07T20:42:00Z"
        },
        {
            "id": 9121,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Delayed to November 10.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Nosu",
            "created_on": "2024-11-07T20:42:00Z"
        },
        {
            "id": 9122,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Launch success",
            "info_url": "https://x.com/SpaceX/status/1854636418246885463",
            "created_by": "Nosu",
            "created_on": "2024-11-07T21:29:00Z"
        },
        {
            "id": 9123,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 13 per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61814.msg2639707#msg2639707",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-08T07:23:00Z"
        },
        {
            "id": 9124,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for November 11 per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2639701#msg2639701",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-08T07:29:00Z"
        },
        {
            "id": 9125,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET mid-November.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2639420#msg2639420",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-08T08:33:00Z"
        },
        {
            "id": 9126,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Mid-February.",
            "info_url": "https://x.com/jeff_foust/status/1854942953426301387",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-08T17:53:00Z"
        }
    ]
}