API endpoint that returns Program objects.

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

{
  "id": 21,
  "url": "https://lldev.thespacedevs.com/2.0.0/program/21/?format=api",
  "name": "Gaganyaan",
  "description": "Gaganyaan is India's first human spaceflight program.",
  "agencies": [
    {
      "id": 31,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/31/?format=api",
      "name": "Indian Space Research Organization",
      "type": "Government"
    }
  ],
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gaganyaan_program_20220120151540.jpg",
  "start_date": "2018-08-15T00:00:00Z",
  "end_date": null,
  "info_url": "https://www.isro.gov.in/frequently-asked-questions/gaganyaan",
  "wiki_url": "https://en.wikipedia.org/wiki/Gaganyaan"
}