API endpoint that returns Program objects.

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

{
    "id": 22,
    "url": "https://ll.thespacedevs.com/2.0.0/program/22/?format=api",
    "name": "Copernicus",
    "description": "Copernicus is the European Union's Earth observation programme coordinated and managed for the European Commission by the European Union Agency for the Space Programme in partnership with the European Space Agency (ESA), the EU Member States. It aims at achieving a global, continuous, autonomous, high quality, wide range Earth observation capacity. Providing accurate, timely and easily accessible information to, among other things, improve the management of the environment, understand and mitigate the effects of climate change, and ensure civil security.",
    "agencies": [
        {
            "id": 27,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api",
            "name": "European Space Agency",
            "type": "Multinational"
        },
        {
            "id": 1043,
            "url": "https://ll.thespacedevs.com/2.0.0/agencies/1043/?format=api",
            "name": "European Union Agency for the Space Programme",
            "type": "Multinational"
        }
    ],
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/copernicus_program_20221129162831.png",
    "start_date": "2014-04-03T00:00:00Z",
    "end_date": null,
    "info_url": "https://www.copernicus.eu",
    "wiki_url": "https://en.wikipedia.org/wiki/Copernicus_Programme"
}