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

{
    "count": 4285,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1800&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1780&ordering=-created_on",
    "results": [
        {
            "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"
        },
        {
            "id": 10126,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62471.msg2665403#msg2665403",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-18T23:52:00Z"
        },
        {
            "id": 10125,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET February 22.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62369.msg2665295#msg2665295",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-18T23:47:00Z"
        },
        {
            "id": 10124,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1ZkJzYDmakdGv",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-18T23:28:00Z"
        },
        {
            "id": 10123,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=pv_Zw8UK3H0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-18T23:18:00Z"
        },
        {
            "id": 10122,
            "profile_image": "https://thespacedevs-dev.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=pv_Zw8UK3H0",
            "created_by": "LL2",
            "created_on": "2025-02-18T22:56:00Z"
        }
    ]
}