API endpoint that returns Program objects.

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

{
  "id": 6,
  "url": "https://lldev.thespacedevs.com/2.0.0/program/6/?format=api",
  "name": "Space Shuttle",
  "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": [
    {
      "id": 44,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
      "name": "National Aeronautics and Space Administration",
      "type": "Government"
    }
  ],
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/space2520shutt_program_20200820202237.png",
  "start_date": "1981-04-12T12:00:03Z",
  "end_date": "2011-07-08T15:29:00Z",
  "info_url": "https://www.nasa.gov/mission_pages/shuttle/main/index.html",
  "wiki_url": "https://en.wikipedia.org/wiki/Space_Shuttle_program"
}