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=780&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=790&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=770&ordering=created_on",
    "results": [
        {
            "id": 7375,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 29.",
            "info_url": "https://twitter.com/jeff_foust/status/1783086933272400147",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-04-25T05:53:31Z"
        },
        {
            "id": 7377,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November 5.",
            "info_url": "https://forum.novosti-kosmonavtiki.ru/index.php?msg=2640496",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-04-25T12:13:12Z"
        },
        {
            "id": 7382,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to April 28.",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-04-25T17:35:31Z"
        },
        {
            "id": 7395,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Webcast live",
            "info_url": "https://www.youtube.com/watch?v=21X5lGlDOfg",
            "created_by": "hitura-nobad",
            "created_on": "2024-04-28T16:45:59Z"
        },
        {
            "id": 7397,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Delayed due to the delayed undocking of CRS-30",
            "info_url": "https://www.nasa.gov/nasatv/",
            "created_by": "hitura-nobad",
            "created_on": "2024-04-28T17:19:05Z"
        },
        {
            "id": 7401,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 2024.",
            "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/SESSTA2024042200880&prepare=&column=V_SITE_ANTENNA_FREQ.file_numberC/F",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-04-29T04:12:25Z"
        },
        {
            "id": 7403,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60441.msg2582376#msg2582376",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-04-29T06:27:42Z"
        },
        {
            "id": 7406,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late July.",
            "info_url": "https://payloadspace.com/a-qa-with-the-norwegian-space-agency-chief/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-04-29T14:36:15Z"
        },
        {
            "id": 7411,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Planned after the 2 PREFIRE launches.",
            "info_url": "https://www.rocketlabusa.com/missions/next-mission/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-04-30T01:14:57Z"
        },
        {
            "id": 7412,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by CGTN has started",
            "info_url": "https://www.youtube.com/watch?v=CCl1d4NBqdU",
            "created_by": "LL2",
            "created_on": "2024-04-30T08:53:22Z"
        }
    ]
}