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

{
    "count": 4209,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1450&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1430&ordering=-created_on",
    "results": [
        {
            "id": 10374,
            "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%20Crew%2010%20L-2%20Forecast%20-%2012%20Mar%20Launch.pdf",
            "created_by": "Nosu",
            "created_on": "2025-03-10T17:08:00Z"
        },
        {
            "id": 10373,
            "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/Newsroom/Press_Releases/Media_Invitation_ESA_s_Hera_Mission_-_Mars_Flyby_and_Deimos_Encounter",
            "created_by": "Nosu",
            "created_on": "2025-03-10T16:37:00Z"
        },
        {
            "id": 10372,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late summer.",
            "info_url": "https://x.com/jeff_foust/status/1899124444225843231",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-10T16:25:00Z"
        },
        {
            "id": 10371,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch time (same for every day towards SSO).",
            "info_url": "https://www.jpl.nasa.gov/news/cosmic-mapmaker-nasas-spherex-space-telescope-ready-to-launch/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-10T15:43:00Z"
        },
        {
            "id": 10370,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Possible pre-launch failure.",
            "info_url": "https://x.com/harry__stranger/status/1897489526823723269",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-10T09:20:00Z"
        },
        {
            "id": 10369,
            "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 not confirmed.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62553.msg2669219#msg2669219",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-10T08:32:00Z"
        },
        {
            "id": 10368,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Confirmed rescheduled for March 10 PDT.",
            "info_url": "https://blogs.nasa.gov/spherex/2025/03/09/nasa-spacex-set-new-date-for-two-science-missions/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-10T01:41:00Z"
        },
        {
            "id": 10367,
            "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=sl-12-21",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-10T01:21:00Z"
        },
        {
            "id": 10366,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 11 UTC.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-09T18:20:00Z"
        },
        {
            "id": 10365,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.chinanews.com.cn/gn/2025/03-10/10380698.shtml",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-09T18:12:00Z"
        }
    ]
}