API endpoint that returns Program objects.

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

{
  "id": 2,
  "url": "https://ll.thespacedevs.com/2.0.0/program/2/?format=api",
  "name": "Mercury",
  "description": "Project Mercury was the first human spaceflight program of the United States, running from 1958 through 1963.",
  "agencies": [
    {
      "id": 44,
      "url": "https://ll.thespacedevs.com/2.0.0/agencies/44/?format=api",
      "name": "National Aeronautics and Space Administration",
      "type": "Government"
    }
  ],
  "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520mer_program_20200820194755.png",
  "start_date": "1958-10-07T00:00:00Z",
  "end_date": "1963-05-16T23:24:02Z",
  "info_url": "https://www.nasa.gov/mission_pages/mercury/missions/program-toc.html",
  "wiki_url": "https://en.wikipedia.org/wiki/Project_Mercury"
}