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

{
    "count": 4144,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=830&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=810&ordering=-created_on",
    "results": [
        {
            "id": 10683,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.youtube.com/watch?v=G8XsTzF90sQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T23:44:00Z"
        },
        {
            "id": 10682,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.youtube.com/watch?v=G8XsTzF90sQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T23:22:00Z"
        },
        {
            "id": 10681,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.youtube.com/watch?v=G8XsTzF90sQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T23:00:00Z"
        },
        {
            "id": 10680,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updating launch weather.",
            "info_url": "https://x.com/ulalaunch/status/1910071462137917702",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T22:54:00Z"
        },
        {
            "id": 10679,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "GO for launch.",
            "info_url": "https://www.spacex.com/launches/mission/?missionId=sl-12-17",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T22:51:00Z"
        },
        {
            "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"
        }
    ]
}