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=510&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=520&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=500&ordering=created_on",
    "results": [
        {
            "id": 5857,
            "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=wlR-GQaGgMs",
            "created_by": "LL2",
            "created_on": "2023-12-03T11:18:14Z"
        },
        {
            "id": 5858,
            "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=hODLbBUn8p0",
            "created_by": "hitura-nobad",
            "created_on": "2023-12-03T16:33:05Z"
        },
        {
            "id": 5859,
            "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=hODLbBUn8p0",
            "created_by": "LL2",
            "created_on": "2023-12-03T16:33:37Z"
        },
        {
            "id": 5861,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET mid-2024.",
            "info_url": "https://teknologi.bisnis.com/read/20231202/101/1720272/satelit-nusantara-5-mengorbit-pertengahan-2024-meleset-dari-target",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-04T02:51:31Z"
        },
        {
            "id": 5865,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 14.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=32006.msg2546444#msg2546444",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-04T14:59:25Z"
        },
        {
            "id": 5867,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New launch contract with SpaceX confirmed following previous contract voided due to Ukraine-Russia war.",
            "info_url": "https://www.koreaittimes.com/news/articleView.html?idxno=127081",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-04T18:02:39Z"
        },
        {
            "id": 5871,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated planned landing time.",
            "info_url": "https://www.jaxa.jp/press/2023/12/20231205-1_j.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-05T06:46:50Z"
        },
        {
            "id": 5872,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launcher swapped with one for Sentinel-2C in summer 2023.",
            "info_url": "https://europeanspaceflight.com/the-case-of-the-missing-vega-avum-propellant-tanks/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-05T14:40:10Z"
        },
        {
            "id": 5873,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launcher swapped with one for Sentinel-2C in summer 2023.",
            "info_url": "https://europeanspaceflight.com/the-case-of-the-missing-vega-avum-propellant-tanks/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-05T14:41:45Z"
        },
        {
            "id": 5879,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 2024.",
            "info_url": "https://twitter.com/nasaspaceops/status/1715475921820393740",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-12-06T02:07:35Z"
        }
    ]
}