API endpoint that returns Program objects.

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

{
    "id": 17,
    "url": "https://ll.thespacedevs.com/2.2.0/program/17/?format=api",
    "name": "International Space Station",
    "description": "The International Space Station programme is tied together by a complex set of legal, political and financial agreements between the sixteen nations involved in the project, governing ownership of the various components, rights to crewing and utilization, and responsibilities for crew rotation and resupply of the International Space Station. It was conceived in 1984 by President Ronald Reagan, during the Space Station Freedom project as it was originally called.",
    "agencies": [
        {
            "id": 16,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/16/?format=api",
            "name": "Canadian Space Agency",
            "type": "Government"
        },
        {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
            "name": "European Space Agency",
            "type": "Multinational"
        },
        {
            "id": 37,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/37/?format=api",
            "name": "Japan Aerospace Exploration Agency",
            "type": "Government"
        },
        {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
        },
        {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "type": "Government"
        }
    ],
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/international2_program_20201129184745.png",
    "start_date": "1998-11-20T06:40:00Z",
    "end_date": null,
    "info_url": "https://www.nasa.gov/mission_pages/station/main/index.html",
    "wiki_url": "https://en.wikipedia.org/wiki/International_Space_Station_programme",
    "mission_patches": [],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}