API endpoint that returns Program objects.

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

{
    "id": 32,
    "url": "https://ll.thespacedevs.com/2.2.0/program/32/?format=api",
    "name": "Axiom Private Spaceflight",
    "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": [
        {
            "id": 1022,
            "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
            "name": "Axiom Space",
            "type": "Private"
        }
    ],
    "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/images/axiom2520priva_program_20231231100427.jpeg",
    "start_date": "2022-04-08T00:00:00Z",
    "end_date": null,
    "info_url": "https://www.axiomspace.com/missions/",
    "wiki_url": "https://en.wikipedia.org/wiki/Axiom_Space#Missions",
    "mission_patches": [
        {
            "id": 605,
            "name": "Ax-1 Patch",
            "priority": 10,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/ax-12520patch_mission_patch_20220401172359.png",
            "agency": {
                "id": 1022,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                "name": "Axiom Space",
                "type": "Private"
            }
        },
        {
            "id": 778,
            "name": "Axiom Mission 2 Patch",
            "priority": 10,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/axiom2520missi_mission_patch_20230522161438.png",
            "agency": {
                "id": 1022,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                "name": "Axiom Space",
                "type": "Private"
            }
        },
        {
            "id": 901,
            "name": "Ax-3 Patch",
            "priority": 10,
            "image_url": "https://spacelaunchnow-prod-east.nyc3.digitaloceanspaces.com/media/mission_patch_images/ax-32520patch_mission_patch_20231019065301.png",
            "agency": {
                "id": 1022,
                "url": "https://ll.thespacedevs.com/2.2.0/agencies/1022/?format=api",
                "name": "Axiom Space",
                "type": "Private"
            }
        }
    ],
    "type": {
        "id": 2,
        "name": "Human Spaceflight"
    }
}