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=100&ordering=featured
{ "count": 348, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=110&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=90&ordering=featured", "results": [ { "id": 1001, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1001/?format=api", "name": "EXOS Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "EXOS", "description": "Exos Aerospace Systems & Technologies is an aerospace manufacturer and developer of reusable launch systems intended to support unmanned orbital spaceflight launches, and is based in Caddo Mills, Texas.", "administrator": "President: David Mitchell", "founding_year": "2014", "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/exos2520aerospace_image_20190629155318.jpg" }, { "id": 1054, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1054/?format=api", "name": "Defense Advanced Research Projects Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "DARPA", "description": "The Defense Advanced Research Projects Agency (DARPA) is a research and development agency of the United States Department of Defense responsible for the development of emerging technologies for use by the military.", "administrator": "Director: Stefanie Tompkins", "founding_year": "1958", "launchers": "", "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": 94, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/94/?format=api", "name": "IHI Corporation", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "IHI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 196, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/196/?format=api", "name": "Land Launch", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "LL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1062, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1062/?format=api", "name": "Viasat", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "VSAT", "description": "Viasat is an American communications company based in Carlsbad, California, with additional operations across the United States and worldwide. Viasat is a provider of high-speed satellite broadband services and secure networking systems covering military and commercial markets.", "administrator": "CEO: Mark D. Dankberg", "founding_year": "1986", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 261, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/261/?format=api", "name": "Korean Astronaut Program", "featured": false, "type": "Government", "country_code": "KOR", "abbrev": "KAP", "description": "The Korean Astronaut Program was an initiative by the South Korean government to send the first Korean into space via the Russian space program. In 2008, Yi So-yeon became the first and only Korean to go to space for 10 days.", "administrator": null, "founding_year": "2006", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1078, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1078/?format=api", "name": "International Institute for Aeronautical Sciences", "featured": false, "type": "Multinational", "country_code": "???", "abbrev": "IIAS", "description": "An international research institute specializing in aeronomy, bioastronautics, operational science, and flight test engineering.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1070, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1070/?format=api", "name": "PT Pasifik Satelit Nusantara", "featured": false, "type": "Private", "country_code": "IDN", "abbrev": "PSN", "description": "PT Pasifik Satelit Nusantara (PSN) is a private Indonesian satellite telecommunications company.\r\n\r\nIt was formed in 1991 and was the first satellite-based telecommunications company in Indonesia. In 1995, a collaboration started what was to become ACeS (Asia Cellular Satellite system). In 1998, a WAN-based service for corporate customers was introduced.", "administrator": "CEO: Adi Rahman Adiwoso", "founding_year": "1991", "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 } ] }