API endpoint that returns Program objects.

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

{
  "id": 27,
  "url": "https://lldev.thespacedevs.com/2.0.0/program/27/?format=api",
  "name": "Amazon Leo",
  "description": "Amazon Leo is a satellite internet constellation aimed at providing high-speed, low-latency broadband connectivity to underserved and remote areas globally. The project involves deploying a constellation of low Earth orbit (LEO) satellites to create a satellite internet network capable of delivering reliable internet access.",
  "agencies": [
    {
      "id": 1058,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1058/?format=api",
      "name": "Amazon Leo",
      "type": "Private"
    }
  ],
  "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/project2520kui_program_20231228165031.jpeg",
  "start_date": "2023-10-16T18:06:00Z",
  "end_date": null,
  "info_url": "https://en.wikipedia.org/wiki/Kuiper_Systems",
  "wiki_url": "https://aboutamazon.com/what-we-do/devices-services/project-kuiper"
}