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=180&ordering=name
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=190&ordering=name", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=170&ordering=name", "results": [ { "id": 252, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/252/?format=api", "name": "MEASAT Satellite Systems", "featured": false, "type": "Commercial", "country_code": "MYS", "abbrev": "MEAST", "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": 3, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/3/?format=api", "name": "Mexican Space Agency", "featured": false, "type": "Government", "country_code": "MEX", "abbrev": "AEM", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1037, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1037/?format=api", "name": "Ministry of Aerospace Industry", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": "Chinese governmental entity in charge of space research from July 1988 to June 1993.", "administrator": null, "founding_year": "1988", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 175, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/175/?format=api", "name": "Ministry of Defence of the Russian Federation", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "MOD_RUS", "description": "The Ministry of Defence of the Russian Federation is the governing body of the Russian Armed Forces.", "administrator": "Minister: Gen. Sergey Shoygu", "founding_year": "1717", "launchers": "", "spacecraft": "", "parent": "Russian Federal Space Agency (ROSCOSMOS)", "image_url": null }, { "id": 1036, "url": "https://lldev.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": 24, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/24/?format=api", "name": "Ministry of Transport of the Czech Republic - Space Technologies and Satellite Systems Department", "featured": false, "type": "Government", "country_code": "CZE", "abbrev": "CSO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 213, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/213/?format=api", "name": "Missile Defense Agency", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "MDA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1085, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1085/?format=api", "name": "Mitsubishi Electric Corporation", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "MELCO", "description": "Mitsubishi Electric Corporation is a Japanese multinational electronics and electrical equipment manufacturing company headquartered in Tokyo, Japan. It was established in 1921 as a spin-off from the electrical machinery manufacturing business of Mitsubishi Shipbuilding (current Mitsubishi Heavy Industries) at the Kobe Shipyard. The products from MELCO include elevators and escalators, high-end home appliances, air conditioning, factory automation systems, train systems, electric motors, pumps, semiconductors, digital signage, and satellites.", "administrator": "President & CEO: Kei Uruma", "founding_year": "1921", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 98, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/98/?format=api", "name": "Mitsubishi Heavy Industries", "featured": false, "type": "Commercial", "country_code": "JPN", "abbrev": "MHI", "description": "Mitsubishi Heavy Industries, Ltd. is a Japanese multinational engineering, electrical equipment and electronics company headquartered in Tokyo, Japan. MHI is one of the core companies of the Mitsubishi Group.\r\n\r\nMHI's products include aerospace components, air conditioners, aircraft, automotive components, forklift trucks, hydraulic equipment, machine tools, missiles, power generation equipment, printing machines, ships and space launch vehicles. Through its defense-related activities, it is the world's 23rd-largest defense contractor measured by 2011 defense revenues and the largest based in Japan.", "administrator": "President: Seiji Izumisawa", "founding_year": "1884", "launchers": "H-I, H-II, H-III", "spacecraft": "Kounotori | HTV", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/mitsubishi2520heavy2520industries_image_20200117065724.jpg" } ] }