Eve Online War Structure
200 ok object
get_wars_war_id_ok is a JSON Structure definition published by EVE Online, describing 10 properties, of which 6 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://api-evangelist.com/json-structure/eve-online-war-structure.json",
"name": "get_wars_war_id_ok",
"description": "200 ok object",
"type": "object",
"required": [
"id",
"declared",
"mutual",
"open_for_allies",
"aggressor",
"defender"
],
"properties": {
"aggressor": {
"type": "object",
"description": "The aggressor corporation or alliance that declared this war, only contains either corporation_id or alliance_id",
"name": "get_wars_war_id_aggressor",
"required": [
"ships_killed",
"isk_destroyed"
],
"properties": {
"alliance_id": {
"type": "int32",
"description": "Alliance ID if and only if the aggressor is an alliance",
"name": "get_wars_war_id_alliance_id"
},
"corporation_id": {
"type": "int32",
"description": "Corporation ID if and only if the aggressor is a corporation",
"name": "get_wars_war_id_corporation_id"
},
"isk_destroyed": {
"type": "float",
"description": "ISK value of ships the aggressor has destroyed",
"name": "get_wars_war_id_isk_destroyed"
},
"ships_killed": {
"type": "int32",
"description": "The number of ships the aggressor has killed",
"name": "get_wars_war_id_ships_killed"
}
}
},
"allies": {
"type": "array",
"description": "allied corporations or alliances, each object contains either corporation_id or alliance_id",
"name": "get_wars_war_id_allies",
"items": {
"type": "object",
"description": "ally object",
"name": "get_wars_war_id_ally",
"properties": {
"alliance_id": {
"type": "int32",
"description": "Alliance ID if and only if this ally is an alliance",
"name": "get_wars_war_id_ally_alliance_id"
},
"corporation_id": {
"type": "int32",
"description": "Corporation ID if and only if this ally is a corporation",
"name": "get_wars_war_id_ally_corporation_id"
}
}
}
},
"declared": {
"type": "datetime",
"description": "Time that the war was declared",
"name": "get_wars_war_id_declared"
},
"defender": {
"type": "object",
"description": "The defending corporation or alliance that declared this war, only contains either corporation_id or alliance_id",
"name": "get_wars_war_id_defender",
"required": [
"ships_killed",
"isk_destroyed"
],
"properties": {
"alliance_id": {
"type": "int32",
"description": "Alliance ID if and only if the defender is an alliance",
"name": "get_wars_war_id_defender_alliance_id"
},
"corporation_id": {
"type": "int32",
"description": "Corporation ID if and only if the defender is a corporation",
"name": "get_wars_war_id_defender_corporation_id"
},
"isk_destroyed": {
"type": "float",
"description": "ISK value of ships the defender has killed",
"name": "get_wars_war_id_defender_isk_destroyed"
},
"ships_killed": {
"type": "int32",
"description": "The number of ships the defender has killed",
"name": "get_wars_war_id_defender_ships_killed"
}
}
},
"finished": {
"type": "datetime",
"description": "Time the war ended and shooting was no longer allowed",
"name": "get_wars_war_id_finished"
},
"id": {
"type": "int32",
"description": "ID of the specified war",
"name": "get_wars_war_id_id"
},
"mutual": {
"type": "boolean",
"description": "Was the war declared mutual by both parties",
"name": "get_wars_war_id_mutual"
},
"open_for_allies": {
"type": "boolean",
"description": "Is the war currently open for allies or not",
"name": "get_wars_war_id_open_for_allies"
},
"retracted": {
"type": "datetime",
"description": "Time the war was retracted but both sides could still shoot each other",
"name": "get_wars_war_id_retracted"
},
"started": {
"type": "datetime",
"description": "Time when the war started and both sides could shoot each other",
"name": "get_wars_war_id_started"
}
}
}
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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/eve-online-war-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 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.