API endpoint that returns Program objects.

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

{
    "id": 3,
    "url": "https://ll.thespacedevs.com/2.2.0/program/3/?format=api",
    "name": "Gemini",
    "description": "Project Gemini was NASA's second human spaceflight program. Conducted between projects Mercury and Apollo, Gemini started in 1961 and concluded in 1966.",
    "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/project2520gem_program_20200820195350.png",
    "start_date": "1961-12-07T00:00:00Z",
    "end_date": "1966-11-15T19:21:04Z",
    "info_url": "https://www.nasa.gov/mission_pages/gemini/index.html",
    "wiki_url": "https://en.wikipedia.org/wiki/Project_Gemini",
    "mission_patches": [],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}