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=760&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=770&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=750&ordering=created_on",
    "results": [
        {
            "id": 7197,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Stennis has started",
            "info_url": "https://www.youtube.com/watch?v=4e9SQJj0YkI",
            "created_by": "LL2",
            "created_on": "2024-04-03T17:08:04Z"
        },
        {
            "id": 7198,
            "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=2nVKbW59viQ",
            "created_by": "LL2",
            "created_on": "2024-04-03T19:59:50Z"
        },
        {
            "id": 7207,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://twitter.com/NASASpaceflight/status/1776239060199108687",
            "created_by": "hitura-nobad",
            "created_on": "2024-04-05T17:31:04Z"
        },
        {
            "id": 7212,
            "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=Y9bH-vVg5eQ",
            "created_by": "LL2",
            "created_on": "2024-04-06T05:59:55Z"
        },
        {
            "id": 7222,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "No longer scheduled for May 21.",
            "info_url": "https://vostochny-kosmodrom-tour.ru/#!/tab/713795231-1",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-04-08T02:26:26Z"
        },
        {
            "id": 7226,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 1st.",
            "info_url": "https://tass.ru/kosmos/20477371",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-04-08T13:18:21Z"
        },
        {
            "id": 7229,
            "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=2MJY_ptQW1o",
            "created_by": "LL2",
            "created_on": "2024-04-08T16:51:24Z"
        },
        {
            "id": 7231,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Wallops has started",
            "info_url": "https://www.youtube.com/watch?v=eqzUSLUAGE0",
            "created_by": "LL2",
            "created_on": "2024-04-08T18:30:45Z"
        },
        {
            "id": 7232,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added launch",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2024/U.S.-Space-Force-Awards-Rocket-Lab-Launch-Contract-for-Space-Test-Program-STP-S30/default.aspx",
            "created_by": "hitura-nobad",
            "created_on": "2024-04-09T05:14:19Z"
        },
        {
            "id": 7239,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.nasa.gov/news-release/nasa-astronaut-loral-ohara-to-discuss-space-station-mission/",
            "created_by": "hitura-nobad",
            "created_on": "2024-04-09T18:16:47Z"
        }
    ]
}