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=150&ordering=-featured
{ "count": 341, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=160&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=140&ordering=-featured", "results": [ { "id": 1088, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1088/?format=api", "name": "Hungarian Ministry of Foreign Affairs and Trade", "featured": false, "type": "Government", "country_code": "HUN", "abbrev": "", "description": "", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 261, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/261/?format=api", "name": "Korean Astronaut Program", "featured": false, "type": "Government", "country_code": "KOR", "abbrev": "KAP", "description": "The Korean Astronaut Program was an initiative by the South Korean government to send the first Korean into space via the Russian space program. In 2008, Yi So-yeon became the first and only Korean to go to space for 10 days.", "administrator": null, "founding_year": "2006", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1021, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1021/?format=api", "name": "Galactic Energy", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "GE", "description": "Galactic Energy is a private aerospace company headquartered in Beijing, China. Established by senior engineers in 2018, Galactic Energy engages in low-cost commercial space launch business.", "administrator": null, "founding_year": "2018", "launchers": "Ceres-1 | Pallas-1", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg" }, { "id": 1011, "url": "https://lldev.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": 1014, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1014/?format=api", "name": "Martin Marietta", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "MM", "description": "The Martin Marietta Corporation was an American company founded in 1961 through the merger of Glenn L. Martin Company and American-Marietta Corporation. The combined company became a leader in chemicals, aerospace, and electronics. In 1995, it merged with Lockheed Corporation to form Lockheed Martin.", "administrator": null, "founding_year": "1961", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 107, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/107/?format=api", "name": "Surrey Satellite Technology Ltd", "featured": false, "type": "Commercial", "country_code": "GBR", "abbrev": "SSTL", "description": "Surrey Satellite Technology Ltd, or SSTL, is a company involved in the manufacture and operation of small satellites. A spin-off company of the University of Surrey, it is presently wholly owned by Airbus Defence and Space.", "administrator": null, "founding_year": "1985", "launchers": "", "spacecraft": "", "parent": "Airbus Defence and Space", "image_url": null }, { "id": 1048, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1048/?format=api", "name": "Stoke Space", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "Stoke", "description": "Stoke Space Technologies is an American space launch company based in the Seattle suburb of Kent, Washington.", "administrator": "CEO: Andy Lapsa", "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 127, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/127/?format=api", "name": "Robotics Institute", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "RI", "description": null, "administrator": null, "founding_year": null, "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": 1060, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1060/?format=api", "name": "Northstar Earth & Space", "featured": false, "type": "Private", "country_code": "CAN", "abbrev": "Northstar", "description": "NorthStar seeks to empower humanity to preserve our planet through a unique Space and Earth information & intelligence platform using space-based sensors. NorthStar strives to help transform the way governments, industry and institutions assess risk, enforce regulations and make decisions to foster the sustainable development of our planet and deliver a safe and secure near-Earth environment.", "administrator": "Founder: Stewart Bain", "founding_year": "2015", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }