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

{
    "count": 4054,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4020&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4000&ordering=-created_on",
    "results": [
        {
            "id": 1120,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Boca Chica residents have received an alert notice indicating SpaceX are planning to perform engine testing of Ship 20 on December 28.",
            "info_url": "https://twitter.com/bocachicagal/status/1475659755653849094",
            "created_by": "Jay",
            "created_on": "2021-12-28T03:32:33Z"
        },
        {
            "id": 1026,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/spacevogel_profile_20210217192809.jpg",
            "comment": "Spacewalk delayed due to debris notification for ISS. Moving event to a placeholder end of December date for now.",
            "info_url": "https://www.nasa.gov/press-release/nasa-to-air-spacewalk-to-swap-communications-antenna-on-space-station",
            "created_by": "spacevogel",
            "created_on": "2021-11-30T06:42:01Z"
        },
        {
            "id": 982,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.arianespace.com/press-release/arianespace-launch-optus-11-ariane-6/",
            "created_by": "Nosu",
            "created_on": "2021-11-17T09:01:19Z"
        },
        {
            "id": 947,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking time.",
            "info_url": "https://tass.ru/kosmos/12841619",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-11-06T02:17:50Z"
        },
        {
            "id": 946,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New undocking time.",
            "info_url": "https://tass.ru/kosmos/12841619",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-11-06T02:17:20Z"
        },
        {
            "id": 945,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking time.",
            "info_url": "https://www.nasa.gov/press-release/coverage-set-for-nasa-s-spacex-crew-2-return-to-earth",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-11-06T02:14:28Z"
        },
        {
            "id": 944,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New splashdown time.",
            "info_url": "https://www.nasa.gov/press-release/coverage-set-for-nasa-s-spacex-crew-2-return-to-earth",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-11-06T02:13:51Z"
        },
        {
            "id": 923,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated date following launch delay.",
            "info_url": "https://twitter.com/Commercial_Crew/status/1454324795030507523",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-10-30T05:58:12Z"
        },
        {
            "id": 885,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added docking post-launch.",
            "info_url": null,
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-10-15T17:15:02Z"
        },
        {
            "id": 876,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Road closure canceled for Wednesday, October 13. Next attempt Thursday, October 14 pending alert notice.",
            "info_url": "https://www.cameroncountytx.gov/spacex/",
            "created_by": "Nosu",
            "created_on": "2021-10-13T16:28:49Z"
        }
    ]
}