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

{
    "count": 4086,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=350&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=330&ordering=created_on",
    "results": [
        {
            "id": 4899,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Adding Event",
            "info_url": "https://www.nasa.gov/press-release/coverage-set-for-nasa-s-spacex-crew-7-events-broadcast-launch",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-18T04:42:22Z"
        },
        {
            "id": 4902,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added undocking time and webcast",
            "info_url": "https://www.youtube.com/watch?v=npjjXpqYFz0",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-18T12:38:42Z"
        },
        {
            "id": 4939,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked landing time.",
            "info_url": "https://twitter.com/isro/status/1693181653273940240",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-08-20T12:54:24Z"
        },
        {
            "id": 4940,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Webcast live, Crew-7 Astronauts have landed at the KSC",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-20T16:07:03Z"
        },
        {
            "id": 4942,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET Q4 2024",
            "info_url": "https://www.eumetsat.int/our-satellites/meteosat-series",
            "created_by": "Nosu",
            "created_on": "2023-08-20T19:14:12Z"
        },
        {
            "id": 4945,
            "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=npjjXpqYFz0",
            "created_by": "LL2",
            "created_on": "2023-08-20T23:40:35Z"
        },
        {
            "id": 4950,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Conference moved forward to 21:00 UTC",
            "info_url": "https://www.nasa.gov/nasalive",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-21T18:11:58Z"
        },
        {
            "id": 4951,
            "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=x4EjwCIpZrc",
            "created_by": "LL2",
            "created_on": "2023-08-21T21:14:29Z"
        },
        {
            "id": 4959,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=ENI1DDS3EwA",
            "created_by": "hitura-nobad",
            "created_on": "2023-08-22T11:45:31Z"
        },
        {
            "id": 4960,
            "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=ENI1DDS3EwA",
            "created_by": "LL2",
            "created_on": "2023-08-22T11:45:47Z"
        }
    ]
}