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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=460&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=440&ordering=created_on",
    "results": [
        {
            "id": 5637,
            "profile_image": "https://thespacedevs-dev.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-dev.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-dev.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-dev.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"
        },
        {
            "id": 5659,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Webcast live",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "hitura-nobad",
            "created_on": "2023-11-11T08:48:17Z"
        },
        {
            "id": 5660,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking time.",
            "info_url": "https://twitter.com/NASA/status/1723260977993404575",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-11T08:49:22Z"
        },
        {
            "id": 5673,
            "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=3hKwi1GfSko",
            "created_by": "hitura-nobad",
            "created_on": "2023-11-13T09:39:07Z"
        },
        {
            "id": 5674,
            "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=3hKwi1GfSko",
            "created_by": "LL2",
            "created_on": "2023-11-13T10:36:08Z"
        },
        {
            "id": 5680,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET early 2024.",
            "info_url": "https://forum.novosti-kosmonavtiki.ru/index.php?PHPSESSID=nptfsefl0385eakm9tla0fo0kb;topic=16307.msg2601410#msg2601410",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-15T05:16:37Z"
        },
        {
            "id": 5683,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 2024.",
            "info_url": "https://vostochny-kosmodrom-tour.ru/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-15T12:07:59Z"
        }
    ]
}