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

{
    "count": 4156,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=950&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=930&ordering=created_on",
    "results": [
        {
            "id": 8115,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August.",
            "info_url": "https://x.com/rookisaacman/status/1815084815156498442",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-24T03:11:55Z"
        },
        {
            "id": 8116,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 15.",
            "info_url": "https://www.celestis.com/launch-schedule/harmony-flight/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-24T03:13:53Z"
        },
        {
            "id": 8117,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added launch",
            "info_url": "https://www.blueorigin.com/news/new-shepard-ns-26-mission",
            "created_by": "hitura-nobad",
            "created_on": "2024-07-24T11:51:50Z"
        },
        {
            "id": 8118,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Targeting August 3rd, 15:28:51 UTC per ISS OEM data.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Jay",
            "created_on": "2024-07-24T17:43:50Z"
        },
        {
            "id": 8120,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "NET 30th July 16:15 UTC",
            "info_url": "https://www.rocketlabusa.com/missions/next-mission/",
            "created_by": "hitura-nobad",
            "created_on": "2024-07-24T20:28:03Z"
        },
        {
            "id": 8124,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=d1P3euTCW8Q",
            "created_by": "LL2",
            "created_on": "2024-07-25T15:30:32Z"
        },
        {
            "id": 8130,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September.",
            "info_url": "https://www.businesswire.com/news/home/20240725421288/en/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-07-26T14:05:29Z"
        },
        {
            "id": 8132,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=AZFUUEEjYqU",
            "created_by": "LL2",
            "created_on": "2024-07-26T15:59:03Z"
        },
        {
            "id": 8133,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "NET August 2025",
            "info_url": "https://x.com/jeff_foust/status/1816868217307959550",
            "created_by": "hitura-nobad",
            "created_on": "2024-07-26T16:11:47Z"
        },
        {
            "id": 8134,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Moved forward to Feb 2025",
            "info_url": "https://x.com/jeff_foust/status/1816868217307959550",
            "created_by": "hitura-nobad",
            "created_on": "2024-07-26T16:14:28Z"
        }
    ]
}