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=260&ordering=featured
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=270&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=250&ordering=featured", "results": [ { "id": 122, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/122/?format=api", "name": "Sea Launch", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "SL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 22, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/22/?format=api", "name": "Committee on Space Research", "featured": false, "type": "Multinational", "country_code": "FRA,USA,ITA,DEU,RUS,CHN,ESP,CHE,IND,GBR,AUT,UKR,PAK,SWE,TUR,BEL,EGY,PRT,BRA,MEX,CAN,NLD,JPN,ISR,ZAF,HUN,IRN,AUS,POL,BGR,SVK,DNK,CZE,ROU,NOR,THA,ARG,ARM,IDN,TWN,FIN,GRC,NGA", "abbrev": "COSPAR", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 23, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/23/?format=api", "name": "Croatian Space Agency", "featured": false, "type": "Government", "country_code": "HRV", "abbrev": "HSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1009, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1009/?format=api", "name": "Institute of Space and Astronautical Science", "featured": false, "type": "Government", "country_code": "JPN", "abbrev": "ISAS", "description": "ISAS is a Japanese national research organization of astrophysics using rockets, astronomical satellites and interplanetary probes which played a major role in Japan's space development.", "administrator": null, "founding_year": null, "launchers": "Lambda", "spacecraft": "", "parent": null, "image_url": null }, { "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": 77, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/77/?format=api", "name": "OHB System", "featured": false, "type": "Commercial", "country_code": "DEU", "abbrev": "OHB", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1012, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1012/?format=api", "name": "Department of Aerospace Science and Technology", "featured": false, "type": "Government", "country_code": "BRA", "abbrev": "", "description": "The Brazilian Department of Science and Aerospace Technology is the national military research center for aviation and space flight. It is subordinated to the Brazilian Air Force (FAB). It coordinates all technical and scientific activities related to the aerospace sector in which there are interests by the Ministry of Defence. It was established in 1953. It currently employs several thousand civilian and military personnel.", "administrator": null, "founding_year": "1953", "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": 14, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/14/?format=api", "name": "Bolivian Space Agency", "featured": false, "type": "Government", "country_code": "BOL", "abbrev": "ABAE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 40, "url": "https://lldev.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 } ] }