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=90&ordering=featured
{ "count": 337, "next": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=100&ordering=featured", "previous": "https://ll.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=80&ordering=featured", "results": [ { "id": 197, "url": "https://ll.thespacedevs.com/2.0.0/agencies/197/?format=api", "name": "Lockheed Martin Space Operations", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "LMSO", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 198, "url": "https://ll.thespacedevs.com/2.0.0/agencies/198/?format=api", "name": "Mohammed bin Rashid Space Centre", "featured": false, "type": "Government", "country_code": "ARE", "abbrev": "MBRSC", "description": "The Mohammed bin Rashid Space Centre is a Dubai government organisation working on the UAE space programme, which includes various space satellite projects, the Emirates Mars Mission, the Emirates Lunar Mission, and the UAE astronaut programme.", "administrator": "DG: Salem Humaid AlMarri", "founding_year": "2006", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 214, "url": "https://ll.thespacedevs.com/2.0.0/agencies/214/?format=api", "name": "Spire Global", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "SPIRE", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 259, "url": "https://ll.thespacedevs.com/2.0.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 }, { "id": 270, "url": "https://ll.thespacedevs.com/2.0.0/agencies/270/?format=api", "name": "Strategic Rocket Forces", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "RVSN RF", "description": "The Strategic Rocket Forces of the Russian Federation are a separate-troops branch of the Russian Armed Forces that control Russia's land-based intercontinental ballistic missiles (ICBMs).", "administrator": null, "founding_year": "1959", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1008, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1008/?format=api", "name": "Société d'étude et de réalisation d'engins balistiques", "featured": false, "type": "Commercial", "country_code": "FRA", "abbrev": "", "description": "Société d'étude et de réalisation d'engins balistiques or SÉREB was a French aviation company. It was created initially to develop two-stage ballistic missiles for nuclear weapons (Force de dissuasion nucléaire française). CNES was formed in 1961, which took over much development of civilian research.", "administrator": null, "founding_year": "1959", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1010, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1010/?format=api", "name": "KB Mashinostroyeniya", "featured": false, "type": "Government", "country_code": "RUS", "abbrev": "", "description": "KB Mashinostroyeniya or KBM for short is a state defence enterprise, scientific and design R&D centre specialised in missile systems located in Kolomna, Moscow region, Russia. Part of Rostec state corporation.", "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1046, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1046/?format=api", "name": "Isar Aerospace", "featured": false, "type": "Private", "country_code": "DEU", "abbrev": "ISAR", "description": "Isar Aerospace is a German aerospace company based in Munich, Germany. The company was founded in 2018.", "administrator": "CEO: Daniel Metzler", "founding_year": "2018", "launchers": "Spectrum", "spacecraft": "", "parent": null, "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg" }, { "id": 1048, "url": "https://ll.thespacedevs.com/2.0.0/agencies/1048/?format=api", "name": "Stoke Space", "featured": false, "type": "Private", "country_code": "USA", "abbrev": "Stoke", "description": "Stoke Space Technologies is an American space launch company based in the Seattle suburb of Kent, Washington.", "administrator": "CEO: Andy Lapsa", "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 109, "url": "https://ll.thespacedevs.com/2.0.0/agencies/109/?format=api", "name": "Turkish Aerospace Industries", "featured": false, "type": "Commercial", "country_code": "TUR", "abbrev": "TAI", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null } ] }