API endpoint that returns Program objects.

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

{
    "id": 11,
    "url": "https://ll.thespacedevs.com/2.2.0/program/11/?format=api",
    "name": "Commercial Resupply Services",
    "description": "Commercial Resupply Services (CRS) are a series of flights awarded by NASA for the delivery of cargo and supplies to the International Space Station.The first CRS contracts were signed in 2008 and awarded $1.6 billion to SpaceX for twelve cargo Dragon and $1.9 billion to Orbital Sciences for eight Cygnus flights, covering deliveries to 2016. The Falcon 9 and Antares rockets were also developed under the CRS program to deliver cargo spacecraft to the ISS.",
    "agencies": [
        {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
        },
        {
            "id": 257,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/257/?format=api",
            "name": "Northrop Grumman Space Systems",
            "type": "Commercial"
        },
        {
            "id": 1020,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1020/?format=api",
            "name": "Sierra Nevada Corporation",
            "type": "Commercial"
        },
        {
            "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_20201129212219.png",
    "start_date": "2008-12-23T00:00:00Z",
    "end_date": null,
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Resupply_Services#Commercial_Resupply_Services",
    "mission_patches": [],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}