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

{
    "response_mode": "normal",
    "id": 30,
    "url": "https://lldev.thespacedevs.com/2.3.0/programs/30/?format=api",
    "name": "Galileo",
    "image": {
        "id": 1882,
        "name": "[AUTO] Galileo - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galileo_program_20231230110547.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194029.png",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "info_url": "https://www.gsc-europa.eu/",
    "wiki_url": "https://en.wikipedia.org/wiki/Galileo_(satellite_navigation)",
    "description": "Galileo is a global navigation satellite system (GNSS) that went live in 2016, created by the European Union through the European Space Agency (ESA), operated by the European Union Agency for the Space Programme (EUSPA).",
    "agencies": [
        {
            "response_mode": "list",
            "id": 27,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
            "name": "European Space Agency",
            "abbrev": "ESA",
            "type": {
                "id": 2,
                "name": "Multinational"
            }
        }
    ],
    "start_date": "2011-10-21T10:30:00Z",
    "end_date": null,
    "mission_patches": [],
    "type": {
        "id": 4,
        "name": "Navigation Constellation"
    }
}