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=4060&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=4070&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4050&ordering=-created_on",
    "results": [
        {
            "id": 673,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/spacevogel_profile_20210217192809.jpg",
            "comment": "Undocking delayed by one day again.",
            "info_url": "https://twitter.com/Ian_Benecken/status/1418651788773928960",
            "created_by": "spacevogel",
            "created_on": "2021-07-23T19:26:45Z"
        },
        {
            "id": 672,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Undocking delayed.",
            "info_url": "https://twitter.com/Ian_Benecken/status/1418141144685420552?s=19",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-07-22T09:35:20Z"
        },
        {
            "id": 667,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/scorp_profile_20210217185945.jpg",
            "comment": "The BN3 booster performed its static fire at 00:06 UTC. Appears to be a success from the video feed.",
            "info_url": null,
            "created_by": "JRascagneres",
            "created_on": "2021-07-20T00:07:51Z"
        },
        {
            "id": 666,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
            "comment": "SpaceX is on track for a static fire of BN3 - vehicle is fueled with propellant and siren has indicated a static fire is imminent.",
            "info_url": null,
            "created_by": "Koun7erfit",
            "created_on": "2021-07-19T23:53:02Z"
        },
        {
            "id": 661,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
            "comment": "Next opportunity is Monday, pending updates from social media and/or SpaceX.",
            "info_url": null,
            "created_by": "Koun7erfit",
            "created_on": "2021-07-15T16:18:11Z"
        },
        {
            "id": 660,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
            "comment": "Todays road closure has been cancelled - next scheduled opportunity will be tomorrow.",
            "info_url": null,
            "created_by": "Koun7erfit",
            "created_on": "2021-07-14T17:12:50Z"
        },
        {
            "id": 659,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
            "comment": "Per @BocaChicaGal there could be a test of B3 today as SpaceX has notified residents of a road closure and window for testing. As of this moment - the road is open and SpaceX ground crew are at the pad.",
            "info_url": "https://twitter.com/BocaChicaGal/status/1415307891611951104",
            "created_by": "Koun7erfit",
            "created_on": "2021-07-14T16:58:52Z"
        },
        {
            "id": 650,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Cargo Dragon CRS-22 undocking now targeted for 14:45 UTC.",
            "info_url": "https://twitter.com/SpaceX/status/1413140331533520898",
            "created_by": "Nosu",
            "created_on": "2021-07-08T14:36:10Z"
        },
        {
            "id": 546,
            "profile_image": null,
            "comment": "Ingenuity's sixth flight encountered an anomaly during flight - the vehicle was able to recover and safely land however an issue in its navigation camera caused unreliable navigation information that resulted in oscillations during flight.",
            "info_url": "https://mars.nasa.gov/technology/helicopter/status/305/surviving-an-in-flight-anomaly-what-happened-on-ingenuitys-sixth-flight/",
            "created_by": "spacelaunchnowadmin",
            "created_on": "2021-05-27T20:11:45Z"
        },
        {
            "id": 526,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated docking time (~midnight UTC) per various reports, confirmation pending.",
            "info_url": null,
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-05-18T09:37:36Z"
        }
    ]
}