API endpoint that returns Program objects.

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

{
    "id": 16,
    "url": "https://ll.thespacedevs.com/2.2.0/program/16/?format=api",
    "name": "Mir",
    "description": "Mir was a space station that operated in low Earth orbit from 1986 to 2001, operated by the Soviet Union and later by Russia. Mir was the first modular space station and was assembled in orbit from 1986 to 1996.",
    "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/mir_program_20200821092345.jpeg",
    "start_date": "1986-02-20T21:28:23Z",
    "end_date": "2001-03-23T05:59:00Z",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Mir",
    "mission_patches": [],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}