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

{
    "response_mode": "normal",
    "id": 12,
    "url": "https://lldev.thespacedevs.com/2.3.0/programs/12/?format=api",
    "name": "Shuttle–Mir",
    "image": {
        "id": 1876,
        "name": "[AUTO] Shuttle–Mir - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/shuttle25e225_program_20200821090507.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194018.png",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "info_url": "https://www.nasa.gov/audience/formedia/factsheet/shuttle_mir_factsheet.html",
    "wiki_url": "https://en.wikipedia.org/wiki/Shuttle–Mir_program",
    "description": "The Shuttle–Mir program was a collaborative 11-mission space program between Russia and the United States that involved American Space Shuttles visiting the Russian space station Mir, Russian cosmonauts flying on the Shuttle, and an American astronaut flying aboard a Soyuz spacecraft to engage in long-duration expeditions aboard Mir.",
    "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"
            }
        },
        {
            "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"
            }
        }
    ],
    "start_date": "1993-09-01T00:00:00Z",
    "end_date": "1998-06-12T18:00:18Z",
    "mission_patches": [],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}