EVE Online · Schema

get_alliances_alliance_id_ok

200 ok object

AuthenticationAuthorizationGamingImageMMORESTSSOStatic Data

Properties

Name Type Description
creator_corporation_id integer ID of the corporation that created the alliance
creator_id integer ID of the character that created the alliance
date_founded string date_founded string
executor_corporation_id integer the executor corporation ID, if this alliance is not closed
faction_id integer Faction ID this alliance is fighting for, if this alliance is enlisted in factional warfare
name string the full name of the alliance
ticker string the short name of the alliance
View JSON Schema on GitHub

JSON Schema

eve-online-alliance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/json-schema/eve-online-alliance-schema.json",
  "title": "get_alliances_alliance_id_ok",
  "description": "200 ok object",
  "type": "object",
  "required": [
    "name",
    "creator_id",
    "creator_corporation_id",
    "ticker",
    "date_founded"
  ],
  "properties": {
    "creator_corporation_id": {
      "type": "integer",
      "format": "int32",
      "description": "ID of the corporation that created the alliance",
      "title": "get_alliances_alliance_id_creator_corporation_id"
    },
    "creator_id": {
      "type": "integer",
      "format": "int32",
      "description": "ID of the character that created the alliance",
      "title": "get_alliances_alliance_id_creator_id"
    },
    "date_founded": {
      "type": "string",
      "format": "date-time",
      "description": "date_founded string",
      "title": "get_alliances_alliance_id_date_founded"
    },
    "executor_corporation_id": {
      "type": "integer",
      "format": "int32",
      "description": "the executor corporation ID, if this alliance is not closed",
      "title": "get_alliances_alliance_id_executor_corporation_id"
    },
    "faction_id": {
      "type": "integer",
      "format": "int32",
      "description": "Faction ID this alliance is fighting for, if this alliance is enlisted in factional warfare",
      "title": "get_alliances_alliance_id_faction_id"
    },
    "name": {
      "type": "string",
      "description": "the full name of the alliance",
      "title": "get_alliances_alliance_id_name"
    },
    "ticker": {
      "type": "string",
      "description": "the short name of the alliance",
      "title": "get_alliances_alliance_id_ticker"
    }
  }
}

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/eve-online-alliance"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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