API endpoint that returns Program objects.

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

{
    "id": 20,
    "url": "https://ll.thespacedevs.com/2.2.0/program/20/?format=api",
    "name": "X-15",
    "description": "Experimental hypersonic rocket-powered aircraft.",
    "agencies": [
        {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
        },
        {
            "id": 161,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/161/?format=api",
            "name": "United States Air Force",
            "type": "Government"
        }
    ],
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-15_program_20210809102752.jpeg",
    "start_date": "1959-03-10T00:00:00Z",
    "end_date": "1968-12-12T00:00:00Z",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/North_American_X-15",
    "mission_patches": [],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}