API endpoint that returns Program objects.

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

{
    "id": 29,
    "url": "https://ll.thespacedevs.com/2.2.0/program/29/?format=api",
    "name": "Global Positioning System",
    "description": "The Global Positioning System (GPS), originally Navstar GPS, is a satellite-based radio navigation system owned by the United States government and operated by the United States Space Force. It is one of the global navigation satellite systems (GNSS) that provide geolocation and time information to a GPS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more GPS satellites.",
    "agencies": [
        {
            "id": 1041,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1041/?format=api",
            "name": "United States Space Force",
            "type": "Government"
        }
    ],
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/global2520posi_program_20231229182501.png",
    "start_date": "1978-02-22T00:00:00Z",
    "end_date": null,
    "info_url": "https://www.gps.gov/",
    "wiki_url": "https://en.wikipedia.org/wiki/Global_Positioning_System",
    "mission_patches": [],
    "type": {
        "id": 4,
        "name": "Navigation Constellation"
    }
}