API endpoint that returns Program objects.

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

{
    "id": 24,
    "url": "https://ll.thespacedevs.com/2.2.0/program/24/?format=api",
    "name": "Commercial Lunar Payload Services",
    "description": "Commercial Lunar Payload Services (CLPS) is a NASA program to contract transportation services able to send small robotic landers and rovers to the Moon's south polar region.",
    "agencies": [
        {
            "id": 1069,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1069/?format=api",
            "name": "Astrobotic Technology",
            "type": "Private"
        },
        {
            "id": 1067,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1067/?format=api",
            "name": "Intuitive Machines",
            "type": "Commercial"
        },
        {
            "id": 44,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/44/?format=api",
            "name": "National Aeronautics and Space Administration",
            "type": "Government"
        }
    ],
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/commercial2520_program_20231127193630.jpeg",
    "start_date": "2018-04-27T00:00:00Z",
    "end_date": null,
    "info_url": "https://www.nasa.gov/commercial-lunar-payload-services/",
    "wiki_url": "https://en.wikipedia.org/wiki/Commercial_Lunar_Payload_Services",
    "mission_patches": [],
    "type": {
        "id": 5,
        "name": "Exploration"
    }
}