API endpoint that returns Program objects.

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

{
  "id": 34,
  "url": "https://lldev.thespacedevs.com/2.0.0/program/34/?format=api",
  "name": "GLONASS",
  "description": "GLONASS (ГЛОНАСС, IPA: [ɡɫɐˈnas]; Russian: Глобальная навигационная спутниковая система, tr. Global'naya Navigatsionnaya Sputnikovaya Sistema, lit. 'Global Navigation Satellite System') is a Russian satellite navigation system operating as part of a radionavigation-satellite service. It provides an alternative to Global Positioning System (GPS) and is the second navigational system in operation with global coverage and of comparable precision.",
  "agencies": [
    {
      "id": 63,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/63/?format=api",
      "name": "Russian Federal Space Agency (ROSCOSMOS)",
      "type": "Government"
    }
  ],
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/glonass_program_20240102170258.png",
  "start_date": "1982-10-12T00:00:00Z",
  "end_date": null,
  "info_url": "https://www.glonass-iac.ru/en/",
  "wiki_url": "https://en.wikipedia.org/wiki/GLONASS"
}