EVE Online · Schema
get_characters_character_id_ok
200 ok object
AuthenticationAuthorizationGamingImageMMORESTSSOStatic Data
Properties
| Name | Type | Description |
|---|---|---|
| alliance_id | integer | The character's alliance ID |
| birthday | string | Creation date of the character |
| bloodline_id | integer | bloodline_id integer |
| corporation_id | integer | The character's corporation ID |
| description | string | description string |
| faction_id | integer | ID of the faction the character is fighting for, if the character is enlisted in Factional Warfare |
| gender | string | gender string |
| name | string | name string |
| race_id | integer | race_id integer |
| security_status | number | security_status number |
| title | string | The individual title of the character |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/json-schema/eve-online-character-schema.json",
"title": "get_characters_character_id_ok",
"description": "200 ok object",
"type": "object",
"required": [
"corporation_id",
"birthday",
"name",
"gender",
"race_id",
"bloodline_id"
],
"properties": {
"alliance_id": {
"type": "integer",
"format": "int32",
"description": "The character's alliance ID",
"title": "get_characters_character_id_alliance_id"
},
"birthday": {
"type": "string",
"format": "date-time",
"description": "Creation date of the character",
"title": "get_characters_character_id_birthday"
},
"bloodline_id": {
"type": "integer",
"format": "int32",
"description": "bloodline_id integer",
"title": "get_characters_character_id_bloodline_id"
},
"corporation_id": {
"type": "integer",
"format": "int32",
"description": "The character's corporation ID",
"title": "get_characters_character_id_corporation_id"
},
"description": {
"type": "string",
"description": "description string",
"title": "get_characters_character_id_description"
},
"faction_id": {
"type": "integer",
"format": "int32",
"description": "ID of the faction the character is fighting for, if the character is enlisted in Factional Warfare",
"title": "get_characters_character_id_faction_id"
},
"gender": {
"type": "string",
"enum": [
"female",
"male"
],
"description": "gender string",
"title": "get_characters_character_id_gender"
},
"name": {
"type": "string",
"description": "name string",
"title": "get_characters_character_id_name"
},
"race_id": {
"type": "integer",
"format": "int32",
"description": "race_id integer",
"title": "get_characters_character_id_race_id"
},
"security_status": {
"type": "number",
"format": "float",
"minimum": -10,
"maximum": 10,
"description": "security_status number",
"title": "get_characters_character_id_security_status"
},
"title": {
"type": "string",
"description": "The individual title of the character",
"title": "get_characters_character_id_title"
}
}
}
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-character"
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.