API endpoint that returns Program objects.

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

{
  "id": 31,
  "url": "https://ll.thespacedevs.com/2.2.0/program/31/?format=api",
  "name": "Landsat",
  "description": "The Landsat program is the longest-running enterprise for acquisition of satellite imagery of Earth. It is a joint NASA / USGS program.",
  "agencies": [
    {
      "id": 44,
      "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
      "name": "National Aeronautics and Space Administration",
      "type": "Government"
    }
  ],
  "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landsat_program_20231230154736.jpeg",
  "start_date": "1972-07-23T00:00:00Z",
  "end_date": null,
  "info_url": null,
  "wiki_url": "https://en.wikipedia.org/wiki/Landsat_program",
  "mission_patches": [],
  "type": {
    "id": 8,
    "name": "Earth Observation"
  }
}