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=230&ordering=-featured
{ "count": 347, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=240&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=220&ordering=-featured", "results": [ { "id": 1080, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1080/?format=api", "name": "Orienspace Technology", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "OrienSpace", "description": "Galactic Energy is a private aerospace company headquartered in Yantai, Shandong, China, established in 2020. The company is developing the Gravity Series of satellite launch vehicles.", "administrator": null, "founding_year": "2020", "launchers": "Gravity-1", "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": 5, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/5/?format=api", "name": "Asia Pacific Multilateral Cooperation in Space Technology and Applications", "featured": false, "type": "Multinational", "country_code": "CHN,PAK,THA", "abbrev": "AP-MCSTA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 38, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/38/?format=api", "name": "National Space Agency (KazCosmos)", "featured": false, "type": "Government", "country_code": "KAZ", "abbrev": "NSA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 208, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/208/?format=api", "name": "Telesat", "featured": false, "type": "Commercial", "country_code": "CAN", "abbrev": "TELE", "description": "Telesat, formerly Telesat Canada, is a Canadian satellite communications company founded on May 2, 1969.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 61, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/61/?format=api", "name": "Romanian Space Agency", "featured": false, "type": "Government", "country_code": "ROU", "abbrev": "ASR", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 166, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/166/?format=api", "name": "US Navy", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "USN", "description": "The Navy was competed with the Army to put the first American satellite into orbit. Their first two Vanguard missions failed, with the second being a highly publicized failure, as it exploded on the launchpad. They went on to put 3 satellites into orbit but did not beat the Army to be the first. Their work in space continues today largely on military satellites.", "administrator": null, "founding_year": "1963", "launchers": "", "spacecraft": "Vanguard 1-3 | Parker Solar Probe", "parent": null, "image_url": null }, { "id": 179, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/179/?format=api", "name": "Orbital ATK", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "OA", "description": "Orbital ATK Inc. was an American aerospace manufacturer and defense industry company. It was formed in 2015 from the merger of Orbital Sciences Corporation and parts of Alliant Techsystems. Orbital ATK was purchased by Northrop Grumman in 2018.", "administrator": "President: David W. Thompson", "founding_year": "2015", "launchers": "Antares | Minotaur | Pegasus", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/orbital2520atk_image_20190207032453.jpeg" }, { "id": 282, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/282/?format=api", "name": "Aevum", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "AEV", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1087, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1087/?format=api", "name": "Korea Advanced Institute of Science and Technology", "featured": false, "type": "Educational", "country_code": "KOR", "abbrev": "KAIST", "description": "The Korea Advanced Institute of Science and Technology (KAIST) is a national research university located in Daedeok Innopolis, Daejeon, South Korea. KAIST was established by the Korean government in 1971 as the nation's first public, research-oriented science and engineering institution.", "administrator": "President: Lee Kwang-hyung", "founding_year": "1971", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }