API endpoint that returns Program objects.

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

{
  "id": 28,
  "url": "https://lldev.thespacedevs.com/2.0.0/program/28/?format=api",
  "name": "Iridium Constellation",
  "description": "The Iridium satellite constellation provides L band voice and data information coverage to satellite phones, satellite messenger communication devices and integrated transceivers.",
  "agencies": [
    {
      "id": 202,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/202/?format=api",
      "name": "Iridium Communications",
      "type": "Commercial"
    }
  ],
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/iridium2520con_program_20231228184831.jpeg",
  "start_date": "1997-05-05T00:00:00Z",
  "end_date": null,
  "info_url": "https://iridium.com/",
  "wiki_url": "https://en.wikipedia.org/wiki/Iridium_satellite_constellation"
}