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=700&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=710&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=690&ordering=created_on",
    "results": [
        {
            "id": 6902,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-11-1",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-08T12:30:04Z"
        },
        {
            "id": 6904,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=Gna85WrFfdg",
            "created_by": "LL2",
            "created_on": "2024-03-08T17:58:34Z"
        },
        {
            "id": 6906,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated undocking time.",
            "info_url": "https://www.nasa.gov/news-release/nasas-spacex-crew-7-return-to-earth-to-air-live-on-nasa-platforms/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-08T23:35:31Z"
        },
        {
            "id": 6907,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing.",
            "info_url": "https://www.nasa.gov/news-release/nasas-spacex-crew-7-return-to-earth-to-air-live-on-nasa-platforms/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-08T23:38:06Z"
        },
        {
            "id": 6917,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-host-boeing-crew-flight-test-preview-news-conferences/",
            "created_by": "hitura-nobad",
            "created_on": "2024-03-09T07:27:51Z"
        },
        {
            "id": 6918,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-host-boeing-crew-flight-test-preview-news-conferences/",
            "created_by": "hitura-nobad",
            "created_on": "2024-03-09T07:29:34Z"
        },
        {
            "id": 6919,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-host-boeing-crew-flight-test-preview-news-conferences/",
            "created_by": "hitura-nobad",
            "created_on": "2024-03-09T07:37:57Z"
        },
        {
            "id": 6921,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added docking.",
            "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-03-09T10:40:41Z"
        },
        {
            "id": 6922,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-to-highlight-artemis-us-space-leadership-during-annual-address/",
            "created_by": "hitura-nobad",
            "created_on": "2024-03-09T15:43:31Z"
        },
        {
            "id": 6932,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding launch.",
            "info_url": null,
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-03-11T01:19:08Z"
        }
    ]
}