Agency Instance
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/1104/?format=api
{ "id": 1104, "url": "https://ll.thespacedevs.com/2.2.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, "launch_library_url": null, "total_launch_count": 0, "successful_launches": 0, "consecutive_successful_launches": 0, "failed_launches": 0, "pending_launches": 0, "successful_landings": 0, "failed_landings": 0, "attempted_landings": 0, "consecutive_successful_landings": 0, "info_url": "https://www.tasa.org.tw/", "wiki_url": "https://en.wikipedia.org/wiki/Taiwan_Space_Agency", "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tasa_logo_image_20251225090444.png", "image_url": null, "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/tasa_social_log_image_20251225090419.jpg", "launcher_list": [], "spacecraft_list": [] }