EVE Online · Schema
get_corporations_corporation_id_ok
200 ok object
AuthenticationAuthorizationGamingImageMMORESTSSOStatic 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 |
JSON Schema
{
"$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"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/eve-online-corporation"
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.