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=-name
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=-name",
  "results": [
    {
      "response_mode": "normal",
      "id": 15,
      "url": "https://ll.thespacedevs.com/2.3.0/programs/15/?format=api",
      "name": "Artemis",
      "image": {
        "id": 1884,
        "name": "[AUTO] Artemis - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/artemis_program_20220827100930.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194033.png",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "info_url": "https://www.nasa.gov/specials/artemis/",
      "wiki_url": "https://en.wikipedia.org/wiki/Artemis_program",
      "description": "The Artemis program is a US government-funded crewed spaceflight program that has the goal of landing \"the first woman and the next man\" on the Moon, specifically at the lunar south pole region.",
      "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": "2017-12-11T00:00:00Z",
      "end_date": null,
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    },
    {
      "response_mode": "normal",
      "id": 4,
      "url": "https://ll.thespacedevs.com/2.3.0/programs/4/?format=api",
      "name": "Apollo",
      "image": {
        "id": 1877,
        "name": "[AUTO] Apollo - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/apollo_program_20200820200202.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194019.png",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "info_url": "https://www.nasa.gov/mission_pages/apollo/index.html",
      "wiki_url": "https://en.wikipedia.org/wiki/Apollo_program",
      "description": "The Apollo program was the third United States human spaceflight program carried out by the National Aeronautics and Space Administration (NASA), which succeeded in landing the first humans on the Moon from 1969 to 1972.",
      "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": "1966-11-16T00:00:00Z",
      "end_date": "1972-12-19T19:24:59Z",
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    },
    {
      "response_mode": "normal",
      "id": 27,
      "url": "https://ll.thespacedevs.com/2.3.0/programs/27/?format=api",
      "name": "Amazon Leo",
      "image": {
        "id": 1898,
        "name": "Amazon Kuiper dish",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/project2520kui_program_20231228165031.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194059.jpeg",
        "credit": "Amazon",
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "info_url": "https://en.wikipedia.org/wiki/Kuiper_Systems",
      "wiki_url": "https://aboutamazon.com/what-we-do/devices-services/project-kuiper",
      "description": "Amazon Leo is a satellite internet constellation aimed at providing high-speed, low-latency broadband connectivity to underserved and remote areas globally. The project involves deploying a constellation of low Earth orbit (LEO) satellites to create a satellite internet network capable of delivering reliable internet access.",
      "agencies": [
        {
          "response_mode": "list",
          "id": 1058,
          "url": "https://ll.thespacedevs.com/2.3.0/agencies/1058/?format=api",
          "name": "Amazon Leo",
          "abbrev": "Amazon",
          "type": {
            "id": 5,
            "name": "Private"
          }
        }
      ],
      "start_date": "2023-10-16T18:06:00Z",
      "end_date": null,
      "mission_patches": [],
      "type": {
        "id": 3,
        "name": "Communication Constellation"
      }
    }
  ]
}