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

{
    "count": 4279,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1640&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=1620&ordering=-created_on",
    "results": [
        {
            "id": 10223,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Launch successful.",
            "info_url": "https://plus.nasa.gov/scheduled-video/progress-91-cargo-ship-launch/",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-27T21:37:00Z"
        },
        {
            "id": 10222,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://plus.nasa.gov/scheduled-video/progress-91-cargo-ship-launch/",
            "created_by": "hitura-nobad",
            "created_on": "2025-02-27T21:25:00Z"
        },
        {
            "id": 10221,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by Роскосмос ТВ has started",
            "info_url": "https://www.youtube.com/watch?v=CYSJjYv5oPg",
            "created_by": "LL2",
            "created_on": "2025-02-27T20:47:00Z"
        },
        {
            "id": 10220,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch, currently targeted for spring",
            "info_url": "https://www.blueorigin.com/news/new-shepard-ns-31-mission",
            "created_by": "Nosu",
            "created_on": "2025-02-27T14:40:00Z"
        },
        {
            "id": 10218,
            "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=62537.msg2667497#msg2667497",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T13:44:00Z"
        },
        {
            "id": 10219,
            "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=62536.msg2667498#msg2667498",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T13:44:00Z"
        },
        {
            "id": 10217,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60272.msg2667495#msg2667495",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T13:29:00Z"
        },
        {
            "id": 10216,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET March 4.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62522.msg2667492#msg2667492",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T13:23:00Z"
        },
        {
            "id": 10215,
            "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/5138686879467115",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-02-27T07:49:00Z"
        },
        {
            "id": 10214,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch",
            "info_url": "https://www.gspace.com/post/gilmour-space-announces-launch-window-for-australia-s-first-sovereign-orbital-rocket",
            "created_by": "Nosu",
            "created_on": "2025-02-27T07:42:00Z"
        }
    ]
}