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

{
    "count": 4042,
    "next": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=160&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.2.0/updates/?format=api&limit=10&offset=140&ordering=-created_on",
    "results": [
        {
            "id": 11195,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather 85% Go.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20SiriusXM-10%20L-2%20Forecast%20-%206%20JUN%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-06-04T15:29:00Z"
        },
        {
            "id": 11194,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July 5.",
            "info_url": "https://x.com/BrianE6B/status/1930216608666137025",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-04T11:12:00Z"
        },
        {
            "id": 11193,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Updated landing time.",
            "info_url": "https://ispace-inc.com/news-en/?p=7631",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-04T01:28:00Z"
        },
        {
            "id": 11192,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET late 2025.",
            "info_url": "https://spacenews.com/blue-origin-updates-work-on-transporter-for-blue-moon-lunar-lander/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T23:48:00Z"
        },
        {
            "id": 11191,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET Q3 2025.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=58623.msg2691229#msg2691229",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T23:42:00Z"
        },
        {
            "id": 11188,
            "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=61461.msg2690241#msg2690241",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T23:36:00Z"
        },
        {
            "id": 11187,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET November.",
            "info_url": "https://www.nasa.gov/centers-and-facilities/jpl/nasa-jpl-prepping-for-full-year-of-launches-mission-milestones/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T23:31:00Z"
        },
        {
            "id": 11186,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET October.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=61048.msg2679283#msg2679283",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T23:28:00Z"
        },
        {
            "id": 11185,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "Reverted back to NET September.",
            "info_url": "https://science.nasa.gov/blogs/imap/2025/06/02/nasas-imap-spacecraft-readied-for-launch-preparations/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T23:25:00Z"
        },
        {
            "id": 11183,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET July.",
            "info_url": "https://forum.nasaspaceflight.com/index.php?topic=62130.msg2686918#msg2686918",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-06-03T23:20:00Z"
        }
    ]
}