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=810&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=820&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=800&ordering=created_on",
    "results": [
        {
            "id": 7527,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET early September.",
            "info_url": "https://spacenews.com/pentagon-urges-ula-to-fly-dummy-payload-on-next-vulcan-launch-if-dream-chaser-is-delayed/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-14T10:00:32Z"
        },
        {
            "id": 7528,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late 2024.",
            "info_url": "https://spacenews.com/pentagon-urges-ula-to-fly-dummy-payload-on-next-vulcan-launch-if-dream-chaser-is-delayed/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-14T10:01:50Z"
        },
        {
            "id": 7529,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2H 2024.",
            "info_url": "https://twitter.com/rfa_space/status/1785338329170346014",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-14T10:28:53Z"
        },
        {
            "id": 7530,
            "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-to-discuss-new-polar-climate-mission-during-media-teleconference/",
            "created_by": "hitura-nobad",
            "created_on": "2024-05-14T11:34:11Z"
        },
        {
            "id": 7540,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET January 2025.",
            "info_url": "https://www.msn.com/en-ae/money/companies/lockheed-boeing-alliance-hit-with-us-fine-for-launch-delays/ar-BB1moavO",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-15T18:35:41Z"
        },
        {
            "id": 7541,
            "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=qsnRgsRWjVc",
            "created_by": "LL2",
            "created_on": "2024-05-15T18:59:02Z"
        },
        {
            "id": 7543,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated docking time.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-16T04:31:15Z"
        },
        {
            "id": 7554,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added undocking.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-17T01:35:40Z"
        },
        {
            "id": 7560,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking time.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-17T23:42:01Z"
        },
        {
            "id": 7568,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=vwwZ0bjORI4",
            "created_by": "hitura-nobad",
            "created_on": "2024-05-18T15:58:09Z"
        }
    ]
}