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

{
    "count": 4241,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1150&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1130&ordering=created_on",
    "results": [
        {
            "id": 8459,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch time.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-01T02:02:34Z"
        },
        {
            "id": 8460,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 9.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-02T11:45:01Z"
        },
        {
            "id": 8461,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to November 2026.",
            "info_url": "https://www.esa.int/Science_Exploration/Space_Science/BepiColombo/Fourth_Mercury_flyby_begins_BepiColombo_s_new_trajectory",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-02T13:23:57Z"
        },
        {
            "id": 8462,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch window per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60787.msg2620952#msg2620952",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-02T14:06:12Z"
        },
        {
            "id": 8463,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-02T16:37:32Z"
        },
        {
            "id": 8464,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 6 UTC per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61397.msg2621054#msg2621054",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-03T00:48:43Z"
        },
        {
            "id": 8465,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5074458320571683",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-03T02:05:27Z"
        },
        {
            "id": 8466,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "NET 17th September",
            "info_url": "https://investors.rocketlabusa.com/news/news-details/2024/Rocket-Lab-Sets-Launch-Date-for-Second-Dedicated-Kinis-Mission-to-Deploy-IoT-Constellation/default.aspx",
            "created_by": "hitura-nobad",
            "created_on": "2024-09-03T12:50:09Z"
        },
        {
            "id": 8467,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch time.",
            "info_url": "https://x.com/KineisIoT/status/1830946758521762227",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-03T13:26:14Z"
        },
        {
            "id": 8468,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 6 per NOTAMs B0713/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61415.msg2621156#msg2621156",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-09-03T13:31:39Z"
        }
    ]
}