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

{
    "response_mode": "normal",
    "id": 8,
    "url": "https://lldev.thespacedevs.com/2.3.0/programs/8/?format=api",
    "name": "Soyuz",
    "image": {
        "id": 1892,
        "name": "[AUTO] Soyuz - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194048.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/Soyuz_programme",
    "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
    "agencies": [
        {
            "response_mode": "list",
            "id": 63,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "abbrev": "RFSA",
            "type": {
                "id": 1,
                "name": "Government"
            }
        },
        {
            "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": "1966-11-28T11:02:00Z",
    "end_date": null,
    "mission_patches": [],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}