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=220&ordering=-consecutive_successful_landings
{ "count": 347, "next": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=230&ordering=-consecutive_successful_landings", "previous": "https://ll.thespacedevs.com/2.2.0/agencies/?format=api&limit=10&offset=210&ordering=-consecutive_successful_landings", "results": [ { "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": 64, "url": "https://ll.thespacedevs.com/2.2.0/agencies/64/?format=api", "name": "Sri Lanka Space Agency", "featured": false, "type": "Government", "country_code": "LKA", "abbrev": "SLSA", "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" }, { "id": 106, "url": "https://ll.thespacedevs.com/2.2.0/agencies/106/?format=api", "name": "General Dynamics", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "GD", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null }, { "id": 260, "url": "https://ll.thespacedevs.com/2.2.0/agencies/260/?format=api", "name": "Planet Labs", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "PL", "description": "Planet Labs is an American Earth Imaging based in San Francisco, CA that designs and manufactures cubesat's called 'Doves' that are delivered into orbit as secondary payloads. Each cube-sat is equipped with a high-powered telescope that when combined with a constellation can provide a complete image of the Earth.", "administrator": "CEO: Will Marshall", "founding_year": "2010", "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/planet2520labs_image_20190207032455.jpeg", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/planet2520labs_logo_20190207032455.png" }, { "id": 1041, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1041/?format=api", "name": "United States Space Force", "featured": false, "type": "Government", "country_code": "USA", "abbrev": "USSF", "description": "The United States Space Force (USSF) is the space service branch of the U.S. Armed Forces, one of the eight U.S. uniformed services.", "administrator": null, "founding_year": "2019", "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/united2520states2520space2520force_logo_20221102113048.png" }, { "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": 1094, "url": "https://ll.thespacedevs.com/2.2.0/agencies/1094/?format=api", "name": "ATMOS Space Cargo", "featured": false, "type": "Private", "country_code": "DEU", "abbrev": "ATMOS", "description": "ATMOS Space Cargo designs and manufactures space capsules to return cargo from space.", "administrator": "CEO: Sebastian Klaus", "founding_year": "2022", "launchers": "", "spacecraft": "Phoenix", "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": 35, "url": "https://ll.thespacedevs.com/2.2.0/agencies/35/?format=api", "name": "Israeli Space Agency", "featured": false, "type": "Government", "country_code": "ISR", "abbrev": "ISA", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null, "logo_url": null } ] }