API endpoint that returns Program objects.

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

{
  "id": 7,
  "url": "https://lldev.thespacedevs.com/2.0.0/program/7/?format=api",
  "name": "Shenzhou",
  "description": "The Shenzhou program is a crewed spaceflight initiative by China. The program put the first Chinese citizen, Yang Liwei, into orbit on 15 October 2003.",
  "agencies": [
    {
      "id": 17,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api",
      "name": "China National Space Administration",
      "type": "Government"
    }
  ],
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/shenzhou_program_20200820204745.PNG",
  "start_date": "1993-01-01T00:00:00Z",
  "end_date": null,
  "info_url": null,
  "wiki_url": "https://en.wikipedia.org/wiki/Shenzhou_program"
}