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

{
    "count": 4158,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=910&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=890&ordering=-created_on",
    "results": [
        {
            "id": 10678,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Holding at T-4 minutes.",
            "info_url": "https://www.youtube.com/watch?v=G8XsTzF90sQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T22:47:00Z"
        },
        {
            "id": 10677,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Official Webcast by United Launch Alliance has started",
            "info_url": "https://www.youtube.com/watch?v=G8XsTzF90sQ",
            "created_by": "LL2",
            "created_on": "2025-04-09T22:31:00Z"
        },
        {
            "id": 10667,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Setting pad",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Nosu",
            "created_on": "2025-04-09T18:57:00Z"
        },
        {
            "id": 10666,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding approximate T-0",
            "info_url": "https://www.launchphotography.com/Launch_Viewing_Guide.html",
            "created_by": "Nosu",
            "created_on": "2025-04-09T18:52:00Z"
        },
        {
            "id": 10665,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://plus.nasa.gov/scheduled-video/soyuz-ms-26-space-station-farewells-and-hatch-close/",
            "created_by": "Nosu",
            "created_on": "2025-04-09T18:49:00Z"
        },
        {
            "id": 10664,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April.",
            "info_url": "https://x.com/NatReconOfc/status/1910032516070732143",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T18:48:00Z"
        },
        {
            "id": 10663,
            "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=62716.msg2678301#msg2678301",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T17:24:00Z"
        },
        {
            "id": 10662,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April 16.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=54082.msg2678296#msg2678296",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T17:16:00Z"
        },
        {
            "id": 10661,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Added Event!",
            "info_url": "https://plus.nasa.gov/scheduled-video/soyuz-ms-26-re-entry-and-landing-with-don-pettit/",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-09T15:54:00Z"
        },
        {
            "id": 10660,
            "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=tqejrlbfB84",
            "created_by": "LL2",
            "created_on": "2025-04-09T13:59:00Z"
        }
    ]
}