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

{
    "count": 4138,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4130&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4110&ordering=-created_on",
    "results": [
        {
            "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"
        },
        {
            "id": 511,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New landing time.",
            "info_url": "https://twitter.com/Cosmic_Penguin/status/1392701561030123521?s=19",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-05-13T04:59:59Z"
        },
        {
            "id": 492,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing date.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=35045.msg2231954#msg2231954",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-05-04T13:07:58Z"
        },
        {
            "id": 476,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
            "comment": "SpaceX is conducting an additional static fire test of SN15.",
            "info_url": null,
            "created_by": "Koun7erfit",
            "created_on": "2021-04-27T23:27:03Z"
        },
        {
            "id": 439,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing date.",
            "info_url": "https://9ifly.spacety.com/forum.php?mod=redirect&goto=findpost&ptid=94560&pid=822746",
            "created_by": "Cosmic_Penguin",
            "created_on": "2021-04-11T11:23:39Z"
        },
        {
            "id": 349,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Road closure cancelled for today. Next SN11 static fire attempt likely not before Monday (March 15).",
            "info_url": "https://www.cameroncounty.us/spacex/",
            "created_by": "Nosu",
            "created_on": "2021-03-12T19:20:39Z"
        },
        {
            "id": 348,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Starship SN11 Static Fire attempt today (March 12) between 13:00 and 18:00 UTC",
            "info_url": "https://twitter.com/BocaChicaGal/status/1370217153803194372?s=19",
            "created_by": "Nosu",
            "created_on": "2021-03-12T07:50:43Z"
        },
        {
            "id": 298,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Cygnus NG-15 capture confirmed at 9:38 UTC.",
            "info_url": "https://twitter.com/NASA/status/1363786180060413952",
            "created_by": "Nosu",
            "created_on": "2021-02-22T09:42:37Z"
        },
        {
            "id": 294,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "SN10 static fire NET February 22",
            "info_url": "https://twitter.com/BocaChicaGal/status/1362519041135493122",
            "created_by": "Nosu",
            "created_on": "2021-02-19T10:07:18Z"
        }
    ]
}