EVE Online · JSON Structure

Eve Online Skill Queue Structure

200 ok object

Type: object Properties: 8 Required: 3
AuthenticationAuthorizationGamingImageMMORESTSSOStatic Data

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

Properties

finish_date finished_level level_end_sp level_start_sp queue_position skill_id start_date training_start_sp

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-skillqueueentry-structure.json",
  "name": "get_characters_character_id_skillqueue_200_ok",
  "description": "200 ok object",
  "type": "object",
  "required": [
    "skill_id",
    "finished_level",
    "queue_position"
  ],
  "properties": {
    "finish_date": {
      "type": "datetime",
      "description": "Date on which training of the skill will complete. Omitted if the skill queue is paused.",
      "name": "get_characters_character_id_skillqueue_finish_date"
    },
    "finished_level": {
      "type": "int32",
      "minimum": 0,
      "maximum": 5,
      "description": "finished_level integer",
      "name": "get_characters_character_id_skillqueue_finished_level"
    },
    "level_end_sp": {
      "type": "int32",
      "description": "level_end_sp integer",
      "name": "get_characters_character_id_skillqueue_level_end_sp"
    },
    "level_start_sp": {
      "type": "int32",
      "description": "Amount of SP that was in the skill when it started training it's current level. Used to calculate % of current level complete.",
      "name": "get_characters_character_id_skillqueue_level_start_sp"
    },
    "queue_position": {
      "type": "int32",
      "description": "queue_position integer",
      "name": "get_characters_character_id_skillqueue_queue_position"
    },
    "skill_id": {
      "type": "int32",
      "description": "skill_id integer",
      "name": "get_characters_character_id_skillqueue_skill_id"
    },
    "start_date": {
      "type": "datetime",
      "description": "start_date string",
      "name": "get_characters_character_id_skillqueue_start_date"
    },
    "training_start_sp": {
      "type": "int32",
      "description": "training_start_sp integer",
      "name": "get_characters_character_id_skillqueue_training_start_sp"
    }
  }
}

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-skill-queue-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.