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
{ "count": 343, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=290", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=270", "results": [ { "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": 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": 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": 1026, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1026/?format=api", "name": "Spaceflight Launch Services", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Spaceflight", "description": "Spaceflight enables commercial, non-profit organizations and government entities get launched, achieving their mission goals.", "administrator": null, "founding_year": "2011", "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": 1083, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1083/?format=api", "name": "Space One", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "Space One", "description": "Space One is a private launch service provider founded in 2018 by Canon Electronics, IHI Aerospace, construction company Shimizu and the government-backed Development Bank of Japan. Their KAIROS launch vehicle is planned for use to launch small satellites", "administrator": null, "founding_year": "2018", "launchers": "KAIROS", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1049, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1049/?format=api", "name": "Space Pioneer", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "SP", "description": "Space Pioneer is a Chinese private space launch company based in Beijing. It was founded in 2015 by Kang Yonglai.", "administrator": "CEO: Kang Yonglai", "founding_year": "2015", "launchers": "Tianlong", "spacecraft": "", "parent": null, "image_url": null }, { "id": 120, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/120/?format=api", "name": "SpaceQuest, Ltd.", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SQ", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 67, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/67/?format=api", "name": "Space Research and Remote Sensing Organization", "featured": false, "type": "Government", "country_code": "BGD", "abbrev": "SPARRSP", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 68, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/68/?format=api", "name": "Space Research Centre", "featured": false, "type": "Government", "country_code": "POL", "abbrev": "CBK-PAN", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }