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

{
    "count": 4209,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1460&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1440&ordering=created_on",
    "results": [
        {
            "id": 8951,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET October 23 UTC due to landing site weather conditions.",
            "info_url": "https://blogs.nasa.gov/crew-8/2024/10/21/nasas-spacex-adjust-crew-8-undocking-date/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-21T16:50:00Z"
        },
        {
            "id": 8952,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q4 2024.",
            "info_url": "https://x.com/ulalaunch/status/1848428959349760147",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-21T18:28:00Z"
        },
        {
            "id": 8953,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-21T18:30:00Z"
        },
        {
            "id": 8954,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-21T19:03:00Z"
        },
        {
            "id": 8955,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to October 22 EDT.",
            "info_url": "https://celestrak.org/NORAD/elements/supplemental/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-21T23:22:00Z"
        },
        {
            "id": 8956,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting NET October 26 per NOTAMs F3953/24.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61708.msg2634887#msg2634887",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-21T23:32:00Z"
        },
        {
            "id": 8957,
            "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/5092200100402152",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-22T01:03:00Z"
        },
        {
            "id": 8958,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to October 30 due to 2nd stage engine valve replacement.",
            "info_url": "https://www.jaxa.jp/press/2024/10/20241022-2_j.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-22T08:16:00Z"
        },
        {
            "id": 8959,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November.",
            "info_url": "https://x.com/spaceequities/status/1848612878385123709",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-22T08:31:00Z"
        },
        {
            "id": 8960,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 2025.",
            "info_url": "https://spacenews.com/skyora-eyes-spring-2025-launch-amid-uk-regulatory-hangups/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-22T10:43:00Z"
        }
    ]
}