Filters

Parameters - created_on, launch, launch__launch_service_provider, program

Example - /updates/?launch__launch_service_provider=121

Ordering

Fields - created_on

Example - /updates/?ordering=-created_on

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /updates/?limit=2

Format

Switch to JSON output - /updates/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

GET /2.3.0/updates/?format=api&offset=40&ordering=-created_on
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 3981,
    "next": "https://lldev.thespacedevs.com/2.3.0/updates/?format=api&limit=10&offset=50&ordering=-created_on",
    "previous": "https://lldev.thespacedevs.com/2.3.0/updates/?format=api&limit=10&offset=30&ordering=-created_on",
    "results": [
        {
            "id": 10660,
            "profile_image": "https://thespacedevs-prod.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=tqejrlbfB84",
            "created_by": "LL2",
            "created_on": "2025-04-09T13:59:00Z"
        },
        {
            "id": 10658,
            "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.msg2678146#msg2678146",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T05:34:00Z"
        },
        {
            "id": 10657,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/cosmic2520penguin_profile_20210817212020.png",
            "comment": "NET April.",
            "info_url": "https://www.nro.gov/news-media-featured-stories/news-media-archive/News-Article/Article/4148782/nro-director-calls-for-leveraging-full-potential-of-cutting-edge-space-capabili/",
            "created_by": "Cosmic_Penguin",
            "created_on": "2025-04-09T03:43:00Z"
        },
        {
            "id": 10656,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Nosu",
            "created_on": "2025-04-08T21:24:00Z"
        },
        {
            "id": 10655,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding seconds to T-0",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Nosu",
            "created_on": "2025-04-08T21:22:00Z"
        },
        {
            "id": 10654,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/arnaud2520muller_profile_20230607144351.jpg",
            "comment": "Adding event",
            "info_url": "https://nasa-public-data.s3.amazonaws.com/iss-coords/current/ISS_OEM/ISS.OEM_J2K_EPH.txt",
            "created_by": "Nosu",
            "created_on": "2025-04-08T21:20:00Z"
        },
        {
            "id": 10653,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 95% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Falcon%209%20Starlink%2012-17%20L-2%20Day%20Forecast%20-%2010%20Apr%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-08T17:24:00Z"
        },
        {
            "id": 10652,
            "profile_image": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/profile_images/lucas2520stauder_profile_20230526163835.jpg",
            "comment": "Weather is 55% GO.",
            "info_url": "https://45thweathersquadron.nebula.spaceforce.mil/assets/LaunchForecasts/Atlas%20V%20KA-01%20L-1%20Forecast%20-%209%20Apr%20Launch.pdf",
            "created_by": "hitura-nobad",
            "created_on": "2025-04-08T17:23:00Z"
        },
        {
            "id": 10651,
            "profile_image": "https://thespacedevs-prod.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=83VU509bbKQ",
            "created_by": "LL2",
            "created_on": "2025-04-08T10:58:00Z"
        },
        {
            "id": 10650,
            "profile_image": "https://thespacedevs-prod.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=b7Kk4r9DomA",
            "created_by": "LL2",
            "created_on": "2025-04-08T08:13:00Z"
        }
    ]
}