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=240&ordering=-name
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=250&ordering=-name", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=230&ordering=-name", "results": [ { "id": 1021, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1021/?format=api", "name": "Galactic Energy", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "GE", "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.", "administrator": null, "founding_year": "2018", "launchers": "Ceres-1 | Pallas-1", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg" }, { "id": 253, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/253/?format=api", "name": "French Armed Forces", "featured": false, "type": "Government", "country_code": "FRA", "abbrev": "FAF", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 90, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/90/?format=api", "name": "Fokker Space & Systems", "featured": false, "type": "Commercial", "country_code": "NLD", "abbrev": "FSS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 265, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/265/?format=api", "name": "Firefly Aerospace", "featured": true, "type": "Commercial", "country_code": "USA", "abbrev": "FA", "description": "Firefly Aerospace is an American private aerospace firm based in Austin, Texas, that develops small and medium-sized launch vehicles for commercial launches to orbit.", "administrator": "CEO: Peter Schumacher", "founding_year": "2014", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 60, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/60/?format=api", "name": "FCT Space Office", "featured": false, "type": "Government", "country_code": "PRT", "abbrev": "FTC SO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 89, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/89/?format=api", "name": "Fairchild Space and Electronics Division", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "FSED", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 194, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/194/?format=api", "name": "ExPace", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "EP", "description": "ExPace is a Chinese space rocket company based in Wuhan, Hubei, China. It is a wholly owned subsidiary of missileer China Aerospace Science and Industry Corporation (CASIC), a Chinese state-owned company, and serves as its commercial rocket division. ExPace is focused on small satellite launchers to low Earth orbit.", "administrator": "CEO: Zhang Di", "founding_year": "2016", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "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": 1081, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1081/?format=api", "name": "Eutelsat OneWeb", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "OneWeb", "description": "Eutelsat OneWeb is a subsidiary of Eutelsat Group providing broadband satellite Internet services in low Earth orbit (LEO). The company is headquartered in London, and has offices in Virginia, US and a satellite manufacturing facility in Florida – Airbus OneWeb Satellites – that is a joint venture with Airbus Defence and Space.", "administrator": "CEO: Eva Berneke", "founding_year": "2012", "launchers": "", "spacecraft": "OneWeb Internet", "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 } ] }