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

{
    "response_mode": "normal",
    "id": 28,
    "url": "https://lldev.thespacedevs.com/2.3.0/programs/28/?format=api",
    "name": "Iridium Constellation",
    "image": {
        "id": 1870,
        "name": "[AUTO] Iridium Constellation - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/iridium2520con_program_20231228184831.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194006.jpeg",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "info_url": "https://iridium.com/",
    "wiki_url": "https://en.wikipedia.org/wiki/Iridium_satellite_constellation",
    "description": "The Iridium satellite constellation provides L band voice and data information coverage to satellite phones, satellite messenger communication devices and integrated transceivers.",
    "agencies": [
        {
            "response_mode": "list",
            "id": 202,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/202/?format=api",
            "name": "Iridium Communications",
            "abbrev": "IRDM",
            "type": {
                "id": 3,
                "name": "Commercial"
            }
        }
    ],
    "start_date": "1997-05-05T00:00:00Z",
    "end_date": null,
    "mission_patches": [],
    "type": {
        "id": 3,
        "name": "Communication Constellation"
    }
}