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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=780&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=760&ordering=-created_on",
    "results": [
        {
            "id": 10748,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 25.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62682.msg2680123#msg2680123",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-17T13:59:00Z"
        },
        {
            "id": 10747,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60915.msg2680082#msg2680082",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-17T09:57:00Z"
        },
        {
            "id": 10746,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late April.",
            "info_url": "https://x.com/globaltimesnews/status/1912468741339972040",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-17T02:47:00Z"
        },
        {
            "id": 10745,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 22 UTC.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-17T02:38:00Z"
        },
        {
            "id": 10744,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Launch success",
            "info_url": "https://x.com/NatReconOfc/status/1912614345801941134",
            "created_by": "SwGustav",
            "created_on": "2025-04-16T22:24:00Z"
        },
        {
            "id": 10743,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Apparent liftoff",
            "info_url": "https://cameras.alertcalifornia.org/?pos=34.6027_-120.5736_10&id=Axis-Dangermond2",
            "created_by": "SwGustav",
            "created_on": "2025-04-16T19:48:00Z"
        },
        {
            "id": 10742,
            "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 highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62750.msg2679798#msg2679798",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-16T17:12:00Z"
        },
        {
            "id": 10741,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET April 27 per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61924.msg2679913#msg2679913",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-16T16:48:00Z"
        },
        {
            "id": 10740,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62682.msg2679831#msg2679831",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-16T04:35:00Z"
        },
        {
            "id": 10739,
            "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-coverage-for-spacex-32nd-station-resupply-launch-arrival/",
            "created_by": "Nosu",
            "created_on": "2025-04-15T13:09:00Z"
        }
    ]
}