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": 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"
      }
    },
    {
      "response_mode": "normal",
      "id": 20,
      "url": "https://ll.thespacedevs.com/2.3.0/programs/20/?format=api",
      "name": "X-15",
      "image": {
        "id": 1897,
        "name": "[AUTO] X-15 - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/x-15_program_20210809102752.jpeg",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194057.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/North_American_X-15",
      "description": "Experimental hypersonic rocket-powered aircraft.",
      "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"
          }
        },
        {
          "response_mode": "list",
          "id": 161,
          "url": "https://ll.thespacedevs.com/2.3.0/agencies/161/?format=api",
          "name": "United States Air Force",
          "abbrev": "USAF",
          "type": {
            "id": 1,
            "name": "Government"
          }
        }
      ],
      "start_date": "1959-03-10T00:00:00Z",
      "end_date": "1968-12-12T00:00:00Z",
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    }
  ]
}