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=30&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=40&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=20&ordering=created_on",
    "results": [
        {
            "id": 822,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing per NOTAMs.",
            "info_url": "https://twitter.com/aj_fi/status/1438051033540874241?s=21",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-09-15T09:55:53Z"
        },
        {
            "id": 830,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Confirmed docking time.",
            "info_url": "https://twitter.com/segeryu/status/1439858437555253251?s=21",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-09-20T08:00:36Z"
        },
        {
            "id": 850,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding CSG-3 on Vega-C NET 2024",
            "info_url": "https://www.asi.it/en/earth-science/cosmo-skymed/",
            "created_by": "Nosu",
            "created_on": "2021-10-04T06:05:38Z"
        },
        {
            "id": 875,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Possible Starship S20 static fire between 22:00 and 5:00 UTC (5pm - midnight CDT).",
            "info_url": "https://twitter.com/bocachicagal/status/1448301374643507203",
            "created_by": "Nosu",
            "created_on": "2021-10-13T15:42:53Z"
        },
        {
            "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"
        },
        {
            "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": 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": 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": 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": 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"
        }
    ]
}