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

{
    "count": 4251,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1740&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1720&ordering=-created_on",
    "results": [
        {
            "id": 10116,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding closest approach time",
            "info_url": "https://www.esa.int/Enabling_Support/Operations/Solar_Orbiter_ready_for_close_encounter_with_Venus",
            "created_by": "Nosu",
            "created_on": "2025-02-18T09:06:00Z"
        },
        {
            "id": 10115,
            "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 uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2665175#msg2665175",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-18T05:55:00Z"
        },
        {
            "id": 10114,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs F0682/25.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62468.msg2665192#msg2665192",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-18T05:46:00Z"
        },
        {
            "id": 10113,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-12",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-18T02:41:00Z"
        },
        {
            "id": 10112,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-17T17:23:00Z"
        },
        {
            "id": 10111,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Weather is 95% favorable for launch.",
            "info_url": "https://afspc.github.io/45th-Weather-Squadron/assets/LaunchForecasts/Falcon%209%20Starlink%2010-12%20L-1%20Forecast%20-%2018%20Feb%20Launch.pdf",
            "created_by": "Nosu",
            "created_on": "2025-02-17T16:58:00Z"
        },
        {
            "id": 10110,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.esa.int/Enabling_Support/Operations/Hera_burns_towards_Mars",
            "created_by": "Nosu",
            "created_on": "2025-02-17T12:25:00Z"
        },
        {
            "id": 10109,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New launch window.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-16T04:32:00Z"
        },
        {
            "id": 10108,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-16T04:29:00Z"
        },
        {
            "id": 10107,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted back to NET February TBD with the cancellation of NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62421.msg2664885#msg2664885",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-16T04:26:00Z"
        }
    ]
}