EVE Online · Schema

get_markets_region_id_orders_200_ok

200 ok object

AuthenticationAuthorizationGamingImageMMORESTSSOStatic Data

Properties

Name Type Description
duration integer duration integer
is_buy_order boolean is_buy_order boolean
issued string issued string
location_id integer location_id integer
min_volume integer min_volume integer
order_id integer order_id integer
price number price number
range string range string
system_id integer The solar system this order was placed
type_id integer type_id integer
volume_remain integer volume_remain integer
volume_total integer volume_total integer
View JSON Schema on GitHub

JSON Schema

eve-online-market-order-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/json-schema/eve-online-marketorder-schema.json",
  "title": "get_markets_region_id_orders_200_ok",
  "description": "200 ok object",
  "type": "object",
  "required": [
    "order_id",
    "type_id",
    "location_id",
    "system_id",
    "volume_total",
    "volume_remain",
    "min_volume",
    "price",
    "is_buy_order",
    "duration",
    "issued",
    "range"
  ],
  "properties": {
    "duration": {
      "type": "integer",
      "format": "int32",
      "description": "duration integer",
      "title": "get_markets_region_id_orders_duration"
    },
    "is_buy_order": {
      "type": "boolean",
      "description": "is_buy_order boolean",
      "title": "get_markets_region_id_orders_is_buy_order"
    },
    "issued": {
      "type": "string",
      "format": "date-time",
      "description": "issued string",
      "title": "get_markets_region_id_orders_issued"
    },
    "location_id": {
      "type": "integer",
      "format": "int64",
      "description": "location_id integer",
      "title": "get_markets_region_id_orders_location_id"
    },
    "min_volume": {
      "type": "integer",
      "format": "int32",
      "description": "min_volume integer",
      "title": "get_markets_region_id_orders_min_volume"
    },
    "order_id": {
      "type": "integer",
      "format": "int64",
      "description": "order_id integer",
      "title": "get_markets_region_id_orders_order_id"
    },
    "price": {
      "type": "number",
      "format": "double",
      "description": "price number",
      "title": "get_markets_region_id_orders_price"
    },
    "range": {
      "type": "string",
      "enum": [
        "station",
        "region",
        "solarsystem",
        "1",
        "2",
        "3",
        "4",
        "5",
        "10",
        "20",
        "30",
        "40"
      ],
      "description": "range string",
      "title": "get_markets_region_id_orders_range"
    },
    "system_id": {
      "type": "integer",
      "format": "int32",
      "description": "The solar system this order was placed",
      "title": "get_markets_region_id_orders_system_id"
    },
    "type_id": {
      "type": "integer",
      "format": "int32",
      "description": "type_id integer",
      "title": "get_markets_region_id_orders_type_id"
    },
    "volume_remain": {
      "type": "integer",
      "format": "int32",
      "description": "volume_remain integer",
      "title": "get_markets_region_id_orders_volume_remain"
    },
    "volume_total": {
      "type": "integer",
      "format": "int32",
      "description": "volume_total integer",
      "title": "get_markets_region_id_orders_volume_total"
    }
  }
}

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-market-order"
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.