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

{
    "response_mode": "normal",
    "id": 29,
    "url": "https://lldev.thespacedevs.com/2.3.0/programs/29/?format=api",
    "name": "Global Positioning System",
    "image": {
        "id": 1883,
        "name": "[AUTO] Global Positioning System - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/global2520posi_program_20231229182501.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194031.png",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "info_url": "https://www.gps.gov/",
    "wiki_url": "https://en.wikipedia.org/wiki/Global_Positioning_System",
    "description": "The Global Positioning System (GPS), originally Navstar GPS, is a satellite-based radio navigation system owned by the United States government and operated by the United States Space Force. It is one of the global navigation satellite systems (GNSS) that provide geolocation and time information to a GPS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more GPS satellites.",
    "agencies": [
        {
            "response_mode": "list",
            "id": 1041,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1041/?format=api",
            "name": "United States Space Force",
            "abbrev": "USSF",
            "type": {
                "id": 1,
                "name": "Government"
            }
        }
    ],
    "start_date": "1978-02-22T00:00:00Z",
    "end_date": null,
    "mission_patches": [],
    "type": {
        "id": 4,
        "name": "Navigation Constellation"
    }
}