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

{
    "response_mode": "normal",
    "id": 23,
    "url": "https://lldev.thespacedevs.com/2.3.0/programs/23/?format=api",
    "name": "Salyut",
    "image": {
        "id": 1900,
        "name": "[AUTO] Salyut - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194103.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/Salyut_programme",
    "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
    "agencies": [
        {
            "response_mode": "list",
            "id": 66,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/66/?format=api",
            "name": "Soviet Space Program",
            "abbrev": "CCCP",
            "type": {
                "id": 1,
                "name": "Government"
            }
        }
    ],
    "start_date": "1971-04-19T01:40:00Z",
    "end_date": "1986-07-16T12:34:05Z",
    "mission_patches": [],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}