Agency List
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=240&ordering=featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=250&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=230&ordering=featured", "results": [ { "id": 45, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/45/?format=api", "name": "National Authority for Remote Sensing and Space Sciences", "featured": false, "type": "Government", "country_code": "EGY", "abbrev": "NARSS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 53, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/53/?format=api", "name": "Uzbek State Space Research Agency (UzbekCosmos)", "featured": false, "type": "Government", "country_code": "UZB", "abbrev": "USSRA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1055, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1055/?format=api", "name": "Bundeswehr", "featured": false, "type": "Government", "country_code": "DEU", "abbrev": "", "description": "The Bundeswehr is the armed forces of the Federal Republic of Germany.", "administrator": "Commander-in-Chief : Federal Minister of Defence", "founding_year": "1955", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1092, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1092/?format=api", "name": "Institute for Q-shu Pioneers of Space", "featured": false, "type": "Private", "country_code": "JPN", "abbrev": "iQPS", "description": "iQPS (Institute for Q-shu Pioneers of Space, Inc.) is a Japanese satellite manufacturer and operator. The company was founded as a spin-off company of Kyushu University in 2005.", "administrator": "CEO: Shunsuke Onishi", "founding_year": "2005", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 68, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/68/?format=api", "name": "Space Research Centre", "featured": false, "type": "Government", "country_code": "POL", "abbrev": "CBK-PAN", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1071, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1071/?format=api", "name": "Synspective", "featured": false, "type": "Private", "country_code": "JPN", "abbrev": "", "description": "Synspective was established with the aim to integrate SAR satellite technology in society through the agility of a start-up company. Synspective derives its name from the company concept of “Synthetic Data for Perspective on Sustainable Development.", "administrator": "CEO: Dr. Motoyuki Arai", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1076, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1076/?format=api", "name": "Rivada Space Networks", "featured": false, "type": "Commercial", "country_code": "DEU", "abbrev": "RivadaSpace", "description": "In March 2022, Rivada announced the formation of Rivada Space Networks GmbH, a wholly owned subsidiary that was land to launch 600 low earth orbit satellites interconnected with laser links to form a single global mesh network in space.", "administrator": "CEO: Declan Ganley", "founding_year": "2022", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1093, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1093/?format=api", "name": "Varda Space Industries", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "Varda", "description": "Varda Space Industries is a privately held American space research company headquartered in El Segundo, California. Founded in January 2021, the company designs, builds, and flies spacecraft that process pharmaceuticals in microgravity. The company targets small molecule crystallization, which is difficult to produce in Earth's gravity, and brings those crystals back to Earth with their atmospheric reentry vehicle.", "administrator": "President: Delian Asparouhov", "founding_year": "2021", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1083, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1083/?format=api", "name": "Space One", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "Space One", "description": "Space One is a private launch service provider founded in 2018 by Canon Electronics, IHI Aerospace, construction company Shimizu and the government-backed Development Bank of Japan. Their KAIROS launch vehicle is planned for use to launch small satellites", "administrator": null, "founding_year": "2018", "launchers": "KAIROS", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1097, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1097/?format=api", "name": "NordSpace", "featured": false, "type": "Private", "country_code": "CAN", "abbrev": "", "description": "Canadian Company developing sub-orbital launchers and satellite parts.", "administrator": "CEO: Rahul Goel", "founding_year": "2022", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }