Modes

Levels of detail in the response - list, normal

Example - /programs/?mode=list

Number of results

Use limit to control the number of objects in the response (max 100)

Example - /programs/?limit=2

Format

Switch to JSON output - /programs/?format=json

Help

Find all the FAQs and support links on the documentation homepage - lldev.thespacedevs.com/docs

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

{
    "response_mode": "normal",
    "id": 22,
    "url": "https://lldev.thespacedevs.com/2.3.0/programs/22/?format=api",
    "name": "Copernicus",
    "image": {
        "id": 1879,
        "name": "[AUTO] Copernicus - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/copernicus_program_20221129162831.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194023.png",
        "credit": null,
        "license": {
            "id": 1,
            "name": "Unknown",
            "priority": 9,
            "link": null
        },
        "single_use": true,
        "variants": []
    },
    "info_url": "https://www.copernicus.eu",
    "wiki_url": "https://en.wikipedia.org/wiki/Copernicus_Programme",
    "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": [
        {
            "response_mode": "list",
            "id": 27,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/27/?format=api",
            "name": "European Space Agency",
            "abbrev": "ESA",
            "type": {
                "id": 2,
                "name": "Multinational"
            }
        },
        {
            "response_mode": "list",
            "id": 1043,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1043/?format=api",
            "name": "European Union Agency for the Space Programme",
            "abbrev": "EUSPA",
            "type": {
                "id": 2,
                "name": "Multinational"
            }
        }
    ],
    "start_date": "2014-04-03T00:00:00Z",
    "end_date": null,
    "mission_patches": [],
    "type": {
        "id": 8,
        "name": "Earth Observation"
    }
}