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

{
    "response_mode": "normal",
    "id": 10,
    "url": "https://lldev.thespacedevs.com/2.3.0/programs/10/?format=api",
    "name": "Voskhod",
    "image": {
        "id": 1872,
        "name": "[AUTO] Voskhod - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_program_20200820205643.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194010.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/Voskhod_programme",
    "description": "The Voskhod programme was the second Soviet human spaceflight project. Two one-day crewed missions were flown using the Voskhod spacecraft and rocket, one in 1964 and one in 1965, and two dogs flew on a 22-day mission in 1966.",
    "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": "1964-10-06T07:12:00Z",
    "end_date": "1966-03-16T14:09:00Z",
    "mission_patches": [],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}