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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=800&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=780&ordering=created_on",
    "results": [
        {
            "id": 7415,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late 2025.",
            "info_url": "https://europeanspaceflight.com/esa-selects-grounded-vega-c-to-launch-smile-mission/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-01T03:42:40Z"
        },
        {
            "id": 7418,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/watch?v=RkbrlS5ktjc",
            "created_by": "hitura-nobad",
            "created_on": "2024-05-01T17:07:35Z"
        },
        {
            "id": 7419,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=RkbrlS5ktjc",
            "created_by": "LL2",
            "created_on": "2024-05-01T17:30:07Z"
        },
        {
            "id": 7425,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=AWnlKp_HfdM",
            "created_by": "LL2",
            "created_on": "2024-05-02T11:30:56Z"
        },
        {
            "id": 7426,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Undocking delayed by 50 min due to cabin pressure issue",
            "info_url": "https://www.youtube.com/watch?v=AWnlKp_HfdM",
            "created_by": "hitura-nobad",
            "created_on": "2024-05-02T11:40:19Z"
        },
        {
            "id": 7453,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 21.",
            "info_url": "https://kosmodrom.space/raspisanie-zapuskov",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-04T00:55:31Z"
        },
        {
            "id": 7456,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://twitter.com/SpaceX/status/1786759813440897490",
            "created_by": "hitura-nobad",
            "created_on": "2024-05-04T18:35:20Z"
        },
        {
            "id": 7457,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adding docking.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-05T04:10:51Z"
        },
        {
            "id": 7470,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "No longer scheduled for Q2 2024.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60215.msg2590199#msg2590199",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-06T23:30:29Z"
        },
        {
            "id": 7477,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Docking delayed due to launch scrub",
            "info_url": "https://twitter.com/ulalaunch/status/1787708909618155832",
            "created_by": "hitura-nobad",
            "created_on": "2024-05-07T07:27:55Z"
        }
    ]
}