EVE Online · Schema

get_characters_character_id_skillqueue_200_ok

200 ok object

AuthenticationAuthorizationGamingImageMMORESTSSOStatic Data

Properties

Name Type Description
finish_date string Date on which training of the skill will complete. Omitted if the skill queue is paused.
finished_level integer finished_level integer
level_end_sp integer level_end_sp integer
level_start_sp integer Amount of SP that was in the skill when it started training it's current level. Used to calculate % of current level complete.
queue_position integer queue_position integer
skill_id integer skill_id integer
start_date string start_date string
training_start_sp integer training_start_sp integer
View JSON Schema on GitHub

JSON Schema

eve-online-skill-queue-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/json-schema/eve-online-skillqueueentry-schema.json",
  "title": "get_characters_character_id_skillqueue_200_ok",
  "description": "200 ok object",
  "type": "object",
  "required": [
    "skill_id",
    "finished_level",
    "queue_position"
  ],
  "properties": {
    "finish_date": {
      "type": "string",
      "format": "date-time",
      "description": "Date on which training of the skill will complete. Omitted if the skill queue is paused.",
      "title": "get_characters_character_id_skillqueue_finish_date"
    },
    "finished_level": {
      "type": "integer",
      "format": "int32",
      "minimum": 0,
      "maximum": 5,
      "description": "finished_level integer",
      "title": "get_characters_character_id_skillqueue_finished_level"
    },
    "level_end_sp": {
      "type": "integer",
      "format": "int32",
      "description": "level_end_sp integer",
      "title": "get_characters_character_id_skillqueue_level_end_sp"
    },
    "level_start_sp": {
      "type": "integer",
      "format": "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.",
      "title": "get_characters_character_id_skillqueue_level_start_sp"
    },
    "queue_position": {
      "type": "integer",
      "format": "int32",
      "description": "queue_position integer",
      "title": "get_characters_character_id_skillqueue_queue_position"
    },
    "skill_id": {
      "type": "integer",
      "format": "int32",
      "description": "skill_id integer",
      "title": "get_characters_character_id_skillqueue_skill_id"
    },
    "start_date": {
      "type": "string",
      "format": "date-time",
      "description": "start_date string",
      "title": "get_characters_character_id_skillqueue_start_date"
    },
    "training_start_sp": {
      "type": "integer",
      "format": "int32",
      "description": "training_start_sp integer",
      "title": "get_characters_character_id_skillqueue_training_start_sp"
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/eve-online-skill-queue"
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.