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

{
    "count": 4042,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4000&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=3980&ordering=-created_on",
    "results": [
        {
            "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"
        },
        {
            "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"
        }
    ]
}