EVE Online · Schema

get_universe_structures_structure_id_ok

200 ok object

AuthenticationAuthorizationGamingImageMMORESTSSOStatic Data

Properties

Name Type Description
name string The full name of the structure
owner_id integer The ID of the corporation who owns this particular structure
position object Coordinates of the structure in Cartesian space relative to the Sun, in metres.
solar_system_id integer solar_system_id integer
type_id integer type_id integer
View JSON Schema on GitHub

JSON Schema

eve-online-structure-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/json-schema/eve-online-structure-schema.json",
  "title": "get_universe_structures_structure_id_ok",
  "description": "200 ok object",
  "type": "object",
  "required": [
    "name",
    "solar_system_id",
    "owner_id"
  ],
  "properties": {
    "name": {
      "type": "string",
      "description": "The full name of the structure",
      "title": "get_universe_structures_structure_id_name"
    },
    "owner_id": {
      "type": "integer",
      "format": "int32",
      "description": "The ID of the corporation who owns this particular structure",
      "title": "get_universe_structures_structure_id_owner_id"
    },
    "position": {
      "type": "object",
      "description": "Coordinates of the structure in Cartesian space relative to the Sun, in metres.\n",
      "title": "get_universe_structures_structure_id_position",
      "required": [
        "x",
        "y",
        "z"
      ],
      "properties": {
        "x": {
          "type": "number",
          "format": "double",
          "description": "x number",
          "title": "get_universe_structures_structure_id_x"
        },
        "y": {
          "type": "number",
          "format": "double",
          "description": "y number",
          "title": "get_universe_structures_structure_id_y"
        },
        "z": {
          "type": "number",
          "format": "double",
          "description": "z number",
          "title": "get_universe_structures_structure_id_z"
        }
      }
    },
    "solar_system_id": {
      "type": "integer",
      "format": "int32",
      "description": "solar_system_id integer",
      "title": "get_universe_structures_structure_id_solar_system_id"
    },
    "type_id": {
      "type": "integer",
      "format": "int32",
      "description": "type_id integer",
      "title": "get_universe_structures_structure_id_type_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-structure"
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.