API endpoint that returns Program objects.

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

{
    "id": 27,
    "url": "https://ll.thespacedevs.com/2.2.0/program/27/?format=api",
    "name": "Project Kuiper",
    "description": "Amazon's Kuiper Project is a satellite internet initiative aimed at providing high-speed, low-latency broadband connectivity to underserved and remote areas globally. The project involves deploying a constellation of low Earth orbit (LEO) satellites to create a satellite internet network capable of delivering reliable internet access.",
    "agencies": [
        {
            "id": 1058,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1058/?format=api",
            "name": "Kuiper Systems LLC",
            "type": "Private"
        }
    ],
    "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520kui_program_20231228165031.jpeg",
    "start_date": "2023-10-16T18:06:00Z",
    "end_date": null,
    "info_url": "https://en.wikipedia.org/wiki/Kuiper_Systems",
    "wiki_url": "http://aboutamazon.com/what-we-do/devices-services/project-kuiper",
    "mission_patches": [],
    "type": {
        "id": 3,
        "name": "Communication Constellation"
    }
}