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

{
    "count": 4122,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=440&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=420&ordering=-created_on",
    "results": [
        {
            "id": 11007,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://x.com/i/broadcasts/1PlKQMALyRaKE",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-16T13:44:00Z"
        },
        {
            "id": 11006,
            "profile_image": "https://thespacedevs-prod.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=L4oXnbqYqtc",
            "created_by": "LL2",
            "created_on": "2025-05-16T13:33:00Z"
        },
        {
            "id": 11005,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Rescheduled for May 17 per NOTAMs.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2686582#msg2686582",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-16T03:41:00Z"
        },
        {
            "id": 11004,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-15-5",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-15T22:27:00Z"
        },
        {
            "id": 11003,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q2.",
            "info_url": "https://www.ulalaunch.com/missions/next-launch/atlas-v-kuiper-2",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-15T22:10:00Z"
        },
        {
            "id": 11002,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62895.msg2686509#msg2686509",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-15T22:05:00Z"
        },
        {
            "id": 11001,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Reportedly delayed to May 22-23 UTC",
            "info_url": "https://www.cadenaois.org/vpublic_anspdetail.jsp?view=15",
            "created_by": "Nosu",
            "created_on": "2025-05-15T21:22:00Z"
        },
        {
            "id": 11000,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Launch TBD after fairing separation incident on the pad",
            "info_url": "https://x.com/gilmourspace/status/1923121138198069511",
            "created_by": "SwGustav",
            "created_on": "2025-05-15T21:06:00Z"
        },
        {
            "id": 10999,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-15-5",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-15T19:37:00Z"
        },
        {
            "id": 10998,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Adjusted T-0.",
            "info_url": "https://x.com/isro/status/1922964686502494391",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-15T11:05:00Z"
        }
    ]
}