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

{
    "count": 4264,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1720&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1700&ordering=-created_on",
    "results": [
        {
            "id": 10138,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q2 2026.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61951.msg2665940#msg2665940",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-21T07:47:00Z"
        },
        {
            "id": 10137,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-14",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-21T02:54:00Z"
        },
        {
            "id": 10136,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Delayed by 1 day to March 1st.",
            "info_url": "https://plus.nasa.gov/scheduled-video/spherex-and-punch-launch/",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-20T19:00:00Z"
        },
        {
            "id": 10135,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Delayed by 1 day to Feb 27th.",
            "info_url": "https://plus.nasa.gov/scheduled-video/spherex-and-punch-pre-launch-news-conference/",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-20T18:59:00Z"
        },
        {
            "id": 10134,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch NET February 26, pending regulatory approval",
            "info_url": "https://www.cadenaois.org/vpublic_anspdetail.jsp?view=15",
            "created_by": "Nosu",
            "created_on": "2025-02-20T16:31:00Z"
        },
        {
            "id": 10133,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://apps.fcc.gov/oetcf/els/reports/STA_Print.cfm?mode=current&application_seq=140587&RequestTimeout=1000",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-20T02:18:00Z"
        },
        {
            "id": 10132,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/RocketLab/status/1892005158030278881",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-19T15:51:00Z"
        },
        {
            "id": 10131,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.blueorigin.com/news/new-shepard-ns-30-mission",
            "created_by": "Nosu",
            "created_on": "2025-02-19T14:18:00Z"
        },
        {
            "id": 10128,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1892012922400133432",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-19T00:48:00Z"
        },
        {
            "id": 10127,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation.",
            "info_url": "https://www.youtube.com/watch?v=pv_Zw8UK3H0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-19T00:13:00Z"
        }
    ]
}