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

{
    "response_mode": "normal",
    "id": 21,
    "url": "https://lldev.thespacedevs.com/2.3.0/programs/21/?format=api",
    "name": "Gaganyaan",
    "image": {
        "id": 1889,
        "name": "[AUTO] Gaganyaan - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/gaganyaan_program_20220120151540.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194042.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "info_url": "https://www.isro.gov.in/frequently-asked-questions/gaganyaan",
    "wiki_url": "https://en.wikipedia.org/wiki/Gaganyaan",
    "description": "Gaganyaan is India's first human spaceflight program.",
    "agencies": [
        {
            "response_mode": "list",
            "id": 31,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/31/?format=api",
            "name": "Indian Space Research Organization",
            "abbrev": "ISRO",
            "type": {
                "id": 1,
                "name": "Government"
            }
        }
    ],
    "start_date": "2018-08-15T00:00:00Z",
    "end_date": null,
    "mission_patches": [],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}