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=560
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=570",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=550",
    "results": [
        {
            "id": 11400,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by NASA has started",
            "info_url": "https://www.youtube.com/watch?v=7eCWkePf9sk",
            "created_by": "LL2",
            "created_on": "2025-06-26T08:28:00Z"
        },
        {
            "id": 11399,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 2 LT.",
            "info_url": "https://x.com/GilmourSpace/status/1938115447842607379",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-26T06:58:00Z"
        },
        {
            "id": 11398,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event",
            "info_url": "https://www.youtube.com/live/WBoUza2kd64",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-26T05:49:00Z"
        },
        {
            "id": 11397,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Launch success",
            "info_url": "https://x.com/SpaceX/status/1937979306594156911",
            "created_by": "SwGustav",
            "created_on": "2025-06-25T21:54:00Z"
        },
        {
            "id": 11396,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Liftoff",
            "info_url": "https://x.com/i/broadcasts/1yNxaLQyQQEJj",
            "created_by": "SwGustav",
            "created_on": "2025-06-25T19:55:00Z"
        },
        {
            "id": 11395,
            "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=vNZlEP_hQO0",
            "created_by": "LL2",
            "created_on": "2025-06-25T19:47:00Z"
        },
        {
            "id": 11394,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-16",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-25T18:18:00Z"
        },
        {
            "id": 11393,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-16",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-25T18:07:00Z"
        },
        {
            "id": 11392,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-16",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-25T16:39:00Z"
        },
        {
            "id": 11391,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-10-16",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-25T15:47:00Z"
        }
    ]
}