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=4100&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=4110&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4090&ordering=created_on",
    "results": [
        {
            "id": 11720,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by NASASpaceflight has started",
            "info_url": "https://www.youtube.com/watch?v=qmu3BDvIFwg",
            "created_by": "LL2",
            "created_on": "2025-08-01T18:40:00Z"
        },
        {
            "id": 11721,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET early September.",
            "info_url": "https://www.nro.gov/Portals/135/Documents/news/speeches/2025/DDNRO%20Potomac%20Officers%20Club.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-02T00:47:00Z"
        },
        {
            "id": 11722,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked docking time.",
            "info_url": "https://www.spacex.com/launches/crew11",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-02T03:41:00Z"
        },
        {
            "id": 11723,
            "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://www.youtube.com/watch?v=206O9S9GLbg",
            "created_by": "LL2",
            "created_on": "2025-08-02T04:34:00Z"
        },
        {
            "id": 11724,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-02T23:25:00Z"
        },
        {
            "id": 11725,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted back to NET August TBD with lack of confirmation.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63312.msg2705832#msg2705832",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-03T01:10:00Z"
        },
        {
            "id": 11726,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://x.com/blueorigin/status/1951954905578508365",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-03T10:38:00Z"
        },
        {
            "id": 11727,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Blue Origin has started",
            "info_url": "https://www.youtube.com/watch?v=5q0pMm8xVVU",
            "created_by": "LL2",
            "created_on": "2025-08-03T11:51:00Z"
        },
        {
            "id": 11728,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Hold at T-10:00.",
            "info_url": "https://www.youtube.com/watch?v=5q0pMm8xVVU",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-03T12:26:00Z"
        },
        {
            "id": 11729,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.youtube.com/watch?v=5q0pMm8xVVU",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-03T12:34:00Z"
        }
    ]
}