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=480&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=490&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=470&ordering=created_on",
    "results": [
        {
            "id": 5659,
            "profile_image": "https://thespacedevs-prod.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-prod.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-prod.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-prod.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-prod.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-prod.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"
        },
        {
            "id": 5686,
            "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=ZQAkoDzoPAc",
            "created_by": "LL2",
            "created_on": "2023-11-15T20:18:28Z"
        },
        {
            "id": 5687,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Test scheduled for 20:35 UTC",
            "info_url": "https://twitter.com/NASAStennis/status/1724884551074279782",
            "created_by": "hitura-nobad",
            "created_on": "2023-11-15T20:22:50Z"
        },
        {
            "id": 5693,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q1 2024.",
            "info_url": "https://twitter.com/Astranis/status/1724941941291548962",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-16T07:13:35Z"
        },
        {
            "id": 5700,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added docking.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2023-11-17T19:28:04Z"
        }
    ]
}