EVE Online · Schema

get_corporations_corporation_id_ok

200 ok object

AuthenticationAuthorizationGamingImagesMMOOAuth2RESTSSOStatic Data

Properties

Name Type Description
alliance_id integer ID of the alliance that corporation is a member of, if any
ceo_id integer ceo_id integer
creator_id integer creator_id integer
date_founded string date_founded string
description string description string
faction_id integer faction_id integer
home_station_id integer home_station_id integer
member_count integer member_count integer
name string the full name of the corporation
shares integer shares integer
tax_rate number tax_rate number
ticker string the short name of the corporation
url string url string
war_eligible boolean war_eligible boolean
View JSON Schema on GitHub

JSON Schema

eve-online-corporation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/json-schema/eve-online-corporation-schema.json",
  "title": "get_corporations_corporation_id_ok",
  "description": "200 ok object",
  "type": "object",
  "required": [
    "name",
    "ticker",
    "member_count",
    "ceo_id",
    "tax_rate",
    "creator_id"
  ],
  "properties": {
    "alliance_id": {
      "type": "integer",
      "format": "int32",
      "description": "ID of the alliance that corporation is a member of, if any",
      "title": "get_corporations_corporation_id_alliance_id"
    },
    "ceo_id": {
      "type": "integer",
      "format": "int32",
      "description": "ceo_id integer",
      "title": "get_corporations_corporation_id_ceo_id"
    },
    "creator_id": {
      "type": "integer",
      "format": "int32",
      "description": "creator_id integer",
      "title": "get_corporations_corporation_id_creator_id"
    },
    "date_founded": {
      "type": "string",
      "format": "date-time",
      "description": "date_founded string",
      "title": "get_corporations_corporation_id_date_founded"
    },
    "description": {
      "type": "string",
      "description": "description string",
      "title": "get_corporations_corporation_id_description"
    },
    "faction_id": {
      "type": "integer",
      "format": "int32",
      "description": "faction_id integer",
      "title": "get_corporations_corporation_id_faction_id"
    },
    "home_station_id": {
      "type": "integer",
      "format": "int32",
      "description": "home_station_id integer",
      "title": "get_corporations_corporation_id_home_station_id"
    },
    "member_count": {
      "type": "integer",
      "format": "int32",
      "description": "member_count integer",
      "title": "get_corporations_corporation_id_member_count"
    },
    "name": {
      "type": "string",
      "description": "the full name of the corporation",
      "title": "get_corporations_corporation_id_name"
    },
    "shares": {
      "type": "integer",
      "format": "int64",
      "description": "shares integer",
      "title": "get_corporations_corporation_id_shares"
    },
    "tax_rate": {
      "type": "number",
      "format": "float",
      "minimum": 0,
      "maximum": 1,
      "description": "tax_rate number",
      "title": "get_corporations_corporation_id_tax_rate"
    },
    "ticker": {
      "type": "string",
      "description": "the short name of the corporation",
      "title": "get_corporations_corporation_id_ticker"
    },
    "url": {
      "type": "string",
      "description": "url string",
      "title": "get_corporations_corporation_id_url"
    },
    "war_eligible": {
      "type": "boolean",
      "description": "war_eligible boolean",
      "title": "get_corporations_corporation_id_war_eligible"
    }
  }
}