API endpoint that returns Program objects.

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

{
    "id": 38,
    "url": "https://ll.thespacedevs.com/2.2.0/program/38/?format=api",
    "name": "Luna",
    "description": "The Luna program was a series of robotic spacecraft missions sent to the Moon by the Soviet Union between 1959 and 1976. The program accomplished many firsts in space exploration, including first flyby of the Moon, first impact of the Moon and first photos of the far side of the Moon. Each mission was designed as either an orbiter or lander. They also performed many experiments, studying the Moon's chemical composition, gravity, temperature, and radiation.",
    "agencies": [
        {
            "id": 66,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/66/?format=api",
            "name": "Soviet Space Program",
            "type": "Government"
        }
    ],
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/luna_1_impactor_image_20240813082956.jpg",
    "start_date": "1958-09-23T07:40:23Z",
    "end_date": "1976-08-22T17:55:00Z",
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Luna_programme",
    "mission_patches": [],
    "type": {
        "id": 5,
        "name": "Exploration"
    }
}