API endpoint that returns Program objects.

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

{
    "id": 4,
    "url": "https://ll.thespacedevs.com/2.2.0/program/4/?format=api",
    "name": "Apollo",
    "description": "The Apollo program was the third United States human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which succeeded in landing the first humans on the Moon from 1969 to 1972.",
    "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/apollo_program_20200820200202.png",
    "start_date": "1966-11-16T00:00:00Z",
    "end_date": "1972-12-19T19:24:59Z",
    "info_url": "https://www.nasa.gov/mission_pages/apollo/index.html",
    "wiki_url": "https://en.wikipedia.org/wiki/Apollo_program",
    "mission_patches": [],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}