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

{
    "count": 4223,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1280&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1260&ordering=created_on",
    "results": [
        {
            "id": 8711,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Weather is 55% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil//Portals/14/Weather/Falcon%209%20NASA%20Crew%209%20L-2%20Forecast%20-%2028%20Sep%20Launch.pdf",
            "created_by": "Nosu",
            "created_on": "2024-09-26T15:51:00Z"
        },
        {
            "id": 8712,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 2025.",
            "info_url": "https://www.ssc.spaceforce.mil/Portals/3/NG%20GEO_NGG-1%20Delivery%20Press%20Release%20v2.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-27T02:15:00Z"
        },
        {
            "id": 8713,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-27T02:22:00Z"
        },
        {
            "id": 8714,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked docking time.",
            "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-09-27T03:44:00Z"
        },
        {
            "id": 8715,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated undocking time.",
            "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-09-27T03:45:00Z"
        },
        {
            "id": 8716,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.mext.go.jp/content/20240927-mxt_uchukai01-000038107_3.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-27T07:46:00Z"
        },
        {
            "id": 8717,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for October 26 due to delays with previous H-IIA launch.",
            "info_url": "https://global.jaxa.jp/press/2024/09/20240927-2_e.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-27T08:15:00Z"
        },
        {
            "id": 8718,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5083291065520521",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-27T11:00:00Z"
        },
        {
            "id": 8719,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://plus.nasa.gov/scheduled-video/nasas-spacex-crew-9-panel-space-station-101/",
            "created_by": "LL2",
            "created_on": "2024-09-27T17:15:00Z"
        },
        {
            "id": 8720,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=oneweblaunch20",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-27T18:57:00Z"
        }
    ]
}