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=end_date
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=end_date",
  "results": [
    {
      "response_mode": "normal",
      "id": 29,
      "url": "https://ll.thespacedevs.com/2.3.0/programs/29/?format=api",
      "name": "Global Positioning System",
      "image": {
        "id": 1883,
        "name": "[AUTO] Global Positioning System - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/global2520posi_program_20231229182501.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194031.png",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "info_url": "https://www.gps.gov/",
      "wiki_url": "https://en.wikipedia.org/wiki/Global_Positioning_System",
      "description": "The Global Positioning System (GPS), originally Navstar GPS, is a satellite-based radio navigation system owned by the United States government and operated by the United States Space Force. It is one of the global navigation satellite systems (GNSS) that provide geolocation and time information to a GPS receiver anywhere on or near the Earth where there is an unobstructed line of sight to four or more GPS satellites.",
      "agencies": [
        {
          "response_mode": "list",
          "id": 1041,
          "url": "https://ll.thespacedevs.com/2.3.0/agencies/1041/?format=api",
          "name": "United States Space Force",
          "abbrev": "USSF",
          "type": {
            "id": 1,
            "name": "Government"
          }
        }
      ],
      "start_date": "1978-02-22T00:00:00Z",
      "end_date": null,
      "mission_patches": [],
      "type": {
        "id": 4,
        "name": "Navigation Constellation"
      }
    },
    {
      "response_mode": "normal",
      "id": 8,
      "url": "https://ll.thespacedevs.com/2.3.0/programs/8/?format=api",
      "name": "Soyuz",
      "image": {
        "id": 1892,
        "name": "[AUTO] Soyuz - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/soyuz_program_20201129185543.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194048.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/Soyuz_programme",
      "description": "The Soyuz programme is a human spaceflight programme initiated by the Soviet Union in the early 1960s. The Soyuz spacecraft was originally part of a Moon landing project intended to put a Soviet cosmonaut on the Moon. It was the third Soviet human spaceflight programme after the Vostok and Voskhod programmes.",
      "agencies": [
        {
          "response_mode": "list",
          "id": 63,
          "url": "https://ll.thespacedevs.com/2.3.0/agencies/63/?format=api",
          "name": "Russian Federal Space Agency (ROSCOSMOS)",
          "abbrev": "RFSA",
          "type": {
            "id": 1,
            "name": "Government"
          }
        },
        {
          "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": "1966-11-28T11:02:00Z",
      "end_date": null,
      "mission_patches": [],
      "type": {
        "id": 2,
        "name": "Human Spaceflight"
      }
    },
    {
      "response_mode": "normal",
      "id": 30,
      "url": "https://ll.thespacedevs.com/2.3.0/programs/30/?format=api",
      "name": "Galileo",
      "image": {
        "id": 1882,
        "name": "[AUTO] Galileo - image",
        "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galileo_program_20231230110547.png",
        "thumbnail_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_thumbnail_20240305194029.png",
        "credit": null,
        "license": {
          "id": 1,
          "name": "Unknown",
          "priority": 9,
          "link": null
        },
        "single_use": true,
        "variants": []
      },
      "info_url": "https://www.gsc-europa.eu/",
      "wiki_url": "https://en.wikipedia.org/wiki/Galileo_(satellite_navigation)",
      "description": "Galileo is a global navigation satellite system (GNSS) that went live in 2016, created by the European Union through the European Space Agency (ESA), operated by the European Union Agency for the Space Programme (EUSPA).",
      "agencies": [
        {
          "response_mode": "list",
          "id": 27,
          "url": "https://ll.thespacedevs.com/2.3.0/agencies/27/?format=api",
          "name": "European Space Agency",
          "abbrev": "ESA",
          "type": {
            "id": 2,
            "name": "Multinational"
          }
        }
      ],
      "start_date": "2011-10-21T10:30:00Z",
      "end_date": null,
      "mission_patches": [],
      "type": {
        "id": 4,
        "name": "Navigation Constellation"
      }
    }
  ]
}