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

{
    "response_mode": "normal",
    "id": 40,
    "url": "https://lldev.thespacedevs.com/2.3.0/programs/40/?format=api",
    "name": "Polaris",
    "image": {
        "id": 2185,
        "name": "Polaris Program logo",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/polaris_program_image_20240826141144.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/polaris_program_image_thumbnail_20240826141144.png",
        "credit": "Polaris",
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": [
            {
                "id": 10,
                "type": {
                    "id": 2,
                    "name": "transparent for dark background"
                },
                "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/image_variants/polaris_white.p_image_20240826141146.png"
            }
        ]
    },
    "info_url": "https://polarisprogram.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/Polaris_program",
    "description": "The Polaris program is a private spaceflight program organized by entrepreneur Jared Isaacman.",
    "agencies": [
        {
            "response_mode": "list",
            "id": 121,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/121/?format=api",
            "name": "SpaceX",
            "abbrev": "SpX",
            "type": {
                "id": 3,
                "name": "Commercial"
            }
        }
    ],
    "start_date": "2024-08-26T07:38:00Z",
    "end_date": null,
    "mission_patches": [],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}