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

{
    "count": 4241,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=110&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=90&ordering=-created_on",
    "results": [
        {
            "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": 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": 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": 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": 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": 11719,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event.",
            "info_url": "https://www.youtube.com/watch?v=qmu3BDvIFwg",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-01T18:40:00Z"
        },
        {
            "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": 11718,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4 2025.",
            "info_url": "https://www.thehindu.com/sci-tech/science/after-nisar-isro-gearing-up-for-next-us-collaboration-with-bluebird-communications-satellite-launch/article69882412.ece/amp/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-01T18:20:00Z"
        },
        {
            "id": 11716,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late 2025.",
            "info_url": "https://www.youtube.com/watch?v=O5KhZbe_mS0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-01T18:11:00Z"
        },
        {
            "id": 11715,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.spacex.com/launches/sl-17-6",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-01T17:57:00Z"
        }
    ]
}