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

{
    "count": 4132,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=980&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=960&ordering=-created_on",
    "results": [
        {
            "id": 10597,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=42327.msg2676003#msg2676003",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-01T08:12:00Z"
        },
        {
            "id": 10596,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Changed launch site.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60274.msg2675990#msg2675990",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-01T08:10:00Z"
        },
        {
            "id": 10595,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Changed launch site.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60273.msg2675488#msg2675488",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-01T08:09:00Z"
        },
        {
            "id": 10594,
            "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/5150599784958423",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-01T04:42:00Z"
        },
        {
            "id": 10593,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Delayed to NET April 5.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62661.msg2675984#msg2675984",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-01T02:08:00Z"
        },
        {
            "id": 10592,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/i/broadcasts/1rmGPyBjVkjJN",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-01T02:03:00Z"
        },
        {
            "id": 10591,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1rmGPyBjVkjJN",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-01T01:47:00Z"
        },
        {
            "id": 10590,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Re-stream by SPACE AFFAIRS has started",
            "info_url": "https://www.youtube.com/watch?v=L70gWmwbQos",
            "created_by": "LL2",
            "created_on": "2025-04-01T00:39:00Z"
        },
        {
            "id": 10589,
            "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/1906814253740306719",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-03-31T23:26:00Z"
        },
        {
            "id": 10588,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Liftoff!",
            "info_url": "https://www.youtube.com/watch?v=awX4eFyWawA",
            "created_by": "hitura-nobad",
            "created_on": "2025-03-31T19:53:00Z"
        }
    ]
}