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

{
  "response_mode": "normal",
  "id": 13,
  "url": "https://ll.thespacedevs.com/2.3.0/programs/13/?format=api",
  "name": "Skylab",
  "image": {
    "id": 1873,
    "name": "[AUTO] Skylab - image",
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/skylab_program_20240305184407.png",
    "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194012.png",
    "credit": null,
    "license": {
      "id": 1,
      "name": "Unknown",
      "priority": 9,
      "link": null
    },
    "single_use": true,
    "variants": []
  },
  "info_url": "https://www.nasa.gov/mission_pages/skylab/",
  "wiki_url": "https://en.wikipedia.org/wiki/Skylab",
  "description": "Skylab was the first United States space station, launched by NASA, occupied for about 24 weeks between May 1973 and February 1974. It was operated by three separate three-astronaut crews: SL-2, SL-3 and SL-4. Major operations included an orbital workshop, a solar observatory, Earth observation, and hundreds of experiments.",
  "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": "1973-05-14T17:30:00Z",
  "end_date": "1979-07-11T16:37:00Z",
  "mission_patches": [],
  "type": {
    "id": 2,
    "name": "Human Spaceflight"
  }
}