EUCOM Organization

Schema representing the organizational structure of the United States European Command and its subordinate components

Federal-GovernmentMilitaryNational DefenseNATOEuropean Security

Properties

Name Type Description
commandId string Unique identifier for the command or component
name string Full official name of the command or organization
abbreviation string Standard military abbreviation
commandType string Type of military command
headquarters string Location of the headquarters
areaOfResponsibility array Geographic areas under the command's responsibility
commander object Current commanding officer
subordinateCommands array List of subordinate component commands
websiteUrl string Official public website URL
missionStatement string Official mission statement of the command
View JSON Schema on GitHub

JSON Schema

eucom-organization-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/united-states-european-command/main/json-schema/eucom-organization-schema.json",
  "title": "EUCOM Organization",
  "description": "Schema representing the organizational structure of the United States European Command and its subordinate components",
  "type": "object",
  "properties": {
    "commandId": {
      "type": "string",
      "description": "Unique identifier for the command or component"
    },
    "name": {
      "type": "string",
      "description": "Full official name of the command or organization"
    },
    "abbreviation": {
      "type": "string",
      "description": "Standard military abbreviation",
      "example": "USEUCOM"
    },
    "commandType": {
      "type": "string",
      "description": "Type of military command",
      "enum": [
        "Unified Combatant Command",
        "Sub-Unified Command",
        "Service Component Command",
        "Functional Component Command",
        "Joint Task Force"
      ]
    },
    "headquarters": {
      "type": "string",
      "description": "Location of the headquarters",
      "example": "Stuttgart, Germany"
    },
    "areaOfResponsibility": {
      "type": "array",
      "description": "Geographic areas under the command's responsibility",
      "items": {
        "type": "string"
      },
      "example": ["Europe", "Russia", "parts of North Africa", "parts of Middle East"]
    },
    "commander": {
      "type": "object",
      "description": "Current commanding officer",
      "properties": {
        "rank": {"type": "string"},
        "name": {"type": "string"},
        "service": {"type": "string"}
      }
    },
    "subordinateCommands": {
      "type": "array",
      "description": "List of subordinate component commands",
      "items": {
        "type": "object",
        "properties": {
          "name": {"type": "string"},
          "abbreviation": {"type": "string"},
          "service": {"type": "string"}
        }
      }
    },
    "websiteUrl": {
      "type": "string",
      "format": "uri",
      "description": "Official public website URL"
    },
    "missionStatement": {
      "type": "string",
      "description": "Official mission statement of the command"
    }
  },
  "required": ["commandId", "name", "commandType"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/eucom-organization"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.