EVE Online · Schema

get_universe_systems_system_id_ok

200 ok object

AuthenticationAuthorizationGamingImageMMORESTSSOStatic Data

Properties

Name Type Description
constellation_id integer The constellation this solar system is in
name string name string
planets array planets array
position object position object
security_class string security_class string
security_status number security_status number
star_id integer star_id integer
stargates array stargates array
stations array stations array
system_id integer system_id integer
View JSON Schema on GitHub

JSON Schema

eve-online-system-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/json-schema/eve-online-solarsystem-schema.json",
  "title": "get_universe_systems_system_id_ok",
  "description": "200 ok object",
  "type": "object",
  "required": [
    "system_id",
    "name",
    "position",
    "security_status",
    "constellation_id"
  ],
  "properties": {
    "constellation_id": {
      "type": "integer",
      "format": "int32",
      "description": "The constellation this solar system is in",
      "title": "get_universe_systems_system_id_constellation_id"
    },
    "name": {
      "type": "string",
      "description": "name string",
      "title": "get_universe_systems_system_id_name"
    },
    "planets": {
      "type": "array",
      "description": "planets array",
      "title": "get_universe_systems_system_id_planets",
      "items": {
        "type": "object",
        "description": "planet object",
        "title": "get_universe_systems_system_id_planet",
        "required": [
          "planet_id"
        ],
        "properties": {
          "asteroid_belts": {
            "type": "array",
            "description": "asteroid_belts array",
            "title": "get_universe_systems_system_id_asteroid_belts",
            "items": {
              "type": "integer",
              "format": "int32",
              "description": "asteroid_belt integer",
              "title": "get_universe_systems_system_id_asteroid_belt"
            }
          },
          "moons": {
            "type": "array",
            "description": "moons array",
            "title": "get_universe_systems_system_id_moons",
            "items": {
              "type": "integer",
              "format": "int32",
              "description": "moon integer",
              "title": "get_universe_systems_system_id_moon"
            }
          },
          "planet_id": {
            "type": "integer",
            "format": "int32",
            "description": "planet_id integer",
            "title": "get_universe_systems_system_id_planet_id"
          }
        }
      }
    },
    "position": {
      "type": "object",
      "description": "position object",
      "title": "get_universe_systems_system_id_position",
      "required": [
        "x",
        "y",
        "z"
      ],
      "properties": {
        "x": {
          "type": "number",
          "format": "double",
          "description": "x number",
          "title": "get_universe_systems_system_id_x"
        },
        "y": {
          "type": "number",
          "format": "double",
          "description": "y number",
          "title": "get_universe_systems_system_id_y"
        },
        "z": {
          "type": "number",
          "format": "double",
          "description": "z number",
          "title": "get_universe_systems_system_id_z"
        }
      }
    },
    "security_class": {
      "type": "string",
      "description": "security_class string",
      "title": "get_universe_systems_system_id_security_class"
    },
    "security_status": {
      "type": "number",
      "format": "float",
      "description": "security_status number",
      "title": "get_universe_systems_system_id_security_status"
    },
    "star_id": {
      "type": "integer",
      "format": "int32",
      "description": "star_id integer",
      "title": "get_universe_systems_system_id_star_id"
    },
    "stargates": {
      "type": "array",
      "description": "stargates array",
      "title": "get_universe_systems_system_id_stargates",
      "items": {
        "type": "integer",
        "format": "int32",
        "description": "stargate integer",
        "title": "get_universe_systems_system_id_stargate"
      }
    },
    "stations": {
      "type": "array",
      "description": "stations array",
      "title": "get_universe_systems_system_id_stations",
      "items": {
        "type": "integer",
        "format": "int32",
        "description": "station integer",
        "title": "get_universe_systems_system_id_station"
      }
    },
    "system_id": {
      "type": "integer",
      "format": "int32",
      "description": "system_id integer",
      "title": "get_universe_systems_system_id_system_id"
    }
  }
}

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-system"
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.