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

{
    "count": 4101,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=480&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=460&ordering=created_on",
    "results": [
        {
            "id": 5600,
            "profile_image": "https://thespacedevs-prod.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-prod.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-prod.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": 5615,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://baikonurtour.ru/launches.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-05T02:38:16Z"
        },
        {
            "id": 5628,
            "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=hHWbe82zM8o",
            "created_by": "LL2",
            "created_on": "2023-11-07T12:56:42Z"
        },
        {
            "id": 5630,
            "profile_image": "https://thespacedevs-prod.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"
        },
        {
            "id": 5637,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q1 2024.",
            "info_url": "https://www.vedomosti.ru/technology/articles/2023/10/10/999695-roskosmos-hochet-prodavat-sputnikovie-snimki",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-08T16:30:55Z"
        },
        {
            "id": 5638,
            "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=_lDK9MhSAyg",
            "created_by": "LL2",
            "created_on": "2023-11-08T21:01:32Z"
        },
        {
            "id": 5649,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET early 2024.",
            "info_url": "https://nisar.jpl.nasa.gov/news/55/nasa-isro-radar-mission-to-provide-dynamic-view-of-forests-wetlands/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-09T07:53:25Z"
        },
        {
            "id": 5657,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding flight NET Q1 2025",
            "info_url": "https://www.businesswire.com/news/home/20231108422546/en/Rocket-Lab-Adds-New-HASTE-Launch-from-Virginia-for-the-Department-of-Defense%E2%80%99s-Defense-Innovation-Unit",
            "created_by": "Nosu",
            "created_on": "2023-11-10T17:59:22Z"
        }
    ]
}