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=280&ordering=featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=290&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=270&ordering=featured", "results": [ { "id": 1069, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1069/?format=api", "name": "Astrobotic Technology", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "Astrobotic", "description": "Astrobotic Technology is an American private company that is developing space robotics technology for lunar and planetary missions.", "administrator": "CEO: John Thornton", "founding_year": "2007", "launchers": "", "spacecraft": "Peregrine", "parent": null, "image_url": null }, { "id": 138, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/138/?format=api", "name": "Snecma", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "Snecma", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 35, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/35/?format=api", "name": "Israeli Space Agency", "featured": false, "type": "Government", "country_code": "ISR", "abbrev": "ISA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1086, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1086/?format=api", "name": "NASA Goddard Space Flight Center", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "GSFC", "description": "The Goddard Space Flight Center (GSFC) is a major NASA space research laboratory located northeast of Washington, D.C. in Greenbelt, Maryland, United States.", "administrator": "Director: Makenzie Lystrup", "founding_year": "1959", "launchers": "", "spacecraft": "", "parent": "National Aeronautics and Space Administration", "image_url": null }, { "id": 99, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/99/?format=api", "name": "Northrop Grumman Space Technology", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "NOC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "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 } ] }