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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4100&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=4080&ordering=-created_on",
    "results": [
        {
            "id": 3002,
            "profile_image": "https://thespacedevs-dev.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": 3001,
            "profile_image": "https://thespacedevs-dev.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": 3000,
            "profile_image": "https://thespacedevs-dev.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": 2940,
            "profile_image": "https://thespacedevs-dev.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": 2927,
            "profile_image": "https://thespacedevs-dev.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": 2924,
            "profile_image": "https://thespacedevs-dev.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": 2923,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET H2 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:03:17Z"
        },
        {
            "id": 2863,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET Q4 2025",
            "info_url": "https://www.eumetsat.int/our-satellites/metop-series",
            "created_by": "Nosu",
            "created_on": "2022-11-21T20:01:42Z"
        },
        {
            "id": 2862,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "NET Q1 2025",
            "info_url": "https://www.eumetsat.int/our-satellites/metop-series",
            "created_by": "Nosu",
            "created_on": "2022-11-21T20:00:50Z"
        },
        {
            "id": 2852,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch TBD 2023",
            "info_url": "https://spacenews.com/skyrora-working-towards-2023-orbital-launch-after-suborbital-failure/",
            "created_by": "Nosu",
            "created_on": "2022-11-19T12:11:08Z"
        }
    ]
}