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/18/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "response_mode": "normal",
    "id": 18,
    "url": "https://lldev.thespacedevs.com/2.3.0/programs/18/?format=api",
    "name": "Chinese Lunar Exploration Program",
    "image": {
        "id": 1885,
        "name": "[AUTO] Chinese Lunar Exploration Program - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520lun_program_20201129190923.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194035.png",
        "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/Chinese_Lunar_Exploration_Program",
    "description": "The Chinese Lunar Exploration Program also known as the Chang'e Project after the Chinese moon goddess Chang'e, is an ongoing series of robotic Moon missions by the China National Space Administration (CNSA). The program incorporates lunar orbiters, landers, rovers and sample return spacecraft, launched using Long March rockets.",
    "agencies": [
        {
            "response_mode": "list",
            "id": 17,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/17/?format=api",
            "name": "China National Space Administration",
            "abbrev": "CNSA",
            "type": {
                "id": 1,
                "name": "Government"
            }
        }
    ],
    "start_date": "2003-01-01T00:00:00Z",
    "end_date": null,
    "mission_patches": [],
    "type": {
        "id": 5,
        "name": "Exploration"
    }
}