EVE Online · JSON Structure

Eve Online System Structure

200 ok object

Type: object Properties: 10 Required: 5
AuthenticationAuthorizationGamingImageMMORESTSSOStatic Data

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

Properties

constellation_id name planets position security_class security_status star_id stargates stations system_id

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-solarsystem-structure.json",
  "name": "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": "int32",
      "description": "The constellation this solar system is in",
      "name": "get_universe_systems_system_id_constellation_id"
    },
    "name": {
      "type": "string",
      "description": "name string",
      "name": "get_universe_systems_system_id_name"
    },
    "planets": {
      "type": "array",
      "description": "planets array",
      "name": "get_universe_systems_system_id_planets",
      "items": {
        "type": "object",
        "description": "planet object",
        "name": "get_universe_systems_system_id_planet",
        "required": [
          "planet_id"
        ],
        "properties": {
          "asteroid_belts": {
            "type": "array",
            "description": "asteroid_belts array",
            "name": "get_universe_systems_system_id_asteroid_belts",
            "items": {
              "type": "int32",
              "description": "asteroid_belt integer",
              "name": "get_universe_systems_system_id_asteroid_belt"
            }
          },
          "moons": {
            "type": "array",
            "description": "moons array",
            "name": "get_universe_systems_system_id_moons",
            "items": {
              "type": "int32",
              "description": "moon integer",
              "name": "get_universe_systems_system_id_moon"
            }
          },
          "planet_id": {
            "type": "int32",
            "description": "planet_id integer",
            "name": "get_universe_systems_system_id_planet_id"
          }
        }
      }
    },
    "position": {
      "type": "object",
      "description": "position object",
      "name": "get_universe_systems_system_id_position",
      "required": [
        "x",
        "y",
        "z"
      ],
      "properties": {
        "x": {
          "type": "double",
          "description": "x number",
          "name": "get_universe_systems_system_id_x"
        },
        "y": {
          "type": "double",
          "description": "y number",
          "name": "get_universe_systems_system_id_y"
        },
        "z": {
          "type": "double",
          "description": "z number",
          "name": "get_universe_systems_system_id_z"
        }
      }
    },
    "security_class": {
      "type": "string",
      "description": "security_class string",
      "name": "get_universe_systems_system_id_security_class"
    },
    "security_status": {
      "type": "float",
      "description": "security_status number",
      "name": "get_universe_systems_system_id_security_status"
    },
    "star_id": {
      "type": "int32",
      "description": "star_id integer",
      "name": "get_universe_systems_system_id_star_id"
    },
    "stargates": {
      "type": "array",
      "description": "stargates array",
      "name": "get_universe_systems_system_id_stargates",
      "items": {
        "type": "int32",
        "description": "stargate integer",
        "name": "get_universe_systems_system_id_stargate"
      }
    },
    "stations": {
      "type": "array",
      "description": "stations array",
      "name": "get_universe_systems_system_id_stations",
      "items": {
        "type": "int32",
        "description": "station integer",
        "name": "get_universe_systems_system_id_station"
      }
    },
    "system_id": {
      "type": "int32",
      "description": "system_id integer",
      "name": "get_universe_systems_system_id_system_id"
    }
  }
}

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-system-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 email required.

A second provider on the same verified email joins the account you already have.