EVE Online · JSON Structure

Eve Online Alliance Structure

200 ok object

Type: object Properties: 7 Required: 5
AuthenticationAuthorizationGamingImageMMORESTSSOStatic Data

get_alliances_alliance_id_ok is a JSON Structure definition published by EVE Online, describing 7 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

creator_corporation_id creator_id date_founded executor_corporation_id faction_id name ticker

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://api-evangelist.com/json-structure/eve-online-alliance-structure.json",
  "name": "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": "int32",
      "description": "ID of the corporation that created the alliance",
      "name": "get_alliances_alliance_id_creator_corporation_id"
    },
    "creator_id": {
      "type": "int32",
      "description": "ID of the character that created the alliance",
      "name": "get_alliances_alliance_id_creator_id"
    },
    "date_founded": {
      "type": "datetime",
      "description": "date_founded string",
      "name": "get_alliances_alliance_id_date_founded"
    },
    "executor_corporation_id": {
      "type": "int32",
      "description": "the executor corporation ID, if this alliance is not closed",
      "name": "get_alliances_alliance_id_executor_corporation_id"
    },
    "faction_id": {
      "type": "int32",
      "description": "Faction ID this alliance is fighting for, if this alliance is enlisted in factional warfare",
      "name": "get_alliances_alliance_id_faction_id"
    },
    "name": {
      "type": "string",
      "description": "the full name of the alliance",
      "name": "get_alliances_alliance_id_name"
    },
    "ticker": {
      "type": "string",
      "description": "the short name of the alliance",
      "name": "get_alliances_alliance_id_ticker"
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/eve-online-alliance-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.