API endpoint that returns Program objects.

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

{
    "id": 33,
    "url": "https://ll.thespacedevs.com/2.2.0/program/33/?format=api",
    "name": "Discovery Program",
    "description": "The Discovery Program is a series of Solar System exploration missions funded by the U.S. National Aeronautics and Space Administration (NASA) through its Planetary Missions Program Office. The cost of each mission is capped at a lower level than missions from NASA's New Frontiers or Flagship Programs. As a result, Discovery missions tend to be more focused on a specific scientific goal rather than serving a general purpose.",
    "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://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/discovery2520p_program_20231231122246.jpeg",
    "start_date": "1990-01-01T00:00:00Z",
    "end_date": null,
    "info_url": "https://www.nasa.gov/planetarymissions/discovery-program/",
    "wiki_url": "https://en.wikipedia.org/wiki/Discovery_Program",
    "mission_patches": [],
    "type": {
        "id": 5,
        "name": "Exploration"
    }
}