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

{
    "count": 4154,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1250&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1230&ordering=-created_on",
    "results": [
        {
            "id": 10506,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted back to April 1 UTC.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-20T03:00:00Z"
        },
        {
            "id": 10505,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 21.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-19T15:57:00Z"
        },
        {
            "id": 10504,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 26.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61924.msg2673237#msg2673237",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-19T13:03:00Z"
        },
        {
            "id": 10503,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=53297.msg2673240#msg2673240",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-19T13:01:00Z"
        },
        {
            "id": 10502,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Updating launch date",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Nosu",
            "created_on": "2025-03-19T06:49:00Z"
        },
        {
            "id": 10501,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q3 2025.",
            "info_url": "https://www.youtube.com/watch?v=XJVKM90SdKs",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-19T06:08:00Z"
        },
        {
            "id": 10500,
            "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/crew-9-post-splashdown-news-conference/",
            "created_by": "LL2",
            "created_on": "2025-03-18T23:31:00Z"
        },
        {
            "id": 10499,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May.",
            "info_url": "https://www.rediff.com/news/report/isro-arm-all-set-to-launch-us-satellite/20250318.htm",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-18T22:06:00Z"
        },
        {
            "id": 10498,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June 2025.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=1181.msg2673069#msg2673069",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-18T21:28:00Z"
        },
        {
            "id": 10497,
            "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/1902103607148999157",
            "created_by": "Nosu",
            "created_on": "2025-03-18T21:05:00Z"
        }
    ]
}