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

{
  "id": 1083,
  "url": "https://ll.thespacedevs.com/2.2.0/agencies/1083/?format=api",
  "name": "Space One",
  "featured": false,
  "type": "Commercial",
  "country_code": "JPN",
  "abbrev": "Space One",
  "description": "Space One is a private launch service provider founded in 2018 by Canon Electronics, IHI Aerospace, construction company Shimizu and the government-backed Development Bank of Japan. Their KAIROS launch vehicle is planned for use to launch small satellites",
  "administrator": null,
  "founding_year": "2018",
  "launchers": "KAIROS",
  "spacecraft": "",
  "parent": null,
  "launch_library_url": null,
  "total_launch_count": 3,
  "successful_launches": 0,
  "consecutive_successful_launches": 0,
  "failed_launches": 3,
  "pending_launches": 0,
  "successful_landings": 0,
  "failed_landings": 0,
  "attempted_landings": 0,
  "consecutive_successful_landings": 0,
  "info_url": "https://www.space-one.co.jp/",
  "wiki_url": null,
  "logo_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520one_logo_20240216144545.png",
  "image_url": null,
  "nation_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/space2520one_nation_20240216144545.png",
  "launcher_list": [
    {
      "id": 507,
      "url": "https://ll.thespacedevs.com/2.2.0/config/launcher/507/?format=api",
      "name": "KAIROS",
      "description": "4-stage all solid fuel small satellite launch vehicle from the Japanese company Space One, founded in 2018 by Canon Electronics, IHI Aerospace, construction company Shimizu and the government-backed Development Bank of Japan.",
      "family": "",
      "full_name": "Kii-based Advanced & Instant ROcket System",
      "variant": "",
      "alias": "",
      "min_stage": 4,
      "max_stage": 4,
      "length": 18.0,
      "diameter": 1.35,
      "maiden_flight": "2024-03-13",
      "launch_mass": null,
      "leo_capacity": 250,
      "gto_capacity": null,
      "to_thrust": null,
      "apogee": null,
      "vehicle_range": null,
      "image_url": "https://thespacedevs-prod.nyc3.digitaloceanspaces.com/media/images/kairos_image_20240216144656.jpeg",
      "info_url": "https://www.space-one.co.jp/",
      "wiki_url": null,
      "consecutive_successful_launches": 0,
      "successful_launches": 0,
      "failed_launches": 3,
      "pending_launches": 0
    }
  ],
  "spacecraft_list": []
}