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=440&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=450&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=430&ordering=-created_on",
    "results": [
        {
            "id": 10997,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch per NOTAMs; Payload identity uncertain.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=57867.msg2686305#msg2686305",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-15T09:39:00Z"
        },
        {
            "id": 10996,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://www.rocketlabusa.com/updates/rocket-lab-to-launch-nasa-astrophysics-science-mission-on-electron-to-study-galaxy-evolution/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-15T03:41:00Z"
        },
        {
            "id": 10995,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Scrubbed for the day.",
            "info_url": "https://m.weibo.cn/detail/5166513678455951",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-15T02:59:00Z"
        },
        {
            "id": 10994,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/swgustav_profile_20210218062738.jpg",
            "comment": "Scrubbed",
            "info_url": "https://x.com/GilmourSpace/status/1922753542529441994",
            "created_by": "SwGustav",
            "created_on": "2025-05-14T21:33:00Z"
        },
        {
            "id": 10992,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late August.",
            "info_url": "https://www.nasa.gov/blogs/commercialcrew/2025/05/14/nasa-partners-adjust-summer-2025-space-station-flight-planning/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T18:59:00Z"
        },
        {
            "id": 10993,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late July.",
            "info_url": "https://www.nasa.gov/blogs/commercialcrew/2025/05/14/nasa-partners-adjust-summer-2025-space-station-flight-planning/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T18:59:00Z"
        },
        {
            "id": 10991,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked launch time.",
            "info_url": "https://www.nasa.gov/blogs/commercialcrew/2025/05/14/nasa-partners-adjust-summer-2025-space-station-flight-planning/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T18:58:00Z"
        },
        {
            "id": 10990,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch success.",
            "info_url": "https://x.com/SpaceX/status/1922710328808215003",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T18:03:00Z"
        },
        {
            "id": 10989,
            "profile_image": "https://thespacedevs-prod.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.msg2686046#msg2686046",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T17:21:00Z"
        },
        {
            "id": 10988,
            "profile_image": "https://thespacedevs-prod.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.msg2686041#msg2686041",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-05-14T17:21:00Z"
        }
    ]
}