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

{
    "count": 4258,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=70&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=50&ordering=-created_on",
    "results": [
        {
            "id": 11765,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET early Q4.",
            "info_url": "https://investors.viasat.com/static-files/e54cf336-0c41-42b0-9e0a-deee32c6a092",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-06T00:48:00Z"
        },
        {
            "id": 11764,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Targeting August 12.",
            "info_url": "https://x.com/ulalaunch/status/1952833463125721164",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-06T00:41:00Z"
        },
        {
            "id": 11763,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 85% favorable for launch.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20KF-2%20L-2%20Forecast%20-%2007%20AUG%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-08-05T18:37:00Z"
        },
        {
            "id": 11762,
            "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=UAQjknW5y9Y",
            "created_by": "LL2",
            "created_on": "2025-08-05T17:09:00Z"
        },
        {
            "id": 11761,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload and launch vehicle identities uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2703267#msg2703267",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-05T11:42:00Z"
        },
        {
            "id": 11760,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Satellite in contact.",
            "info_url": "https://i-qps.net/news/3094/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-05T07:49:00Z"
        },
        {
            "id": 11759,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation.",
            "info_url": "https://www.youtube.com/watch?v=_LAy4XiKNvQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-05T07:48:00Z"
        },
        {
            "id": 11758,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Liftoff.",
            "info_url": "https://www.youtube.com/watch?v=_LAy4XiKNvQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-05T04:10:00Z"
        },
        {
            "id": 11757,
            "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=_LAy4XiKNvQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-05T03:54:00Z"
        },
        {
            "id": 11756,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "On hold at T-11:16.",
            "info_url": "https://www.youtube.com/watch?v=_LAy4XiKNvQ",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-08-05T03:43:00Z"
        }
    ]
}