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/38/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "response_mode": "normal",
    "id": 38,
    "url": "https://lldev.thespacedevs.com/2.3.0/programs/38/?format=api",
    "name": "Luna",
    "image": {
        "id": 2173,
        "name": "Luna 1 impactor",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/luna_1_impactor_image_20240813082956.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/luna_1_impactor_image_thumbnail_20240813082956.jpeg",
        "credit": "Александр Моклецов",
        "license": {
            "id": 21,
            "name": "CC BY-SA 3.0",
            "priority": 4,
            "link": "https://creativecommons.org/licenses/by-sa/3.0/deed.en"
        },
        "single_use": false,
        "variants": []
    },
    "info_url": null,
    "wiki_url": "https://en.wikipedia.org/wiki/Luna_programme",
    "description": "The Luna program was a series of robotic spacecraft missions sent to the Moon by the Soviet Union between 1959 and 1976. The program accomplished many firsts in space exploration, including first flyby of the Moon, first impact of the Moon and first photos of the far side of the Moon. Each mission was designed as either an orbiter or lander. They also performed many experiments, studying the Moon's chemical composition, gravity, temperature, and radiation.",
    "agencies": [
        {
            "response_mode": "list",
            "id": 66,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/66/?format=api",
            "name": "Soviet Space Program",
            "abbrev": "CCCP",
            "type": {
                "id": 1,
                "name": "Government"
            }
        }
    ],
    "start_date": "1958-09-23T07:40:23Z",
    "end_date": "1976-08-22T17:55:00Z",
    "mission_patches": [],
    "type": {
        "id": 5,
        "name": "Exploration"
    }
}