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

{
    "count": 4206,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=180",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=160",
    "results": [
        {
            "id": 11653,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://m.weibo.cn/detail/5193727791335755",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-29T04:57:00Z"
        },
        {
            "id": 11652,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New T-0.",
            "info_url": "https://www.linkedin.com/posts/adam-gilmour-03313489_t-30-minutes-activity-7355804371604951040-12M5",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-29T04:18:00Z"
        },
        {
            "id": 11651,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/ll2_profile_20230311134739.png",
            "comment": "Unofficial Webcast by Launch Heaven has started",
            "info_url": "https://www.youtube.com/watch?v=EjUdhCB2-oE",
            "created_by": "LL2",
            "created_on": "2025-07-29T01:31:00Z"
        },
        {
            "id": 11650,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.spacex.com/launches/sl-10-30",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-29T00:38:00Z"
        },
        {
            "id": 11649,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 90% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%2010-29%20L-1%20Forecast%20-%2029%20Jul%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-28T14:16:00Z"
        },
        {
            "id": 11648,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch window.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60477.msg2704158#msg2704158",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-28T14:15:00Z"
        },
        {
            "id": 11647,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 29 afternoon LT.",
            "info_url": "https://x.com/zaid_dillon/status/1949800124659740925",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-28T13:55:00Z"
        },
        {
            "id": 11646,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET August 21.",
            "info_url": "https://www.spaceforce.mil/News/Article-Display/Article/4256759/us-space-force-scheduled-to-launch-eighth-x-37b-mission/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-28T13:50:00Z"
        },
        {
            "id": 11645,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding launch day and time and setting GO",
            "info_url": "https://newsroom.arianespace.com/arianespace-to-launch-eumetsats-metop-sga1-satellite-on-august-12-2025-with-ariane-6",
            "created_by": "Nosu",
            "created_on": "2025-07-28T08:04:00Z"
        },
        {
            "id": 11644,
            "profile_image": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated undocking date and time.",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-07-27T17:38:00Z"
        }
    ]
}