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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1550&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1530&ordering=created_on",
    "results": [
        {
            "id": 9046,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for November 4 due to launch site weather.",
            "info_url": "https://x.com/mhi_groupjp/status/1851881940032663623",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-31T07:36:00Z"
        },
        {
            "id": 9047,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff confirmed.",
            "info_url": "https://tass.ru/kosmos/22277959",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-31T08:14:00Z"
        },
        {
            "id": 9048,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch successful and payload in contact.",
            "info_url": "https://tass.ru/armiya-i-opk/22280125",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-31T10:57:00Z"
        },
        {
            "id": 9049,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 4.",
            "info_url": "https://www.esa.int/Enabling_Support/Space_Engineering_Technology/Proba_Missions/Europe_says_farewell_to_eclipse-making_Proba-3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-31T14:05:00Z"
        },
        {
            "id": 9050,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET November 7 per NOTAMs F4119/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61784.msg2638012#msg2638012",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-01T09:16:00Z"
        },
        {
            "id": 9051,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch time.",
            "info_url": "https://www.cosmos.esa.int/web/proba-3/20241031-new-launch-date-announced",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-01T09:58:00Z"
        },
        {
            "id": 9052,
            "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/nasas-spacex-crew-8-astronauts-to-discuss-science-mission/",
            "created_by": "hitura-nobad",
            "created_on": "2024-11-01T15:44:00Z"
        },
        {
            "id": 9054,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window per marine navigation warnings.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61784.msg2638257#msg2638257",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-02T04:47:00Z"
        },
        {
            "id": 9055,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://www.jaxa.jp/press/2024/11/20241102-1_j.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-02T06:12:00Z"
        },
        {
            "id": 9056,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-11-02T09:56:00Z"
        }
    ]
}