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=description
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=description",
  "results": [
    {
      "response_mode": "normal",
      "id": 19,
      "url": "https://ll.thespacedevs.com/2.3.0/programs/19/?format=api",
      "name": "Tiangong space station",
      "image": {
        "id": 1893,
        "name": "[AUTO] Tiangong space station - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/chinese2520spa_program_20210608105528.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194050.png",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Tiangong_space_station",
      "description": "The Tiangong space station is a space station placed in Low Earth orbit between 340 and 450 km above the surface.",
      "agencies": [
        {
          "response_mode": "list",
          "id": 88,
          "url": "https://ll.thespacedevs.com/2.3.0/agencies/88/?format=api",
          "name": "China Aerospace Science and Technology Corporation",
          "abbrev": "CASC",
          "type": {
            "id": 1,
            "name": "Government"
          }
        }
      ],
      "start_date": "2021-04-29T03:23:00Z",
      "end_date": null,
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    },
    {
      "response_mode": "normal",
      "id": 10,
      "url": "https://ll.thespacedevs.com/2.3.0/programs/10/?format=api",
      "name": "Voskhod",
      "image": {
        "id": 1872,
        "name": "[AUTO] Voskhod - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/voskhod_program_20200820205643.jpg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194010.jpeg",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Voskhod_programme",
      "description": "The Voskhod programme was the second Soviet human spaceflight project. Two one-day crewed missions were flown using the Voskhod spacecraft and rocket, one in 1964 and one in 1965, and two dogs flew on a 22-day mission in 1966.",
      "agencies": [
        {
          "response_mode": "list",
          "id": 66,
          "url": "https://ll.thespacedevs.com/2.3.0/agencies/66/?format=api",
          "name": "Soviet Space Program",
          "abbrev": "CCCP",
          "type": {
            "id": 1,
            "name": "Government"
          }
        }
      ],
      "start_date": "1964-10-06T07:12:00Z",
      "end_date": "1966-03-16T14:09:00Z",
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    },
    {
      "response_mode": "normal",
      "id": 9,
      "url": "https://ll.thespacedevs.com/2.3.0/programs/9/?format=api",
      "name": "Vostok",
      "image": {
        "id": 1881,
        "name": "[AUTO] Vostok - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/vostok_program_20210417063956.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194027.png",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/Vostok_programme",
      "description": "The Vostok programme was a Soviet human spaceflight project to put the first Soviet citizens into low Earth orbit and return them safely. Competing with the United States Project Mercury, it succeeded in placing the first human into space, Yuri Gagarin, in a single orbit in Vostok 1 on April 12, 1961.",
      "agencies": [
        {
          "response_mode": "list",
          "id": 66,
          "url": "https://ll.thespacedevs.com/2.3.0/agencies/66/?format=api",
          "name": "Soviet Space Program",
          "abbrev": "CCCP",
          "type": {
            "id": 1,
            "name": "Government"
          }
        }
      ],
      "start_date": "1961-04-12T06:07:00Z",
      "end_date": "1963-06-19T08:20:00Z",
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    }
  ]
}