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=230&ordering=-featured
{ "count": 348, "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=240&ordering=-featured", "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=220&ordering=-featured", "results": [ { "id": 1032, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1032/?format=api", "name": "Islamic Revolutionary Guard Corps Aerospace Force", "featured": false, "type": "Government", "country_code": "IRN", "abbrev": "IRGCAF", "description": "The Islamic Revolutionary Guard Corps Aerospace Force is the strategic missile, air, and space force within the Islamic Revolutionary Guard Corps of Iran. It was renamed from the IRGC Air Force into the IRGC Aerospace Force in 2009.", "administrator": "Brigadier General: Ali Jafarabadi", "founding_year": "1985", "launchers": "Qased", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1065, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1065/?format=api", "name": "QPS Research Institute", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "iQPS", "description": "iQPS has developed “QPS-SAR”,a high-resolution small radar satellite and provides high-resolution and high-quality SAR images that enable observations of designated targets, even at night and/or in bad weather.", "administrator": "President: Shunsuke Onishi", "founding_year": "2005", "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": 1095, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1095/?format=api", "name": "ISISPACE", "featured": false, "type": "Private", "country_code": "NLD", "abbrev": "ISISPACE", "description": "ISISPACE (Innovative Solutions In Space) is a Dutch NewSpace company based in Delft dedicated to the design, manufacture and operation of CubeSats.", "administrator": "CEO: Jeroen Rotteveel", "founding_year": "2006", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 193, "url": "https://ll.thespacedevs.com/2.0.0/agencies/193/?format=api", "name": "Russian Space Forces", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "VKS", "description": "The Russian Space Forces are a branch of the Russian Aerospace Forces, that provides aerospace warning, air sovereignty, and protection for Russia. Having been reestablished following August 1, 2015 merger between the Russian Air Force and the Russian Aerospace Defence Forces after a 2011 dissolving of the branch. The Russian Space Forces were originally formed on August 10, 1992 and the creation of the Russian Armed Forces.", "administrator": "Commander: Aleksandr Golovko", "founding_year": "1992", "launchers": "", "spacecraft": "", "parent": "Russian Federal Space Agency (ROSCOSMOS)", "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/russian2520space2520forces_image_20191210085547.png" }, { "id": 1062, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1062/?format=api", "name": "Viasat", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "VSAT", "description": "Viasat is an American communications company based in Carlsbad, California, with additional operations across the United States and worldwide. Viasat is a provider of high-speed satellite broadband services and secure networking systems covering military and commercial markets.", "administrator": "CEO: Mark D. Dankberg", "founding_year": "1986", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 146, "url": "https://ll.thespacedevs.com/2.0.0/agencies/146/?format=api", "name": "Canadian Arrow", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "Canadian Arrow", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 256, "url": "https://ll.thespacedevs.com/2.0.0/agencies/256/?format=api", "name": "Mexican Satellite System", "featured": false, "type": "Government", "country_code": "MEX", "abbrev": "MEXSAT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 133, "url": "https://ll.thespacedevs.com/2.0.0/agencies/133/?format=api", "name": "Aerojet", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Aerojet", "description": "An American Propulsion and Rocket manufacturer founded in 1942 that worked on major projects for NASA such as the Apollo CM main engine, the Space Shuttle Orbital Maneuvering System, and engines for the Titan Rockets the launched the likes of Voyager. They merged with Rocketdyne in 2013.", "administrator": null, "founding_year": "1942", "launchers": "Aerobee | Aerojet General X-8", "spacecraft": "None", "parent": null, "image_url": null }, { "id": 106, "url": "https://ll.thespacedevs.com/2.0.0/agencies/106/?format=api", "name": "General Dynamics", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GD", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }