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 - ll.thespacedevs.com/docs

GET /2.3.0/programs/6/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "response_mode": "normal",
  "id": 6,
  "url": "https://ll.thespacedevs.com/2.3.0/programs/6/?format=api",
  "name": "Space Shuttle",
  "image": {
    "id": 1886,
    "name": "[AUTO] Space Shuttle - image",
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194036.png",
    "credit": null,
    "license": {
      "id": 1,
      "name": "Unknown",
      "priority": 9,
      "link": null
    },
    "single_use": true,
    "variants": []
  },
  "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
  "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program",
  "description": "The Space Shuttle program was the fourth human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which accomplished routine transportation for Earth-to-orbit crew and cargo from 1981 to 2011.",
  "agencies": [
    {
      "response_mode": "list",
      "id": 44,
      "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
      "name": "National Aeronautics and Space Administration",
      "abbrev": "NASA",
      "type": {
        "id": 1,
        "name": "Government"
      }
    }
  ],
  "start_date": "1981-04-12T12:00:03Z",
  "end_date": "2011-07-08T15:29:00Z",
  "mission_patches": [],
  "type": {
    "id": 2,
    "name": "Human Spaceflight"
  }
}