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=170&ordering=featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=180&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=160&ordering=featured", "results": [ { "id": 1028, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1028/?format=api", "name": "Southern Launch", "featured": false, "type": "Private", "country_code": "AUS", "abbrev": "", "description": "Southern Launch is a South Australian launch company specializing in infrastructure and logistics for sub-orbital and orbital launches from Australian launch sites.", "administrator": "CEO: Lloyd Damp", "founding_year": "2017", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 151, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/151/?format=api", "name": "Swedish Space Corp", "featured": false, "type": "Commercial", "country_code": "SWE", "abbrev": "SSC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1082, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1082/?format=api", "name": "Kinéis", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "KIN", "description": "French company operating an Internet of Things (IoT) constellation of nano-satellites following on from the Argos system developed in the 1980s.\r\nIt was founded by the company Collecte Localisation Satellites (CLS) with the support of CNES, the French space agency.", "administrator": "CEO: Alexandre Tisserant", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 132, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/132/?format=api", "name": "Kongsberg Defence & Aerospace", "featured": false, "type": "Commercial", "country_code": "NOR", "abbrev": "KDA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1066, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1066/?format=api", "name": "HyImpulse", "featured": false, "type": "Private", "country_code": "DEU", "abbrev": "HYI", "description": "HyImpulse is a German private space launch enterprise headquartered in Neuenstadt am Kocher and developing a small launch vehicle designed around hybrid-propellant rockets. The company is a DLR spinoff founded in 2018 out of the chemical propulsion center of the German space agency's Lampoldshausen facility.", "administrator": "CEO: Mario Kobald", "founding_year": "2018", "launchers": "SR75 | SL1", "spacecraft": "", "parent": null, "image_url": null }, { "id": 195, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/195/?format=api", "name": "Sandia National Laboratories", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "SNL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1091, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1091/?format=api", "name": "ispace", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "ispace", "description": "ispace Inc. is a publicly traded Japanese company developing robotic spacecraft and other technology to compete for both transportation and exploration mission contracts from space agencies and other private industries. ispace's mission is to enable its clients to discover, map, and use natural lunar resources.", "administrator": "Founder: Takeshi Hakamada", "founding_year": "2010", "launchers": "", "spacecraft": "Hakuto-R", "parent": null, "image_url": null }, { "id": 1101, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1101/?format=api", "name": "HyPrSpace", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "HyPrSpace", "description": "HyPrSpace (Hybrid Propulsion for Space) is a French rocket startup founded in 2019, in Bordeaux.", "administrator": "CEO: Alexandre Mangeot", "founding_year": "2019", "launchers": "Baguette", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/ob-1_mk1_launch_image_20251117104012.jpg" }, { "id": 163, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/163/?format=api", "name": "Russian Aerospace Defence Forces", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "VKO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": "Russian Federal Space Agency (ROSCOSMOS)", "image_url": null }, { "id": 1096, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1096/?format=api", "name": "Infinite Orbits", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "", "description": "Infinite Orbits is a NewSpace company providing in-orbit services.", "administrator": "CEO: Adel Haddoud", "founding_year": "2017", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }