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

{
    "count": 4209,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=450&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=430&ordering=created_on",
    "results": [
        {
            "id": 5573,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://spacenews.com/space-force-assigns-21-national-security-missions-to-ula-and-spacex/",
            "created_by": "Nosu",
            "created_on": "2023-10-31T20:06:15Z"
        },
        {
            "id": 5581,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=q6xAOtRUbtk",
            "created_by": "LL2",
            "created_on": "2023-11-01T10:32:57Z"
        },
        {
            "id": 5585,
            "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-coverage-for-next-spacex-resupply-launch-to-space-station-3/",
            "created_by": "hitura-nobad",
            "created_on": "2023-11-01T16:37:52Z"
        },
        {
            "id": 5589,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://tass.com/science/1699977",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-02T13:26:22Z"
        },
        {
            "id": 5590,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://tass.ru/kosmos/19179563",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-02T13:35:05Z"
        },
        {
            "id": 5600,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added launch",
            "info_url": "https://twitter.com/ISROSpaceflight/status/1720396271549297116",
            "created_by": "hitura-nobad",
            "created_on": "2023-11-03T12:12:09Z"
        },
        {
            "id": 5601,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Docking delayed due to launch delay",
            "info_url": "https://blogs.nasa.gov/spacestation/2023/11/02/health-checks-and-science-on-station-spacex-adjusts-launch-date/",
            "created_by": "hitura-nobad",
            "created_on": "2023-11-03T12:36:01Z"
        },
        {
            "id": 5612,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Moved to November 8th due to the launch being delayed",
            "info_url": "https://www.nasa.gov/news-release/nasa-sets-coverage-for-next-spacex-resupply-launch-to-space-station-3/",
            "created_by": "hitura-nobad",
            "created_on": "2023-11-04T13:23:03Z"
        },
        {
            "id": 5628,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Livestream has started",
            "info_url": "https://www.youtube.com/watch?v=hHWbe82zM8o",
            "created_by": "LL2",
            "created_on": "2023-11-07T12:56:42Z"
        },
        {
            "id": 5630,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 2024.",
            "info_url": "https://twitter.com/stephenclark1/status/1721904544639295983",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-07T15:16:52Z"
        }
    ]
}