Agency Instance
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/184/?format=api
{ "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, "launch_library_url": null, "total_launch_count": 5, "successful_launches": 5, "consecutive_successful_launches": 5, "failed_launches": 0, "pending_launches": 0, "successful_landings": 0, "failed_landings": 0, "attempted_landings": 0, "consecutive_successful_landings": 0, "info_url": "https://english.casic.cn/", "wiki_url": "https://en.wikipedia.org/wiki/China_Aerospace_Science_and_Industry_Corporation", "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china2520aerospace2520science2520and2520industry2520corporation_logo_20201111180047.png", "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/china_aerospace_image_20201111143053.png", "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/255bauto255d__image_20251213035232.jpg", "launcher_list": [ { "id": 125, "launch_library_id": 157, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/125/?format=api", "name": "Kaituozhe", "description": "", "family": "Kaituozhe", "full_name": "Kaituozhe-2", "variant": "2", "alias": "", "min_stage": null, "max_stage": null, "length": null, "diameter": null, "maiden_flight": "2017-03-02", "launch_mass": null, "leo_capacity": null, "gto_capacity": null, "to_thrust": null, "apogee": null, "vehicle_range": null, "image_url": null, "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Kaituozhe-1", "consecutive_successful_launches": 1, "successful_launches": 1, "failed_launches": 0, "pending_launches": 0 }, { "id": 326, "launch_library_id": null, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/326/?format=api", "name": "Kaituozhe-1", "description": "A small solid fueled launch vehicle based on the road mobile DF-21 IRBM with an additional upper stage.", "family": "Kaituozhe", "full_name": "Kaituozhe-1", "variant": "1", "alias": "", "min_stage": 4, "max_stage": 4, "length": 18.0, "diameter": 2.0, "maiden_flight": "2001-09-15", "launch_mass": 20, "leo_capacity": 100, "gto_capacity": null, "to_thrust": null, "apogee": null, "vehicle_range": null, "image_url": null, "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Kaituozhe_(rocket_family)#Kaituozhe-1", "consecutive_successful_launches": 0, "successful_launches": 0, "failed_launches": 3, "pending_launches": 0 }, { "id": 65, "launch_library_id": 84, "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/65/?format=api", "name": "Kuaizhou", "description": "", "family": "Kuaizhou", "full_name": "Kuaizhou", "variant": "", "alias": "", "min_stage": 1, "max_stage": 4, "length": 11.0, "diameter": 1.4, "maiden_flight": "2013-09-25", "launch_mass": 20, "leo_capacity": 0, "gto_capacity": 0, "to_thrust": null, "apogee": 1000, "vehicle_range": null, "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kuaizhou-1_lift_image_20240411121350.jpg", "info_url": null, "wiki_url": "https://en.wikipedia.org/wiki/Kuaizhou", "consecutive_successful_launches": 2, "successful_launches": 2, "failed_launches": 0, "pending_launches": 0 } ], "spacecraft_list": [] }