API endpoint that returns Program objects.

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

{
    "id": 35,
    "url": "https://ll.thespacedevs.com/2.2.0/program/35/?format=api",
    "name": "BeiDou",
    "description": "The BeiDou Navigation Satellite System is a satellite-based radio navigation system owned and operated by the China National Space Administration.[4] It is one of the global navigation satellite systems that provide geolocation and time information to a BDS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more BDS satellites.",
    "agencies": [
        {
            "id": 17,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/17/?format=api",
            "name": "China National Space Administration",
            "type": "Government"
        }
    ],
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/beidou_program_20240102170615.png",
    "start_date": "2000-10-31T00:00:00Z",
    "end_date": null,
    "info_url": "http://en.beidou.gov.cn/",
    "wiki_url": "https://en.wikipedia.org/wiki/BeiDou",
    "mission_patches": [],
    "type": {
        "id": 4,
        "name": "Navigation Constellation"
    }
}