API endpoint that returns Program objects.

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

{
    "id": 39,
    "url": "https://ll.thespacedevs.com/2.2.0/program/39/?format=api",
    "name": "Small Innovative Missions for Planetary Exploration",
    "description": "Small Innovative Missions for Planetary Exploration (SIMPLEx) is a planetary exploration program operated by NASA. The program funds small, low-cost spacecraft for stand-alone planetary exploration missions. These spacecraft are intended to launch as secondary payloads on other missions and are riskier than Discovery or New Frontiers missions.",
    "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": null,
    "start_date": "2021-01-17T00:00:00Z",
    "end_date": null,
    "info_url": "https://soma.larc.nasa.gov/simplex/",
    "wiki_url": "https://en.wikipedia.org/wiki/Small_Innovative_Missions_for_Planetary_Exploration",
    "mission_patches": [],
    "type": {
        "id": 5,
        "name": "Exploration"
    }
}