Modes

Levels of detail in the response - list, normal

Example - /programs/?mode=list

Number of results

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

Example - /programs/?limit=2

Format

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

Help

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

GET /2.3.0/programs/31/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "response_mode": "normal",
    "id": 31,
    "url": "https://lldev.thespacedevs.com/2.3.0/programs/31/?format=api",
    "name": "Landsat",
    "image": {
        "id": 1868,
        "name": "[AUTO] Landsat - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landsat_program_20231230154736.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194002.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Landsat_program",
    "description": "The Landsat program is the longest-running enterprise for acquisition of satellite imagery of Earth. It is a joint NASA / USGS program.",
    "agencies": [
        {
            "response_mode": "list",
            "id": 44,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "abbrev": "NASA",
            "type": {
                "id": 1,
                "name": "Government"
            }
        }
    ],
    "start_date": "1972-07-23T00:00:00Z",
    "end_date": null,
    "mission_patches": [],
    "type": {
        "id": 8,
        "name": "Earth Observation"
    }
}