API endpoint that returns Program objects.

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

{
    "id": 8,
    "url": "https://ll.thespacedevs.com/2.2.0/program/8/?format=api",
    "name": "Soyuz",
    "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
    "agencies": [
        {
            "id": 63,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/63/?format=api",
            "name": "Russian Federal Space Agency (ROSCOSMOS)",
            "type": "Government"
        },
        {
            "id": 66,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
            "name": "Soviet Space Program",
            "type": "Government"
        }
    ],
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
    "start_date": "1966-11-28T11:02:00Z",
    "end_date": null,
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Soyuz_programme",
    "mission_patches": [],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}