API endpoint that returns Program objects.

GET /2.2.0/program/19/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "id": 19,
  "url": "https://ll.thespacedevs.com/2.2.0/program/19/?format=api",
  "name": "Tiangong space station",
  "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
  "agencies": [
    {
      "id": 88,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/88/?format=api",
      "name": "China Aerospace Science and Technology Corporation",
      "type": "Government"
    }
  ],
  "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
  "start_date": "2021-04-29T03:23:00Z",
  "end_date": null,
  "info_url": null,
  "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station",
  "mission_patches": [],
  "type": {
    "id": 2,
    "name": "Human Spaceflight"
  }
}