Agency List
API endpoint that allows Agencies to be viewed.
GET: Return a list of all the existing users.
MODE: Normal and Detailed /2.2.0/agencies/?mode=detailed
FILTERS: Parameters - 'featured', 'agency_type', 'country_code' Example - /2.2.0/agencies/?featured=true
SEARCH EXAMPLE: /2.2.0/agencies/?search=nasa
ORDERING: Fields - 'id', 'name', 'featured' Example - /2.2.0/agencies/?ordering=featured
The 'country_code' field is a string of comma separated ISO 3166 alpha-3 codes.
GET /2.2.0/agencies/?format=api&offset=270&ordering=featured
{ "count": 346, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=280&ordering=featured", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=260&ordering=featured", "results": [ { "id": 101, "url": "https://ll.thespacedevs.com/2.2.0/agencies/101/?format=api", "name": "Philco Ford", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PHILCO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 1021, "url": "https://ll.thespacedevs.com/2.2.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-prod.nyc3.digitaloceanspaces.com/media/images/galactic_energy_image_20201106095228.jpeg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/galactic2520energy_logo_20201106095229.png" }, { "id": 194, "url": "https://ll.thespacedevs.com/2.2.0/agencies/194/?format=api", "name": "ExPace", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "EP", "description": "ExPace is a Chinese space rocket company based in Wuhan, Hubei, China. It is a wholly owned subsidiary of missileer China Aerospace Science and Industry Corporation (CASIC), a Chinese state-owned company, and serves as its commercial rocket division. ExPace is focused on small satellite launchers to low Earth orbit.", "administrator": "CEO: Zhang Di", "founding_year": "2016", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 110, "url": "https://ll.thespacedevs.com/2.2.0/agencies/110/?format=api", "name": "TRW", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "TRW", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 263, "url": "https://ll.thespacedevs.com/2.2.0/agencies/263/?format=api", "name": "OneSpace", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "OS", "description": "OneSpace is a Chinese private space launch group based in Beijing, subsidiaries in Chongqing, Shenzhen and Xi'an. OneSpace was founded in 2015.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 131, "url": "https://ll.thespacedevs.com/2.2.0/agencies/131/?format=api", "name": "Andrews Space", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "Andrews Space", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 208, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": null }, { "id": 1087, "url": "https://ll.thespacedevs.com/2.2.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, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kaist_logo_image_20240412170624.png" }, { "id": 143, "url": "https://ll.thespacedevs.com/2.2.0/agencies/143/?format=api", "name": "PlanetSpace", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PlanetSpace", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 259, "url": "https://ll.thespacedevs.com/2.2.0/agencies/259/?format=api", "name": "LandSpace", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "LS", "description": "LandSpace is a Chinese private space launch company based in Beijing. It was founded in 2015 by Tsinghua University alumni Zhang Changwu.", "administrator": "Founder: Zhang Changwu", "founding_year": "2015", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/landspace_logo_20220822100731.png" } ] }