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=170&ordering=-id
{ "count": 346, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=180&ordering=-id", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=160&ordering=-id", "results": [ { "id": 192, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/192/?format=api", "name": "Lockheed Space Operations Company", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "LSOC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 191, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/191/?format=api", "name": "United Space Alliance", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "USA", "description": "United Space Alliance (USA) is a spaceflight operations company. USA is a joint venture which was established in August 1995 as a Limited Liability Company (LLC), equally owned by Boeing and Lockheed Martin.", "administrator": null, "founding_year": "1995", "launchers": "Space Shuttle", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/united2520space2520alliance_image_20190830220958.jpg" }, { "id": 190, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/190/?format=api", "name": "Antrix Corporation Limited", "featured": false, "type": "Commercial", "country_code": "IND", "abbrev": "ACL", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 189, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/189/?format=api", "name": "China Aerospace Corporation", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASC", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 188, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/188/?format=api", "name": "Gilmour Space Technologies", "featured": false, "type": "Private", "country_code": "AUS,SGP", "abbrev": "GST", "description": "Gilmour Space Technologies is a venture-funded Australian space company headquartered in Queensland, Australia that is developing hybrid-engine rockets and associated technology to support the development of a low-cost space launch vehicle.", "administrator": "CEO: Adam Gilmour", "founding_year": "2013", "launchers": "Eris", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/eris_on_the_lau_image_20250227073032.jpg" }, { "id": 187, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/187/?format=api", "name": "GK Launch Services", "featured": false, "type": "Commercial", "country_code": "RUS", "abbrev": "GKLS", "description": "GK Launch Services is a company established by Glavkosmos (a subsidiary of Roscosmos State Space Corporation) and International Space Company Kosmotras. GK Launch Services is an operator of Soyuz-2 commercial launches from the Russian spaceports.", "administrator": "CEO: Alexander V. Serkin", "founding_year": "2017", "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/gk_launch_servi_image_20210321182205.jpg" }, { "id": 186, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/186/?format=api", "name": "Polish Space Agency", "featured": false, "type": "Government", "country_code": "POL", "abbrev": "POLSA", "description": "", "administrator": "President: Marta Ewa Wachowicz", "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 184, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/184/?format=api", "name": "China Aerospace Science and Industry Corporation", "featured": false, "type": "Government", "country_code": "CHN", "abbrev": "CASIC", "description": "The China Aerospace Science & Industry Corporation Limited (CASIC) is a Chinese state-owned corporation that designs, develops and manufactures a range of spacecrafts, launch vehicles, strategic and tactical missile systems, and ground equipment.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china_aerospace_image_20201111143053.png" }, { "id": 183, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/183/?format=api", "name": "Unknown", "featured": false, "type": "Unknown", "country_code": "???", "abbrev": "UNK", "description": "The agency or launch service provider is not known yet.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 182, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/182/?format=api", "name": "National Space Agency of the Republic of Kazakhstan", "featured": false, "type": "Government", "country_code": "KAZ", "abbrev": "KazCosmos", "description": "The National Space Agency of the Republic of Kazakhstan, or KazCosmos, was founded in 2007. They have launched 3 satellites, 2 of which are still in operation, KazSat-2 and KazSat-3. Their first cosmonaut class had to cosmonauts, one of which, Aidyn Aimbetov, flew aboard the ISS for 10 days. KazCosmos is heavily linked to the Russian Space Agency due to the Russian's primary launch site being Baikonur Cosmodrome, which is located in Kazakhstan.", "administrator": "Administrator: Talgat Musabayev", "founding_year": "2007", "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }