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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1170&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1150&ordering=created_on",
    "results": [
        {
            "id": 8516,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 2026.",
            "info_url": "https://eospso.nasa.gov/missions/sentinel-6b",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-08T02:25:00Z"
        },
        {
            "id": 8517,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicles identities extremely uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2621403#msg2621403",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-08T03:24:00Z"
        },
        {
            "id": 8518,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Late November.",
            "info_url": "https://www.cosmos.esa.int/web/proba-3/20240828-proba-3-launch-date-announced",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-08T12:56:00Z"
        },
        {
            "id": 8519,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-08T13:58:00Z"
        },
        {
            "id": 8520,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 10 per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61415.msg2622681#msg2622681",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-08T15:54:00Z"
        },
        {
            "id": 8521,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Postponed from September 11 due to launch site weather, new date TBD.",
            "info_url": "https://www.mhi.com/jp/news/240909.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-09T05:16:00Z"
        },
        {
            "id": 8522,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Weather is 40% favorable for launch.",
            "info_url": "https://www.patrick.spaceforce.mil//Portals/14/Weather/Falcon%209%20Polaris%20Dawn%20L-1%20Forecast%20-%2010%20Sep%20Launch.pdf",
            "created_by": "Nosu",
            "created_on": "2024-09-09T16:21:00Z"
        },
        {
            "id": 8523,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=7FWdvN_hsTo",
            "created_by": "LL2",
            "created_on": "2024-09-09T20:00:00Z"
        },
        {
            "id": 8524,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://x.com/spacex/status/1833306067238862941",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-10T03:20:00Z"
        },
        {
            "id": 8525,
            "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=6et8-MVR3Qg",
            "created_by": "LL2",
            "created_on": "2024-09-10T04:01:00Z"
        }
    ]
}