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=140&ordering=featured
{ "count": 347, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=150&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=130&ordering=featured", "results": [ { "id": 270, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/270/?format=api", "name": "Strategic Rocket Forces", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "RVSN RF", "description": "The Strategic Rocket Forces of the Russian Federation are a separate-troops branch of the Russian Armed Forces that control Russia's land-based intercontinental ballistic missiles (ICBMs).", "administrator": null, "founding_year": "1959", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 62, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/62/?format=api", "name": "Royal Centre for Remote Sensing", "featured": false, "type": "Government", "country_code": "MAR", "abbrev": "CRTS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 122, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/122/?format=api", "name": "Sea Launch", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "SL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1082, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1082/?format=api", "name": "Kinéis", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "KIN", "description": "French company operating an Internet of Things (IoT) constellation of nano-satellites following on from the Argos system developed in the 1980s.\r\nIt was founded by the company Collecte Localisation Satellites (CLS) with the support of CNES, the French space agency.", "administrator": "CEO: Alexandre Tisserant", "founding_year": "2018", "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": 186, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/186/?format=api", "name": "Polish Space Agency", "featured": false, "type": "Government", "country_code": "POL", "abbrev": "POLSA", "description": "", "administrator": "President: Marta Ewa Wachowicz", "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1020, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1020/?format=api", "name": "Sierra Nevada Corporation", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SNC", "description": "Sierra Nevada Corporation (SNC) is an American, privately held aerospace and national security contractor specializing in aircraft modification and integration, high performance space components and systems, and commercial solutions. The company contracts with the United States Armed Forces, NASA and private spaceflight companies.", "administrator": "CEO: Fatih Ozmen", "founding_year": "1963", "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/sierra_nevada_c_image_20200821083933.jpeg" }, { "id": 227, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/227/?format=api", "name": "UK Ministry Of Defence", "featured": false, "type": "Government", "country_code": "GBR", "abbrev": "UKMOD", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1027, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1027/?format=api", "name": "Comisión Nacional de Actividades Espaciales", "featured": false, "type": "Government", "country_code": "ARG", "abbrev": "CONAE", "description": "CONAE is the civilian agency of the government of Argentina in charge of the national space programme.", "administrator": null, "founding_year": "1960", "launchers": "Tronador", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1051, "url": "https://lldev.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 } ] }