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=320&ordering=featured
{ "count": 346, "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=330&ordering=featured", "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=310&ordering=featured", "results": [ { "id": 27, "url": "https://ll.thespacedevs.com/2.0.0/agencies/27/?format=api", "name": "European Space Agency", "featured": false, "type": "Multinational", "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,BEL,PRT,NLD,HUN,POL,DNK,CZE,ROU,NOR,FIN,GRC,EST,IRL,LUX,SVN", "abbrev": "ESA", "description": "The European Space Agency is an intergovernmental organisation of 22 member states. Established in 1975 and headquartered in Paris, France, ESA has a worldwide staff of about 2,000 employees.\r\n\r\nESA's space flight programme includes human spaceflight (mainly through participation in the International Space Station program); the launch and operation of unmanned exploration missions to other planets and the Moon; Earth observation, science and telecommunication; designing launch vehicles; and maintaining a major spaceport, the Guiana Space Centre at Kourou, French Guiana.", "administrator": "Director General: Josef Aschbacher", "founding_year": "1975", "launchers": "Ariane | Vega", "spacecraft": "Space Rider", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/esa_patch_float_image_20250211192109.png" }, { "id": 40, "url": "https://ll.thespacedevs.com/2.0.0/agencies/40/?format=api", "name": "Korean Committee of Space Technology", "featured": false, "type": "Government", "country_code": "PRK", "abbrev": "KCST", "description": "The Korean Committee of Space Technology was the agency of the government of the Democratic People's Republic of Korea (North Korea) responsible for the country's space program. The agency was terminated and succeeded by the National Aerospace Development Administration in 2013 after the Law on Space Development was passed in the 7th session of the 12th Supreme People's Assembly.", "administrator": null, "founding_year": null, "launchers": "Paektusan | Unha", "spacecraft": "", "parent": null, "image_url": null }, { "id": 29, "url": "https://ll.thespacedevs.com/2.0.0/agencies/29/?format=api", "name": "German Aerospace Center", "featured": false, "type": "Government", "country_code": "DEU", "abbrev": "DLR", "description": "The German Aerospace Center is Germany's Center for aerospace, energy, and transportation research. Their main work is as a contributor to the ESA. They have done work both in tandem with the US on Space Shuttle and the ISS, and also with other European Nations on missions like Space Lab and Mars Express.", "administrator": "Administrator: Anke Kaysser-Pyzalla", "founding_year": "1969", "launchers": "", "spacecraft": "Mars Express | Rosetta | Dawn", "parent": null, "image_url": null }, { "id": 65, "url": "https://ll.thespacedevs.com/2.0.0/agencies/65/?format=api", "name": "TUBITAK Space Technologies Research Institute", "featured": false, "type": "Government", "country_code": "TUR", "abbrev": "TUBITAK UZAY", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 30, "url": "https://ll.thespacedevs.com/2.0.0/agencies/30/?format=api", "name": "Hungarian Space Office", "featured": false, "type": "Government", "country_code": "HUN", "abbrev": "HSO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 246, "url": "https://ll.thespacedevs.com/2.0.0/agencies/246/?format=api", "name": "Vietnam Posts and Telecommunications Group", "featured": false, "type": "Commercial", "country_code": "VNM", "abbrev": "VNPT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 33, "url": "https://ll.thespacedevs.com/2.0.0/agencies/33/?format=api", "name": "Instituto Nacional de Técnica Aeroespacial", "featured": false, "type": "Government", "country_code": "ESP", "abbrev": "INTA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 67, "url": "https://ll.thespacedevs.com/2.0.0/agencies/67/?format=api", "name": "Space Research and Remote Sensing Organization", "featured": false, "type": "Government", "country_code": "BGD", "abbrev": "SPARRSP", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1094, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1094/?format=api", "name": "ATMOS Space Cargo", "featured": false, "type": "Private", "country_code": "DEU", "abbrev": "ATMOS", "description": "ATMOS Space Cargo designs and manufactures space capsules to return cargo from space.", "administrator": "CEO: Sebastian Klaus", "founding_year": "2022", "launchers": "", "spacecraft": "Phoenix", "parent": null, "image_url": null }, { "id": 248, "url": "https://ll.thespacedevs.com/2.0.0/agencies/248/?format=api", "name": "ProtoStar", "featured": false, "type": "Commercial", "country_code": "BMU", "abbrev": "PROTO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }