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=170&ordering=featured
{ "count": 337, "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=180&ordering=featured", "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=160&ordering=featured", "results": [ { "id": 285, "url": "https://ll.thespacedevs.com/2.0.0/agencies/285/?format=api", "name": "Astra Space", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "AS", "description": "Astra Space is a launch vehicle company based in San Francisco, California, that develops pump-fed, liquid bipropellant propulsion engines for DARPA and NASA as well as their Astra Rocket launch vehicle.", "administrator": "CEO: Chris Kemp", "founding_year": "2005", "launchers": "Rocket 3.3", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/astra2520space_image_20200216210038.jpg" }, { "id": 1031, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1031/?format=api", "name": "Hindustan Aeronautics Limited", "featured": false, "type": "Government", "country_code": "IND", "abbrev": "HAL", "description": "Hindustan Aeronautics Limited is an Indian state-owned aerospace and defence company, headquartered in Bengaluru, India. Established on 23 December 1940, HAL is one of the oldest and largest aerospace and defence manufacturers in the world.", "administrator": "Chairman: R. Madhavan", "founding_year": "1940", "launchers": "", "spacecraft": "Gaganyaan", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/hindustan_aeron_image_20220205093649.png" }, { "id": 1036, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1036/?format=api", "name": "Ministry of Space Industry", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": "Chinese governmental entity in charge of space research from April 1982 to July 1988.", "administrator": null, "founding_year": "1982", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1039, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1039/?format=api", "name": "Magellan Aerospace Corporation", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "MAC", "description": "Magellan Aerospace Corporation is a Canadian manufacturer of aerospace systems and components.", "administrator": "CEO: Phillip Underwood", "founding_year": "1996", "launchers": "Black Brant", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1042, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1042/?format=api", "name": "Skyrora", "featured": false, "type": "Private", "country_code": "GBR", "abbrev": "SKR", "description": "Skyrora Ltd is a private space company based in the United Kingdom since 2017.", "administrator": "CEO: Volodymyr Lvykin", "founding_year": "2017", "launchers": "Skyrora", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1047, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1047/?format=api", "name": "Saudi Space Agency", "featured": false, "type": "Government", "country_code": "SAU", "abbrev": "SSA", "description": "The Saudi Space Agency, previously known as the Saudi Space Commission (SSC), is a Saudi independent government entity established by a royal order on December 27, 2018 and elevated to an agency on June 14, 2023.", "administrator": "CEO: Muhammad al-Tamimi", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1051, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1051/?format=api", "name": "Payload Aerospace S.L.", "featured": false, "type": "Commercial", "country_code": "ESP", "abbrev": "PLD Space", "description": "Payload Aerospace S.L. is a Spanish company developing two partially-reusable launch vehicles called Miura 1 and Miura 5.", "administrator": "CEO: Raúl Torres", "founding_year": "2011", "launchers": "Miura 1 | Miura 5", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1054, "url": "https://ll.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": 1056, "url": "https://ll.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": 1064, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1064/?format=api", "name": "BlackSky", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "BS", "description": "BlackSky is an American private aerospace company specializing in geospatial intelligence services. It operates the BlackSky constellation of Earth-imaging small satellites.", "administrator": "CEO: Brian O’Toole", "founding_year": "2013", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }