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

{
    "count": 4158,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=940&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=920&ordering=created_on",
    "results": [
        {
            "id": 8096,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed due to satellite issues.",
            "info_url": "https://x.com/rocketlab/status/1814103721825157320",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-19T01:05:54Z"
        },
        {
            "id": 8097,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 2024.",
            "info_url": "https://x.com/rocketlab/status/1814103721825157320",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-19T01:08:28Z"
        },
        {
            "id": 8098,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Slipped to NET early 2025 due to satellite issues.",
            "info_url": "https://science.nasa.gov/researchers/solicitations/roses-2024/amendment-33-a-27-nisar-research-and-applications-science-team-deferred-to-roses-25/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-19T02:12:06Z"
        },
        {
            "id": 8099,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added mission name.",
            "info_url": "https://www.rocketlabusa.com/missions/next-mission/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-19T02:17:40Z"
        },
        {
            "id": 8105,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; payload manifest is TBD.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=59826.msg2609267#msg2609267",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-22T05:44:09Z"
        },
        {
            "id": 8109,
            "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-briefings-for-crew-9-mission-to-space-station/",
            "created_by": "Nosu",
            "created_on": "2024-07-23T07:09:09Z"
        },
        {
            "id": 8110,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-briefings-for-crew-9-mission-to-space-station/",
            "created_by": "hitura-nobad",
            "created_on": "2024-07-23T07:37:24Z"
        },
        {
            "id": 8111,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-boeing-to-discuss-crew-flight-test-mission-ground-testing/",
            "created_by": "hitura-nobad",
            "created_on": "2024-07-23T19:33:38Z"
        },
        {
            "id": 8112,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 16.",
            "info_url": "https://arstechnica.com/space/2024/07/a-mid-september-test-flight-of-vulcan-could-permit-a-military-launch-this-year/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-24T01:46:20Z"
        },
        {
            "id": 8114,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET early August.",
            "info_url": "https://www.nasa.gov/news-release/nasa-boeing-to-discuss-crew-flight-test-mission-ground-testing/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-24T03:09:33Z"
        }
    ]
}