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": 346, "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": 108, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/108/?format=api", "name": "Swales Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 255, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/255/?format=api", "name": "Avanti Communications", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "AVN", "description": null, "administrator": null, "founding_year": null, "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": 260, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/260/?format=api", "name": "Planet Labs", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PL", "description": "Planet Labs is an American Earth Imaging based in San Francisco, CA that designs and manufactures cubesat's called 'Doves' that are delivered into orbit as secondary payloads. Each cube-sat is equipped with a high-powered telescope that when combined with a constellation can provide a complete image of the Earth.", "administrator": "CEO: Will Marshall", "founding_year": "2010", "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/planet2520labs_image_20190207032455.jpeg" }, { "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": 1103, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1103/?format=api", "name": "MaiaSpace", "featured": false, "type": "Private", "country_code": "FRA", "abbrev": "MaiaSpace", "description": "MaiaSpace is a wholly-owned subsidiary of ArianeGroup established in 2022 to develop a small reusable orbital launch vehicle, the Maia rocket.", "administrator": null, "founding_year": "2022", "launchers": "", "spacecraft": "", "parent": "ArianeGroup", "image_url": null }, { "id": 140, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/140/?format=api", "name": "Bigelow Aerospace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Bigelow", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1023, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1023/?format=api", "name": "Space Adventures", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "SA", "description": "Space Adventures, Inc. is an American space tourism company founded in 1998 by Eric C. Anderson. Its offerings include zero-gravity atmospheric flights, orbital spaceflights and other spaceflight-related experiences including cosmonaut training, spacewalk training, and launch tours.", "administrator": "CEO: Eric C. Anderson", "founding_year": "1998", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1099, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1099/?format=api", "name": "Skyroot Aerospace", "featured": false, "type": "Private", "country_code": "IND", "abbrev": "Skyroot", "description": "Indian private launch services provider based in Hyderabad.", "administrator": "CEO: Pawan Kumar Chandana", "founding_year": "2018", "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 } ] }