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 - ll.thespacedevs.com/docs

GET /2.3.0/programs/?format=api&offset=36&ordering=image
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 39,
  "next": null,
  "previous": "https://ll.thespacedevs.com/2.3.0/programs/?format=api&limit=10&offset=26&ordering=image",
  "results": [
    {
      "response_mode": "normal",
      "id": 40,
      "url": "https://ll.thespacedevs.com/2.3.0/programs/40/?format=api",
      "name": "Polaris",
      "image": {
        "id": 2185,
        "name": "Polaris Program logo",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/polaris_program_image_20240826141144.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/polaris_program_image_thumbnail_20240826141144.png",
        "credit": "Polaris",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": [
          {
            "id": 10,
            "type": {
              "id": 2,
              "name": "transparent for dark background"
            },
            "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/image_variants/polaris_white.p_image_20240826141146.png"
          }
        ]
      },
      "info_url": "https://polarisprogram.com/",
      "wiki_url": "https://en.wikipedia.org/wiki/Polaris_program",
      "description": "The Polaris program is a private spaceflight program organized by entrepreneur Jared Isaacman.",
      "agencies": [
        {
          "response_mode": "list",
          "id": 121,
          "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
          "name": "SpaceX",
          "abbrev": "SpX",
          "type": {
            "id": 3,
            "name": "Commercial"
          }
        }
      ],
      "start_date": "2024-08-26T07:38:00Z",
      "end_date": null,
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    },
    {
      "response_mode": "normal",
      "id": 25,
      "url": "https://ll.thespacedevs.com/2.3.0/programs/25/?format=api",
      "name": "Starlink",
      "image": {
        "id": 1890,
        "name": "Starlink stack in space before deployment",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/starlink_program_20231228154508.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194044.jpeg",
        "credit": "SpaceX",
        "license": {
          "id": 5,
          "name": "CC BY-NC 2.0",
          "priority": 1,
          "link": "https://creativecommons.org/licenses/by-nc/2.0/"
        },
        "single_use": true,
        "variants": []
      },
      "info_url": "https://starlink.com",
      "wiki_url": "https://en.wikipedia.org/wiki/Starlink",
      "description": "Starlink is a satellite internet constellation operated by American aerospace company SpaceX",
      "agencies": [
        {
          "response_mode": "list",
          "id": 121,
          "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
          "name": "SpaceX",
          "abbrev": "SpX",
          "type": {
            "id": 3,
            "name": "Commercial"
          }
        }
      ],
      "start_date": "2018-02-22T14:17:00Z",
      "end_date": null,
      "mission_patches": [
        {
          "id": 7,
          "name": "Space X Starlink Mission Patch",
          "priority": 10,
          "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/mission_patch_images/space2520x252_mission_patch_20221011205756.png",
          "agency": {
            "response_mode": "list",
            "id": 121,
            "url": "https://ll.thespacedevs.com/2.3.0/agencies/121/?format=api",
            "name": "SpaceX",
            "abbrev": "SpX",
            "type": {
              "id": 3,
              "name": "Commercial"
            }
          },
          "response_mode": "normal"
        }
      ],
      "type": {
        "id": 3,
        "name": "Communication Constellation"
      }
    },
    {
      "response_mode": "normal",
      "id": 39,
      "url": "https://ll.thespacedevs.com/2.3.0/programs/39/?format=api",
      "name": "Small Innovative Missions for Planetary Exploration",
      "image": null,
      "info_url": "https://soma.larc.nasa.gov/simplex/",
      "wiki_url": "https://en.wikipedia.org/wiki/Small_Innovative_Missions_for_Planetary_Exploration",
      "description": "Small Innovative Missions for Planetary Exploration (SIMPLEx) is a planetary exploration program operated by NASA. The program funds small, low-cost spacecraft for stand-alone planetary exploration missions. These spacecraft are intended to launch as secondary payloads on other missions and are riskier than Discovery or New Frontiers missions.",
      "agencies": [
        {
          "response_mode": "list",
          "id": 44,
          "url": "https://ll.thespacedevs.com/2.3.0/agencies/44/?format=api",
          "name": "National Aeronautics and Space Administration",
          "abbrev": "NASA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        }
      ],
      "start_date": "2021-01-17T00:00:00Z",
      "end_date": null,
      "mission_patches": [],
      "type": {
        "id": 5,
        "name": "Exploration"
      }
    }
  ]
}