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=90&ordering=-featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=100&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=80&ordering=-featured", "results": [ { "id": 249, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/249/?format=api", "name": "Echostar", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "ECHO", "description": null, "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": 1010, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1010/?format=api", "name": "KB Mashinostroyeniya", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "", "description": "KB Mashinostroyeniya or KBM for short is a state defence enterprise, scientific and design R&D centre specialised in missile systems located in Kolomna, Moscow region, Russia. Part of Rostec state corporation.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1003, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1003/?format=api", "name": "Aérospatiale", "featured": false, "type": "Government", "country_code": "FRA", "abbrev": "", "description": "Aérospatiale was a French state-owned aerospace manufacturer that built both civilian and military aircraft, rockets and satellites. It was originally known as Société nationale industrielle aérospatiale (SNIAS). Its head office was in the 16th arrondissement of Paris. The name was changed to Aérospatiale during 1970.", "administrator": null, "founding_year": "1970", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 229, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/229/?format=api", "name": "Eutelsat", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "EUTEL", "description": "Eutelsat S.A. is a French satellite operator. Providing coverage over the entire European continent, the Middle East, Africa, Asia and the Americas.", "administrator": "CEO: Eva Berneke", "founding_year": "1977", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 186, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/186/?format=api", "name": "Polish Space Agency", "featured": false, "type": "Government", "country_code": "POL", "abbrev": "POLSA", "description": "", "administrator": "President: Marta Ewa Wachowicz", "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" }, { "id": 250, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/250/?format=api", "name": "HispaSat", "featured": false, "type": "Commercial", "country_code": "ESP", "abbrev": "HISPA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 106, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/106/?format=api", "name": "General Dynamics", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GD", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 224, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/224/?format=api", "name": "GeoOptics", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GO", "description": "GeoOptics is an environmental data company that aims to deliver a wealth of information about the changing planet to users in near real time.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }