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=1210&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=1220&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1200&ordering=-created_on",
    "results": [
        {
            "id": 10536,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET March 26.",
            "info_url": "https://www.barentswatch.no/arcticinfo/andoyafiringrangedangerzone/1",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-25T06:48:00Z"
        },
        {
            "id": 10535,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adjusted T-0. (Also see https://www.nasa.gov/news-release/nasa-invites-media-to-spacexs-32nd-resupply-launch-to-space-station/)",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-25T05:06:00Z"
        },
        {
            "id": 10534,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch successful.",
            "info_url": "https://x.com/NatReconOfc/status/1904250648520003867?t=NQb1bViAP-Z5p6pnkDZejQ&s=19",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-24T19:27:00Z"
        },
        {
            "id": 10533,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://x.com/i/broadcasts/1mrxmPDEzbdJy",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-24T17:49:00Z"
        },
        {
            "id": 10532,
            "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=RcryPsLjTk8",
            "created_by": "LL2",
            "created_on": "2025-03-24T17:33:00Z"
        },
        {
            "id": 10531,
            "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/nasas-spacex-crew-9-astronauts-to-discuss-science-mission/",
            "created_by": "Nosu",
            "created_on": "2025-03-24T14:26:00Z"
        },
        {
            "id": 10530,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "March 24th attempt scrubbed. Moving to next launch opportunity pending official confirmation.",
            "info_url": "https://x.com/isaraerospace/status/1904148400813048050",
            "created_by": "Nosu",
            "created_on": "2025-03-24T12:56:00Z"
        },
        {
            "id": 10529,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Holding for weather.",
            "info_url": "https://twitter.com/isaraerospace/status/1904138732963246193",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-24T12:00:00Z"
        },
        {
            "id": 10528,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather.",
            "info_url": "https://afspc.github.io/45th-Weather-Squadron/assets/LaunchForecasts/Falcon%209%20NROL-69%20L-1%20Forecast%20-%2024%20Mar%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-23T15:26:00Z"
        },
        {
            "id": 10527,
            "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 uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2673851#msg2673851",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-22T04:08:00Z"
        }
    ]
}