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

{
    "count": 4054,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=30&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=10&ordering=-created_on",
    "results": [
        {
            "id": 11328,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted back to NET June due to delays with the launch of Axiom AX-4 which uses the same launch pad.",
            "info_url": "https://x.com/Space_Station/status/1935832005910135011",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-20T16:45:00Z"
        },
        {
            "id": 11327,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New launch window.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-20T16:04:00Z"
        },
        {
            "id": 11326,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June 21 per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60273.msg2694760#msg2694760",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-20T15:30:00Z"
        },
        {
            "id": 11325,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5179720280836793",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-20T13:21:00Z"
        },
        {
            "id": 11324,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Scrubbed for today. New date to be determined.",
            "info_url": "https://www.youtube.com/watch?v=TSYrNicmZMc",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-20T09:22:00Z"
        },
        {
            "id": 11323,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Rocket Lab has started",
            "info_url": "https://www.youtube.com/watch?v=TSYrNicmZMc",
            "created_by": "LL2",
            "created_on": "2025-06-20T09:06:00Z"
        },
        {
            "id": 11322,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/rocketlab/status/1935985715890078069",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-20T09:03:00Z"
        },
        {
            "id": 11321,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://x.com/rocketlab/status/1935969766113722814",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-20T07:56:00Z"
        },
        {
            "id": 11320,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://www.roscosmos.ru/41602/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-20T07:06:00Z"
        },
        {
            "id": 11319,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "On hold due to excessive upper level winds.",
            "info_url": "https://x.com/rocketlab/status/1935953553933369659",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-20T06:53:00Z"
        }
    ]
}