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=830&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=840&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=820&ordering=created_on",
    "results": [
        {
            "id": 7658,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added landing.",
            "info_url": "https://spacenews.com/change-6-set-for-weekend-landing-attempt-as-sun-rises-over-apollo-crater/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-29T10:13:09Z"
        },
        {
            "id": 7669,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 15.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60817.msg2595808#msg2595808",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-30T23:48:07Z"
        },
        {
            "id": 7670,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 13.",
            "info_url": "https://licensing.fcc.gov/cgi-bin/ws.exe/prod/ib/forms/reports/swr031b.hts?q_set=V_SITE_ANTENNA_FREQ.file_numberC/File+Number/%3D/SESSTA2024052901090&prepare=&column=V_SITE_ANTENNA_FREQ.file_numberC/F",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-05-30T23:50:04Z"
        },
        {
            "id": 7676,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=08_bUsPwi8I",
            "created_by": "LL2",
            "created_on": "2024-05-31T17:08:47Z"
        },
        {
            "id": 7691,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "hitura-nobad",
            "created_on": "2024-06-01T11:06:36Z"
        },
        {
            "id": 7696,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Delayed after Scrub on June 1st.",
            "info_url": "https://www.youtube.com/watch?v=aEi5boWupRk",
            "created_by": "hitura-nobad",
            "created_on": "2024-06-01T16:38:36Z"
        },
        {
            "id": 7698,
            "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=aEi5boWupRk",
            "created_by": "hitura-nobad",
            "created_on": "2024-06-01T17:56:16Z"
        },
        {
            "id": 7699,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA Video has started",
            "info_url": "https://www.youtube.com/watch?v=2RT0CLMqb9E",
            "created_by": "LL2",
            "created_on": "2024-06-01T18:59:43Z"
        },
        {
            "id": 7702,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Landing success confirmed",
            "info_url": "https://www.cnsa.gov.cn/n6758823/n6758838/c10541444/content.html",
            "created_by": "SwGustav",
            "created_on": "2024-06-01T23:07:36Z"
        },
        {
            "id": 7703,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2025.",
            "info_url": "https://www.business-standard.com/india-news/isro-to-have-second-trial-flight-of-unmanned-gaganyaan-mission-today-124042400356_1.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-06-02T09:18:59Z"
        }
    ]
}