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=270&ordering=-featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=280&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=260&ordering=-featured", "results": [ { "id": 1056, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1056/?format=api", "name": "Space Development Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "SDA", "description": "The Space Development Agency (SDA) is a United States Space Force direct-reporting unit tasked with deploying disruptive space technology. A primary focus is space-based missile defense using large global satellite constellations made up of industry-procured low-cost satellites.", "administrator": "Director: Derek Tournear", "founding_year": "2019", "launchers": "", "spacecraft": "", "parent": "United States Space Force", "image_url": null }, { "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": 101, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/101/?format=api", "name": "Philco Ford", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PHILCO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 167, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/167/?format=api", "name": "Space Florida", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "SF", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 6, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/6/?format=api", "name": "Asia-Pacific Regional Space Agency Forum", "featured": false, "type": "Multinational", "country_code": "FRA,USA,DEU,RUS,CHN,IND,PAK,CAN,JPN,VNM,AUS,KOR,MYS,MNG,NZL,THA,BGD,BRN,BTN,KHM,IDN,LAO,MMR,NPL,PHL,SGP,LKA", "abbrev": "APRSAF", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 105, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/105/?format=api", "name": "SpaceDev", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SPDV", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 110, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/110/?format=api", "name": "TRW", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "TRW", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1033, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1033/?format=api", "name": "Orbex", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "Orbex", "description": "Orbex is an aerospace company based in Scotland providing CubeSat launches to low Earth orbits.", "administrator": "CEO: Martin Coates", "founding_year": "2015", "launchers": "Orbex Prime", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orbex_image_20220511124742.jpg" }, { "id": 50, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/50/?format=api", "name": "National Institute of Aeronautics and Space", "featured": false, "type": "Government", "country_code": "IDN", "abbrev": "LAPAN", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 2, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/2/?format=api", "name": "Aeronautics and Space Research and Diffusion Center", "featured": false, "type": "Government", "country_code": "URY", "abbrev": "CIDA-E", "description": "An Uruguayan Government Space and Aeronautics Research Organization founded in 1975. They study and promote aerospace and space issues along with researching into them. They also advise and collaborate with the Uruguayan Air Force.", "administrator": null, "founding_year": "1975", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }