API endpoint that allows Agencies to be viewed.

GET: Return a list of all the existing users.

MODE: Normal and Detailed /2.0.0/agencies/?mode=detailed

FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.0.0/agencies/?featured=true

SEARCH EXAMPLE: /2.0.0/agencies/?search=nasa

ORDERING: Fields - 'id', 'name', 'featured' Example - /2.0.0/agencies/?ordering=featured

GET /2.0.0/agencies/?format=api&offset=10&ordering=-featured
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "count": 350,
  "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=20&ordering=-featured",
  "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&ordering=-featured",
  "results": [
    {
      "id": 44,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/44/?format=api",
      "name": "National Aeronautics and Space Administration",
      "featured": true,
      "type": "Government",
      "country_code": "USA",
      "abbrev": "NASA",
      "description": "The National Aeronautics and Space Administration is an independent agency of the executive branch of the United States federal government responsible for the civilian space program, as well as aeronautics and aerospace research. NASA have many launch facilities but most are inactive. The most commonly used pad will be LC-39B at Kennedy Space Center in Florida.",
      "administrator": "Administrator: Jared Isaacman",
      "founding_year": "1958",
      "launchers": "Space Shuttle | SLS",
      "spacecraft": "Orion",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/national2520aeronautics2520and2520space2520administration_image_20190207032448.jpeg"
    },
    {
      "id": 115,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/115/?format=api",
      "name": "Arianespace",
      "featured": true,
      "type": "Commercial",
      "country_code": "FRA",
      "abbrev": "ASA",
      "description": "Arianespace SA is a multinational company founded in 1980 as the world's first commercial launch service provider. It undertakes the production, operation, and marketing of the Ariane programme. Their vehicles launch exclusively from French Guiana in South America.",
      "administrator": "CEO: David Cavaillolès",
      "founding_year": "1980",
      "launchers": "Ariane | Vega",
      "spacecraft": "",
      "parent": "ArianeGroup",
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ariane_64_lifto_image_20260213070745.jpg"
    },
    {
      "id": 96,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/96/?format=api",
      "name": "Khrunichev State Research and Production Space Center",
      "featured": true,
      "type": "Government",
      "country_code": "RUS",
      "abbrev": "KhSC",
      "description": "Khrunichev State Research and Production Space Center is a Moscow-based producer of spacecraft and space-launch systems, including the Proton and Rokot rockets and is currently developing the Angara rocket family. The Proton launch vehicle launches from Baikonur and Rokot launches from Baikonur and Plesetsk. Angara will launch from Plesetsk and Vostochny.",
      "administrator": "Director: Andrey Vladimirovich Kalinovskiy",
      "founding_year": "1916",
      "launchers": "Proton | Rokot",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/khrunichev2520state2520research2520and2520production2520space2520center_image_20190207032444.jpeg"
    },
    {
      "id": 37,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/37/?format=api",
      "name": "Japan Aerospace Exploration Agency",
      "featured": true,
      "type": "Government",
      "country_code": "JPN",
      "abbrev": "JAXA",
      "description": "The Japan Aerospace Exploration Agency (JAXA) is Japan's national aero-space agency. Through the merger of three previously independent organizations, JAXA was formed on 1 October 2003. JAXA is responsible for research, technology development and the launch of satellites into orbit, and is involved in many more advanced missions, such as asteroid exploration and possible manned exploration of the Moon. JAXA launch their Epsilon vehicle from the Uchinoura Space Center and their H-II vehicles from the Tanegashima Space Center.",
      "administrator": "Administrator: Hiroshi Yamakawa",
      "founding_year": "2003",
      "launchers": "H-II",
      "spacecraft": "",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/japan2520aerospace2520exploration2520agency_image_20190207032440.jpeg"
    },
    {
      "id": 17,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/17/?format=api",
      "name": "China National Space Administration",
      "featured": true,
      "type": "Government",
      "country_code": "CHN",
      "abbrev": "CNSA",
      "description": "The China National Space Administration (CNSA) is the national space agency of the People's Republic of China. It is responsible for the national space program and for planning and development of space activities. CNSA and China Aerospace Corporation (CASC) assumed the authority over space development efforts previously held by the Ministry of Aerospace Industry. The CNSA has many launch sites around China with their orbital sites located in Jiuquan, Xichang, Taiyuan and Wenchang.",
      "administrator": "Administrator: Tang Dengjie",
      "founding_year": "1993",
      "launchers": "",
      "spacecraft": "Shenzhou",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520national2520space2520administration_image_20190207032431.jpeg"
    },
    {
      "id": 35,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/35/?format=api",
      "name": "Israeli Space Agency",
      "featured": false,
      "type": "Government",
      "country_code": "ISR",
      "abbrev": "ISA",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 1027,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1027/?format=api",
      "name": "Comisión Nacional de Actividades Espaciales",
      "featured": false,
      "type": "Government",
      "country_code": "ARG",
      "abbrev": "CONAE",
      "description": "CONAE is the civilian agency of the government of Argentina in charge of the national space programme.",
      "administrator": null,
      "founding_year": "1960",
      "launchers": "Tronador",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 100,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/100/?format=api",
      "name": "Orbital Sciences Corporation",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "OSC",
      "description": "",
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 102,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/102/?format=api",
      "name": "Rockwell International",
      "featured": false,
      "type": "Commercial",
      "country_code": "USA",
      "abbrev": "ROI",
      "description": null,
      "administrator": null,
      "founding_year": null,
      "launchers": "",
      "spacecraft": "",
      "parent": null,
      "image_url": null
    },
    {
      "id": 46,
      "url": "https://lldev.thespacedevs.com/2.0.0/agencies/46/?format=api",
      "name": "National Center of Space Research",
      "featured": false,
      "type": "Government",
      "country_code": "FRA",
      "abbrev": "CNES",
      "description": "The National Center of Space Research, or CNES, is a French National Agency in charge of France's space program. In partnership with the US and Russia, they have put 10 people in space. CNES works in tandem with the larger ESA to develop the Ariane 5 and work on other probes and satellites. They are working with Germany to develop a cheaper and more efficient reusable rocket, which hopefully will be ready to fly by 2026.",
      "administrator": "CEO: François Jacq",
      "founding_year": "1961",
      "launchers": "Ariane 5",
      "spacecraft": "Mars/Venus Express | Rosetta",
      "parent": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cnes_toulouse_e_image_20250722090314.jpg"
    }
  ]
}