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=120&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=130&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=110&ordering=created_on",
    "results": [
        {
            "id": 2924,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch mid-2024",
            "info_url": "https://www.arianespace.com/press-release/arianespace-supporting-the-european-unions-copernicus-programme-with-vega-c/",
            "created_by": "Nosu",
            "created_on": "2022-11-29T16:04:57Z"
        },
        {
            "id": 2927,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Super Heavy Booster 7 static fire imminent",
            "info_url": "https://www.youtube.com/watch?v=tCRZvQ_8E_Q",
            "created_by": "Nosu",
            "created_on": "2022-11-29T19:25:55Z"
        },
        {
            "id": 2931,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET 2025",
            "info_url": "https://www.arianespace.com/press-release/arianespace-ariane-6-to-launch-intelsat-satellites/",
            "created_by": "Nosu",
            "created_on": "2022-11-30T14:09:58Z"
        },
        {
            "id": 2940,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added event per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=56161.msg2436362#msg2436362",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-12-01T12:15:52Z"
        },
        {
            "id": 3000,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated start of EVA time.",
            "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-12-12T09:42:05Z"
        },
        {
            "id": 3001,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated start of EVA time.",
            "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-12-12T09:42:51Z"
        },
        {
            "id": 3002,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated start of EVA time.",
            "info_url": "https://www.nasa.gov/multimedia/nasatv/schedule.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-12-12T09:48:17Z"
        },
        {
            "id": 3040,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "EVA delayed to freed up SSRMS for Soyuz MS-22 exterior inspections.",
            "info_url": "https://twitter.com/SciGuySpace/status/1603763970208301056",
            "created_by": "Cosmic_Penguin",
            "created_on": "2022-12-16T15:32:34Z"
        },
        {
            "id": 3055,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/jay2520keegan_profile_20221218022555.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.nasa.gov/press-release/nasa-awards-launch-services-contract-for-sentinel-6b-mission",
            "created_by": "Jay",
            "created_on": "2022-12-20T22:08:49Z"
        },
        {
            "id": 3059,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "EVA postponed to perform a debris avoidance maneuver",
            "info_url": "https://twitter.com/Space_Station/status/1605529199275438082",
            "created_by": "Nosu",
            "created_on": "2022-12-21T11:54:39Z"
        }
    ]
}