API endpoint that returns Program objects.

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

{
    "id": 9,
    "url": "https://ll.thespacedevs.com/2.2.0/program/9/?format=api",
    "name": "Vostok",
    "description": "The Vostok programme was a Soviet human spaceflight project to put the first Soviet citizens into low Earth orbit and return them safely. Competing with the United States Project Mercury, it succeeded in placing the first human into space, Yuri Gagarin, in a single orbit in Vostok 1 on April 12, 1961.",
    "agencies": [
        {
            "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/vostok_program_20210417063956.png",
    "start_date": "1961-04-12T06:07:00Z",
    "end_date": "1963-06-19T08:20:00Z",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Vostok_programme",
    "mission_patches": [],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}