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=4000&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=4010&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=3990&ordering=-created_on",
    "results": [
        {
            "id": 1279,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/koun7erfit_profile_20210817212350.png",
            "comment": "On February 11th, Elon Musk gave a much anticipated update to the Starship program - with the backdrop of a fully stacked Starship and Booster on the launch pad - Musk detailed SpaceX's plan to continue development of Starship from Boca Chica with operational launches likely to take place out of Cape Canaveral.\r\n\r\nSpaceX is still targeting 2021 for the first orbital flight attempt out of Boca Chica, Texas pending FAA approval.",
            "info_url": null,
            "created_by": "Koun7erfit",
            "created_on": "2022-02-12T05:08:43Z"
        },
        {
            "id": 1192,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Delayed by 24 hours",
            "info_url": "https://twitter.com/Space_Station/status/1484893534868148233",
            "created_by": "SwGustav",
            "created_on": "2022-01-22T14:24:54Z"
        },
        {
            "id": 1185,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Delayed 24 hours",
            "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "created_by": "Jay",
            "created_on": "2022-01-20T22:35:58Z"
        },
        {
            "id": 1184,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Adding event.",
            "info_url": "https://www.nasa.gov/press-release/nasa-to-discuss-webb-s-arrival-at-final-destination-next-steps/",
            "created_by": "Jay",
            "created_on": "2022-01-20T22:29:57Z"
        },
        {
            "id": 1145,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding the launch",
            "info_url": "https://www.arianespace.com/press-release/arianespace-to-launch-eight-new-galileo-satellites/",
            "created_by": "Nosu",
            "created_on": "2022-01-08T08:50:01Z"
        },
        {
            "id": 1144,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding the launch",
            "info_url": "https://www.arianespace.com/press-release/arianespace-to-launch-eight-new-galileo-satellites/",
            "created_by": "Nosu",
            "created_on": "2022-01-08T08:48:53Z"
        },
        {
            "id": 1143,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding the launch",
            "info_url": "https://www.arianespace.com/press-release/arianespace-to-launch-eight-new-galileo-satellites/",
            "created_by": "Nosu",
            "created_on": "2022-01-08T08:47:48Z"
        },
        {
            "id": 1141,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Adding the launch",
            "info_url": "https://www.arianespace.com/press-release/arianespace-to-launch-platino-1-2-on-vega-and-vega-c/",
            "created_by": "SwGustav",
            "created_on": "2022-01-08T04:36:55Z"
        },
        {
            "id": 1140,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Adding the launch",
            "info_url": "https://www.arianespace.com/press-release/arianespace-to-launch-platino-1-2-on-vega-and-vega-c/",
            "created_by": "SwGustav",
            "created_on": "2022-01-08T04:36:48Z"
        },
        {
            "id": 1124,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Road open.",
            "info_url": "https://www.youtube.com/watch?v=zPkIZYw5O98",
            "created_by": "Jay",
            "created_on": "2021-12-28T19:41:41Z"
        }
    ]
}