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

{
    "count": 4054,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=90&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=70&ordering=-created_on",
    "results": [
        {
            "id": 11265,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=44473.msg2693613#msg2693613",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-12T17:15:00Z"
        },
        {
            "id": 11264,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63071.msg2693631#msg2693631",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-12T17:10:00Z"
        },
        {
            "id": 11263,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Added launch.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=63049.msg2693629#msg2693629",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-12T17:08:00Z"
        },
        {
            "id": 11262,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET June 20.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=60273.msg2693612#msg2693612",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-12T16:53:00Z"
        },
        {
            "id": 11261,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Launch delayed for further investigation into ISS Russian Segment air leakage issue; new date TBD.",
            "info_url": "https://www.nasa.gov/blogs/spacestation/2025/06/12/nasa-axiom-space-delay-axiom-mission-4-launch-to-space-station/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-12T14:48:00Z"
        },
        {
            "id": 11260,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "New docking 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-06-11T18:43:00Z"
        },
        {
            "id": 11259,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Tweaked T-0.",
            "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-06-11T18:40:00Z"
        },
        {
            "id": 11258,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Satellite in contact.",
            "info_url": "https://i-qps.net/news/2842/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-11T18:39:00Z"
        },
        {
            "id": 11257,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Spacecraft separation.",
            "info_url": "https://www.youtube.com/watch?v=PplSn4YNbz0",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-11T16:23:00Z"
        },
        {
            "id": 11256,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated launch weather, 80% GO at start of window (60% at end).",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%20g12-26%20L-2%20Forecast%20-%2013%20JUN%20Launch.pdf",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-11T16:12:00Z"
        }
    ]
}