API endpoint that returns Program objects.

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

{
    "id": 5,
    "url": "https://ll.thespacedevs.com/2.2.0/program/5/?format=api",
    "name": "Commercial Crew Program",
    "description": "The Commercial Crew Program (CCP) is a human spaceflight program operated by NASA, in association with American aerospace manufacturers Boeing and SpaceX. The program conducts rotations between the expeditions of the International Space Station program, transporting crews to and from the International Space Station (ISS) aboard Boeing Starliner and SpaceX Crew Dragon capsules, in the first crewed orbital spaceflights operated by private companies.",
    "agencies": [
        {
            "id": 80,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/80/?format=api",
            "name": "Boeing",
            "type": "Commercial"
        },
        {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
        },
        {
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/121/?format=api",
            "name": "SpaceX",
            "type": "Commercial"
        }
    ],
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20200820201209.png",
    "start_date": "2011-04-18T00:00:00Z",
    "end_date": null,
    "info_url": "https://www.nasa.gov/exploration/commercial/crew/index.html",
    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Crew_Program",
    "mission_patches": [],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}