API endpoint that returns Program objects.

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

{
  "id": 23,
  "url": "https://lldev.thespacedevs.com/2.0.0/program/23/?format=api",
  "name": "Salyut",
  "description": "The Salyut programme was the first space station programme, undertaken by the Soviet Union. It involved a series of four crewed scientific research space stations and two crewed military reconnaissance space stations over a period of 15 years, from 1971 to 1986.",
  "agencies": [
    {
      "id": 66,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/66/?format=api",
      "name": "Soviet Space Program",
      "type": "Government"
    }
  ],
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/salyut_program_20230506090532.png",
  "start_date": "1971-04-19T01:40:00Z",
  "end_date": "1986-07-16T12:34:05Z",
  "info_url": null,
  "wiki_url": "https://en.wikipedia.org/wiki/Salyut_programme"
}