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

{
    "response_mode": "normal",
    "id": 26,
    "url": "https://lldev.thespacedevs.com/2.3.0/programs/26/?format=api",
    "name": "OneWeb",
    "image": {
        "id": 1867,
        "name": "[AUTO] OneWeb - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/oneweb_program_20231228155842.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194000.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "info_url": "https://oneweb.net/",
    "wiki_url": "https://en.wikipedia.org/wiki/Eutelsat_OneWeb",
    "description": "Satellite constellation in low Earth orbit that can provide high-speed broadband internet to rural and isolated areas.",
    "agencies": [
        {
            "response_mode": "list",
            "id": 1081,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1081/?format=api",
            "name": "Eutelsat OneWeb",
            "abbrev": "OneWeb",
            "type": {
                "id": 3,
                "name": "Commercial"
            }
        }
    ],
    "start_date": "2019-02-27T21:37:00Z",
    "end_date": null,
    "mission_patches": [],
    "type": {
        "id": 3,
        "name": "Communication Constellation"
    }
}