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

{
    "response_mode": "normal",
    "id": 32,
    "url": "https://lldev.thespacedevs.com/2.3.0/programs/32/?format=api",
    "name": "Axiom Private Spaceflight",
    "image": {
        "id": 1899,
        "name": "Crew Dragon at sunrise with Axiom logo",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/axiom2520priva_program_20231231100427.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194101.jpeg",
        "credit": "Axiom Space",
        "license": {
            "id": 6,
            "name": "Axiom Space Licence",
            "priority": 2,
            "link": "https://www.axiomspace.com/terms-and-conditions"
        },
        "single_use": true,
        "variants": []
    },
    "info_url": "https://www.axiomspace.com/missions/",
    "wiki_url": "https://en.wikipedia.org/wiki/Axiom_Space#Missions",
    "description": "Axiom Space provides human spaceflight missions to the International Space Station. \r\nThe company sent its first commercial astronauts into orbit in 2022. It also plans human spaceflight for government-funded and commercial astronauts engaging in in-space research, in-space manufacturing, and space exploration.",
    "agencies": [
        {
            "response_mode": "list",
            "id": 1022,
            "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1022/?format=api",
            "name": "Axiom Space",
            "abbrev": "AXS",
            "type": {
                "id": 5,
                "name": "Private"
            }
        }
    ],
    "start_date": "2022-04-08T00:00:00Z",
    "end_date": null,
    "mission_patches": [
        {
            "id": 778,
            "name": "Axiom Mission 2 Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/axiom2520missi_mission_patch_20230522161438.png",
            "agency": {
                "response_mode": "list",
                "id": 1022,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1022/?format=api",
                "name": "Axiom Space",
                "abbrev": "AXS",
                "type": {
                    "id": 5,
                    "name": "Private"
                }
            },
            "response_mode": "normal"
        },
        {
            "id": 605,
            "name": "Ax-1 Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ax-12520patch_mission_patch_20220401172359.png",
            "agency": {
                "response_mode": "list",
                "id": 1022,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1022/?format=api",
                "name": "Axiom Space",
                "abbrev": "AXS",
                "type": {
                    "id": 5,
                    "name": "Private"
                }
            },
            "response_mode": "normal"
        },
        {
            "id": 901,
            "name": "Ax-3 Patch",
            "priority": 10,
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/ax-32520patch_mission_patch_20231019065301.png",
            "agency": {
                "response_mode": "list",
                "id": 1022,
                "url": "https://lldev.thespacedevs.com/2.3.0/agencies/1022/?format=api",
                "name": "Axiom Space",
                "abbrev": "AXS",
                "type": {
                    "id": 5,
                    "name": "Private"
                }
            },
            "response_mode": "normal"
        }
    ],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}