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/1040/?format=api
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
  "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,
  "launch_library_url": null,
  "total_launch_count": 12,
  "successful_launches": 11,
  "consecutive_successful_launches": 6,
  "failed_launches": 1,
  "pending_launches": 1,
  "successful_landings": 0,
  "failed_landings": 0,
  "attempted_landings": 0,
  "consecutive_successful_landings": 0,
  "info_url": "https://cas-space.com/",
  "wiki_url": "https://en.wikipedia.org/wiki/CAS_Space",
  "logo_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cas2520space_logo_20220727081352.png",
  "image_url": null,
  "nation_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/cas2520space_nation_20230604193435.png",
  "launcher_list": [
    {
      "id": 483,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/483/?format=api",
      "name": "Kinetica 1",
      "description": "Kinetica 1 (also known as Lijian-1, Chinese: 力箭一号) is a Chinese solid-propellant light launch vehicle. It is capable of placing about 2 tons into low earth orbit and 1.5 tons into sun-synchronous orbit. It is developed by CAS Space, a subsidiary of the Chinese Academy of Sciences. Kinetica 1 is a light launcher whose first stage seems to be derived from the DF-31 long-range intercontinental ballistic missile. It is 30 m high and has a diameter of 2.65 m, with a liftoff mass of 135 t. It's the largest Chinese solid propellant launcher to date, with four stages with a thrust of 200, 100, 50 and 10 tons respectively. The fairing has a diameter of 3.35 meters.",
      "family": "",
      "full_name": "Kinetica 1",
      "variant": "",
      "alias": "",
      "min_stage": 4,
      "max_stage": 4,
      "length": 30.0,
      "diameter": 2.65,
      "maiden_flight": "2022-07-27",
      "launch_mass": 135,
      "leo_capacity": 2000,
      "gto_capacity": null,
      "to_thrust": 1961,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/zhongke-1a_image_20220912002218.png",
      "info_url": "https://en.cas-space.com/index/index/technology",
      "wiki_url": null,
      "consecutive_successful_launches": 5,
      "successful_launches": 10,
      "failed_launches": 1,
      "pending_launches": 1
    },
    {
      "id": 541,
      "launch_library_id": null,
      "url": "https://lldev.thespacedevs.com/2.0.0/config/launcher/541/?format=api",
      "name": "Kinetica 2",
      "description": "",
      "family": "",
      "full_name": "Kinetica 2",
      "variant": "",
      "alias": "PR-2",
      "min_stage": 2,
      "max_stage": 2,
      "length": 52.0,
      "diameter": 3.35,
      "maiden_flight": "2026-03-30",
      "launch_mass": 625,
      "leo_capacity": 12000,
      "gto_capacity": null,
      "to_thrust": 7515,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-dev.nyc3.digitaloceanspaces.com/media/images/kinetica_2_firs_image_20260330153456.jpg",
      "info_url": null,
      "wiki_url": "https://en.wikipedia.org/wiki/CAS_Space#Kinetica_2,_and_2H",
      "consecutive_successful_launches": 1,
      "successful_launches": 1,
      "failed_launches": 0,
      "pending_launches": 0
    }
  ],
  "spacecraft_list": []
}