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

{
    "count": 4180,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=220&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=200&ordering=-created_on",
    "results": [
        {
            "id": 11613,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New launch window per NOTAMs; Payload identity uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2703267#msg2703267",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-24T18:11:00Z"
        },
        {
            "id": 11612,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New launch window per NOTAMs; Payload identity uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2703247#msg2703247",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-24T18:09:00Z"
        },
        {
            "id": 11611,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to July 29 per new NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2703357#msg2703357",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-24T17:57:00Z"
        },
        {
            "id": 11610,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August.",
            "info_url": "https://aerospaceamerica.aiaa.org/u-s-space-systems-command-chief-first-vulcan-national-security-launch-is-weeks-away/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-24T14:48:00Z"
        },
        {
            "id": 11609,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 3 UTC.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63277.msg2703306#msg2703306",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-24T14:47:00Z"
        },
        {
            "id": 11608,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-launch-coverage-for-earth-tracking-nisar-satellite/",
            "created_by": "Nosu",
            "created_on": "2025-07-24T07:23:00Z"
        },
        {
            "id": 11607,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Launch success",
            "info_url": "https://www.nasa.gov/news-release/nasa-launches-mission-to-study-earths-magnetic-shield/",
            "created_by": "SwGustav",
            "created_on": "2025-07-23T23:36:00Z"
        },
        {
            "id": 11606,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "All payloads deployed",
            "info_url": "https://x.com/i/broadcasts/1gqxvjQAqpjxB",
            "created_by": "SwGustav",
            "created_on": "2025-07-23T19:58:00Z"
        },
        {
            "id": 11605,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=Ylk4uw7GQys",
            "created_by": "LL2",
            "created_on": "2025-07-23T18:13:00Z"
        },
        {
            "id": 11604,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1gqxvjQAqpjxB",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-23T18:13:00Z"
        }
    ]
}