API endpoint that returns Program objects.

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

{
    "id": 30,
    "url": "https://ll.thespacedevs.com/2.2.0/program/30/?format=api",
    "name": "Galileo",
    "description": "Galileo is a global navigation satellite system (GNSS) that went live in 2016, created by the European Union through the European Space Agency (ESA), operated by the European Union Agency for the Space Programme (EUSPA).",
    "agencies": [
        {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/27/?format=api",
            "name": "European Space Agency",
            "type": "Multinational"
        }
    ],
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/galileo_program_20231230110547.png",
    "start_date": "2011-10-21T10:30:00Z",
    "end_date": null,
    "info_url": "https://www.gsc-europa.eu/",
    "wiki_url": "https://en.wikipedia.org/wiki/Galileo_(satellite_navigation)",
    "mission_patches": [],
    "type": {
        "id": 4,
        "name": "Navigation Constellation"
    }
}