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

{
    "count": 4213,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1360&ordering=created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1340&ordering=created_on",
    "results": [
        {
            "id": 8806,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October 11.",
            "info_url": "https://www.fly.faa.gov/adv/adv_spt.jsp",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-10T02:17:00Z"
        },
        {
            "id": 8807,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET May 2025.",
            "info_url": "https://x.com/SciGuySpace/status/1844087210859167976",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-10T02:19:00Z"
        },
        {
            "id": 8808,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://phys.org/news/2024-08-naval-laboratory-larado-instrument-lethal.html",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-10T02:28:00Z"
        },
        {
            "id": 8809,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload identity highly uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2631116#msg2631116",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-10T09:07:00Z"
        },
        {
            "id": 8811,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June 2026.",
            "info_url": "https://www.eumetsat.int/planned-launches",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-10T10:59:00Z"
        },
        {
            "id": 8810,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET September 2025.",
            "info_url": "https://www.eumetsat.int/planned-launches",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-10T10:59:00Z"
        },
        {
            "id": 8812,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET December 3.",
            "info_url": "https://newsroom.arianespace.com/arianespace-to-launch-copernicus-sentinel-1c-satellite-on-december-3",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-10T11:21:00Z"
        },
        {
            "id": 8813,
            "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/5088057209913388",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-10T14:34:00Z"
        },
        {
            "id": 8814,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=56128.msg2631174#msg2631174",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-10T15:34:00Z"
        },
        {
            "id": 8815,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET 1H 2025.",
            "info_url": "https://twitter.com/torybruno/status/1844403575927210045",
            "created_by": "Cosmic_Penguin",
            "created_on": "2024-10-10T17:23:00Z"
        }
    ]
}