EVE Online · JSON Structure

Eve Online Character Structure

200 ok object

Type: object Properties: 11 Required: 6
AuthenticationAuthorizationGamingImageMMORESTSSOStatic Data

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

Properties

alliance_id birthday bloodline_id corporation_id description faction_id gender name race_id security_status title

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-character-structure.json",
  "name": "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": "int32",
      "description": "The character's alliance ID",
      "name": "get_characters_character_id_alliance_id"
    },
    "birthday": {
      "type": "datetime",
      "description": "Creation date of the character",
      "name": "get_characters_character_id_birthday"
    },
    "bloodline_id": {
      "type": "int32",
      "description": "bloodline_id integer",
      "name": "get_characters_character_id_bloodline_id"
    },
    "corporation_id": {
      "type": "int32",
      "description": "The character's corporation ID",
      "name": "get_characters_character_id_corporation_id"
    },
    "description": {
      "type": "string",
      "description": "description string",
      "name": "get_characters_character_id_description"
    },
    "faction_id": {
      "type": "int32",
      "description": "ID of the faction the character is fighting for, if the character is enlisted in Factional Warfare",
      "name": "get_characters_character_id_faction_id"
    },
    "gender": {
      "type": "string",
      "enum": [
        "female",
        "male"
      ],
      "description": "gender string",
      "name": "get_characters_character_id_gender"
    },
    "name": {
      "type": "string",
      "description": "name string",
      "name": "get_characters_character_id_name"
    },
    "race_id": {
      "type": "int32",
      "description": "race_id integer",
      "name": "get_characters_character_id_race_id"
    },
    "security_status": {
      "type": "float",
      "minimum": -10,
      "maximum": 10,
      "description": "security_status number",
      "name": "get_characters_character_id_security_status"
    },
    "title": {
      "type": "string",
      "description": "The individual title of the character",
      "name": "get_characters_character_id_title"
    }
  }
}

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-character-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 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.