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=60&ordering=featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=70&ordering=featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=50&ordering=featured", "results": [ { "id": 197, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/197/?format=api", "name": "Lockheed Martin Space Operations", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "LMSO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 232, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/232/?format=api", "name": "European Organisation for the Exploitation of Meteorological Satellites", "featured": false, "type": "Multinational", "country_code": "FRA,ITA,DEU,ESP,CHE,GBR,AUT,SWE,TUR,BEL,PRT,NLD,HUN,POL,BGR,SVK,DNK,CZE,ROU,NOR,HRV,FIN,GRC,EST,IRL,ISL,LVA,LTU,LUX,SVN", "abbrev": "EUMETSAT", "description": "The European Organisation for the Exploitation of Meteorological Satellites (EUMETSAT) is an intergovernmental organisation created through an international convention agreed by a current total of 30 European Member States.\r\n\r\nEUMETSAT's primary objective is to establish, maintain and exploit European systems of operational meteorological satellites. EUMETSAT is responsible for the launch and operation of the satellites and for delivering satellite data to end-users as well as contributing to the operational monitoring of climate and the detection of global climate changes.", "administrator": null, "founding_year": "1986", "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/eumetsat_hq_image_20250723121241.jpg" }, { "id": 224, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/224/?format=api", "name": "GeoOptics", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GO", "description": "GeoOptics is an environmental data company that aims to deliver a wealth of information about the changing planet to users in near real time.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 229, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/229/?format=api", "name": "Eutelsat", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "EUTEL", "description": "Eutelsat S.A. is a French satellite operator. Providing coverage over the entire European continent, the Middle East, Africa, Asia and the Americas.", "administrator": "CEO: Eva Berneke", "founding_year": "1977", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 254, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/254/?format=api", "name": "British Satellite Broadcasting", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "BSB", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 256, "url": "https://lldev.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": 271, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/271/?format=api", "name": "Army Ballistic Missile Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "ABMA", "description": "The Army Ballistic Missile Agency was formed to develop the U.S. Army's first large ballistic missile. The agency was established at Redstone Arsenal on 1 February 1956, and commanded by Major General John B. Medaris with Wernher von Braun as technical director.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 133, "url": "https://lldev.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": 104, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/104/?format=api", "name": "SPAR Aerospace", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "SPAR", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 198, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/198/?format=api", "name": "Mohammed bin Rashid Space Centre", "featured": false, "type": "Government", "country_code": "ARE", "abbrev": "MBRSC", "description": "The Mohammed bin Rashid Space Centre is a Dubai government organisation working on the UAE space programme, which includes various space satellite projects, the Emirates Mars Mission, the Emirates Lunar Mission, and the UAE astronaut programme.", "administrator": "DG: Salem Humaid AlMarri", "founding_year": "2006", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }