API endpoint that returns Program objects.

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

{
  "id": 26,
  "url": "https://ll.thespacedevs.com/2.2.0/program/26/?format=api",
  "name": "OneWeb",
  "description": "Satellite constellation in low Earth orbit that can provide high-speed broadband internet to rural and isolated areas.",
  "agencies": [
    {
      "id": 1081,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/1081/?format=api",
      "name": "Eutelsat OneWeb",
      "type": "Commercial"
    }
  ],
  "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/oneweb_program_20231228155842.jpeg",
  "start_date": "2019-02-27T21:37:00Z",
  "end_date": null,
  "info_url": "https://oneweb.net/",
  "wiki_url": "https://en.wikipedia.org/wiki/Eutelsat_OneWeb",
  "mission_patches": [],
  "type": {
    "id": 3,
    "name": "Communication Constellation"
  }
}