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=220&ordering=-featured
{ "count": 348, "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=230&ordering=-featured", "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=210&ordering=-featured", "results": [ { "id": 227, "url": "https://ll.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": 91, "url": "https://ll.thespacedevs.com/2.0.0/agencies/91/?format=api", "name": "General Electric", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1009, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1009/?format=api", "name": "Institute of Space and Astronautical Science", "featured": false, "type": "Government", "country_code": "JPN", "abbrev": "ISAS", "description": "ISAS is a Japanese national research organization of astrophysics using rockets, astronomical satellites and interplanetary probes which played a major role in Japan's space development.", "administrator": null, "founding_year": null, "launchers": "Lambda", "spacecraft": "", "parent": null, "image_url": null }, { "id": 241, "url": "https://ll.thespacedevs.com/2.0.0/agencies/241/?format=api", "name": "WildBlue", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "WBLU", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 250, "url": "https://ll.thespacedevs.com/2.0.0/agencies/250/?format=api", "name": "HispaSat", "featured": false, "type": "Commercial", "country_code": "ESP", "abbrev": "HISPA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1011, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1011/?format=api", "name": "Moscow Institute of Thermal Technology", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "MITT", "description": "Moscow Institute of Thermal Technology is a Russian (formerly Soviet) engineering and scientific research institute founded on May 13, 1946. The institute is located in the Otradnoye District in the north of Moscow.\r\n\r\nPreviously, it was primarily focused on developing ballistic missiles and rockets to increase the nation's strategic deterrent capability. Today it is also involved in civilian projects and has modified some of its intercontinental ballistic missiles into launch vehicles to be used for satellites.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": "Russian Federal Space Agency (ROSCOSMOS)", "image_url": null }, { "id": 1071, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1071/?format=api", "name": "Synspective", "featured": false, "type": "Private", "country_code": "JPN", "abbrev": "", "description": "Synspective was established with the aim to integrate SAR satellite technology in society through the agility of a start-up company. Synspective derives its name from the company concept of “Synthetic Data for Perspective on Sustainable Development.", "administrator": "CEO: Dr. Motoyuki Arai", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1017, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1017/?format=api", "name": "Science and Engineering Research Council", "featured": false, "type": "Government", "country_code": "GBR", "abbrev": "SERC", "description": "The Science and Engineering Research Council (SERC) and its predecessor the Science Research Council (SRC) were the UK agencies in charge of publicly funded scientific and engineering research activities, including astronomy, biotechnology and biological sciences, space research and particle physics, between 1965 and 1994.", "administrator": null, "founding_year": "1965", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1050, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1050/?format=api", "name": "Italian Air Force", "featured": false, "type": "Government", "country_code": "ITA", "abbrev": "IAF", "description": "The Italian Air Force is the air force of the Italian Republic. The Italian Air Force was founded as an independent service arm on 28 March 1923 by King Victor Emmanuel III as the Regia Aeronautica (\"Royal Air Force\"). After World War II, when Italy became a republic following a referendum, the Regia Aeronautica was given its current name.", "administrator": null, "founding_year": "1923", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 2, "url": "https://ll.thespacedevs.com/2.0.0/agencies/2/?format=api", "name": "Aeronautics and Space Research and Diffusion Center", "featured": false, "type": "Government", "country_code": "URY", "abbrev": "CIDA-E", "description": "An Uruguayan Government Space and Aeronautics Research Organization founded in 1975. They study and promote aerospace and space issues along with researching into them. They also advise and collaborate with the Uruguayan Air Force.", "administrator": null, "founding_year": "1975", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }