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": 348, "next": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=100&ordering=-featured", "previous": "https://lldev.thespacedevs.com/2.0.0/agencies/?format=api&limit=10&offset=80&ordering=-featured", "results": [ { "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 }, { "id": 1104, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1104/?format=api", "name": "Taiwan Space Agency", "featured": false, "type": "Government", "country_code": "TWN", "abbrev": "TASA", "description": "The Taiwan Space Agency (abbreviated TASA), formerly the National Space Organization (NSPO) from 1991 to 2023, is the national civilian space agency of Taiwan, under the auspices of the National Science and Technology Council. TASA is involved in the development of space technologies and related research.", "administrator": "Director General: Wu Jong-shinn", "founding_year": "1991", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1040, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/1040/?format=api", "name": "CAS Space", "featured": false, "type": "Commercial", "country_code": "CHN", "abbrev": "CAS", "description": "CAS Space is a spin-off company from the Chinese Academy of Sciences (CAS) that is operating and plans to operate various launch vehicles of the Zhongke series.", "administrator": null, "founding_year": "2018", "launchers": "Zhongke", "spacecraft": "", "parent": null, "image_url": null }, { "id": 1046, "url": "https://lldev.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-dev.nyc3.digitaloceanspaces.com/media/images/spectrum_on_the_image_20250321072643.jpeg" }, { "id": 198, "url": "https://lldev.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": 19, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/19/?format=api", "name": "Centre for Remote Imaging, Sensing and Processing", "featured": false, "type": "Educational", "country_code": "SGP", "abbrev": "CRISP", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 89, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/89/?format=api", "name": "Fairchild Space and Electronics Division", "featured": false, "type": "Commercial", "country_code": "USA", "abbrev": "FSED", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 240, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/240/?format=api", "name": "Optus", "featured": false, "type": "Commercial", "country_code": "AUS", "abbrev": "OPT", "description": null, "administrator": null, "founding_year": null, "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 70, "url": "https://lldev.thespacedevs.com/2.0.0/agencies/70/?format=api", "name": "Space Research Institute of Saudi Arabia", "featured": false, "type": "Government", "country_code": "SAU", "abbrev": "KACST-SRI", "description": "The Space Research Institute of Saudi Arabia is committed to space research for Suadi Arabia. Their space agency is chaired by Sultan bin Salman Al Saud, the first and only Saudi man to go to space aboard the STS-51-G for 7 days.", "administrator": "Chairman: Sultan bin Salman Al Saud", "founding_year": "2018", "launchers": "", "spacecraft": "", "parent": null, "image_url": null }, { "id": 259, "url": "https://lldev.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 } ] }