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=20&ordering=-featured
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=30&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=10&ordering=-featured", "results": [ { "id": 58, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/58/?format=api", "name": "Norwegian Space Centre", "featured": false, "type": "Government", "country_code": "NOR", "abbrev": "NRS", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 7, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/7/?format=api", "name": "Asia-Pacific Space Cooperation Organization", "featured": false, "type": "Multinational", "country_code": "ITA,DEU,CHN,GBR,PAK,TUR,IRN,KOR,MNG,THA,BGD,IDN,PER", "abbrev": "APSCO", "description": "The Asia-Pacific Space Cooperation Organization (APSCO) is an inter-governmental organization operated as a non-profit independent body with full international legal status. It is headquartered in Beijing, People's Republic of China.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 199, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/199/?format=api", "name": "Virgin Orbit", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "VO", "description": "Virgin Orbit is a company within the Virgin Group which plans to provide launch services for small satellites. The company was formed in 2017 to develop the air-launched LauncherOne rocket, launched from Cosmic Girl, which had previously been a project of Virgin Galactic. Based in Long Beach, California, Virgin Orbit has more than 300 employees led by president Dan Hart, a former vice president of government satellite systems at Boeing.\r\n\r\nVirgin Orbit focuses on small satellite launch, which is one of three capabilities being focused on by Virgin Galactic. These capabilities are: human spaceflight operations, small satellite launch, and advanced aerospace design, manufacturing, and test", "administrator": "President: Dan Hart", "founding_year": "2017", "launchers": "LauncherOne", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/virgin2520orbit_image_20200101110056.jpeg" }, { "id": 112, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/112/?format=api", "name": "Yuzhnoye Design Bureau", "featured": false, "type": "Commercial", "country_code": "UKR", "abbrev": "OKB-586", "description": "Yuzhnoye Design Office, located in Dnipro, Ukraine, is a designer of satellites and rockets, and formerly of Soviet intercontinental ballistic missiles (ICBMs) established by Mikhail Yangel in 1951. The Zenit launch vehicle currently launches from Baikonur Cosmodrome but also used to launch from an ocean platform, Odyssey.", "administrator": "Director: Alexander Degtyarev", "founding_year": "1951", "launchers": "Zenit", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/yuzhnoye2520design2520bureau_image_20190207032505.jpeg" }, { "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": 1035, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1035/?format=api", "name": "Seventh Ministry of Machine Building Industry", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": "Chinese governmental entity in charge of space research from November 1964 to April 1982.", "administrator": null, "founding_year": "1964", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 83, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/83/?format=api", "name": "Space Systems/Loral", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SSL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 111, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/111/?format=api", "name": "Progress Rocket Space Center", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "PRSC", "description": "Progress Rocket Space Centre, formerly known as TsSKB-Progress, is a space science and aerospace research company which is known for manufacturing launch vehicles and satellites. Most notably, Progress Rocket Space Centre is the manufacturer of Soyuz launch vehicles.", "administrator": "CEO: Dmitry Baranov", "founding_year": "1996", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 228, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/228/?format=api", "name": "National Space Development Agency of Japan", "featured": false, "type": "Government", "country_code": "JPN", "abbrev": "NASDA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 78, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/78/?format=api", "name": "Thales Alenia Space", "featured": false, "type": "Commercial", "country_code": "FRA,ITA", "abbrev": "THALES", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }