EVE Online · Schema

get_characters_character_id_contracts_200_ok

200 ok object

AuthenticationAuthorizationGamingImageMMORESTSSOStatic Data

Properties

Name Type Description
acceptor_id integer Who will accept the contract
assignee_id integer ID to whom the contract is assigned, can be alliance, corporation or character ID
availability string To whom the contract is available
buyout number Buyout price (for Auctions only)
collateral number Collateral price (for Couriers only)
contract_id integer contract_id integer
date_accepted string Date of confirmation of contract
date_completed string Date of completed of contract
date_expired string Expiration date of the contract
date_issued string Сreation date of the contract
days_to_complete integer Number of days to perform the contract
end_location_id integer End location ID (for Couriers contract)
for_corporation boolean true if the contract was issued on behalf of the issuer's corporation
issuer_corporation_id integer Character's corporation ID for the issuer
issuer_id integer Character ID for the issuer
price number Price of contract (for ItemsExchange and Auctions)
reward number Remuneration for contract (for Couriers only)
start_location_id integer Start location ID (for Couriers contract)
status string Status of the the contract
title string Title of the contract
type string Type of the contract
volume number Volume of items in the contract
View JSON Schema on GitHub

JSON Schema

eve-online-contract-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.com/json-schema/eve-online-contract-schema.json",
  "title": "get_characters_character_id_contracts_200_ok",
  "description": "200 ok object",
  "type": "object",
  "required": [
    "contract_id",
    "issuer_id",
    "issuer_corporation_id",
    "assignee_id",
    "acceptor_id",
    "type",
    "status",
    "for_corporation",
    "availability",
    "date_issued",
    "date_expired"
  ],
  "properties": {
    "acceptor_id": {
      "type": "integer",
      "format": "int32",
      "description": "Who will accept the contract",
      "title": "get_characters_character_id_contracts_acceptor_id"
    },
    "assignee_id": {
      "type": "integer",
      "format": "int32",
      "description": "ID to whom the contract is assigned, can be alliance, corporation or character ID",
      "title": "get_characters_character_id_contracts_assignee_id"
    },
    "availability": {
      "type": "string",
      "enum": [
        "public",
        "personal",
        "corporation",
        "alliance"
      ],
      "description": "To whom the contract is available",
      "title": "get_characters_character_id_contracts_availability"
    },
    "buyout": {
      "type": "number",
      "format": "double",
      "description": "Buyout price (for Auctions only)",
      "title": "get_characters_character_id_contracts_buyout"
    },
    "collateral": {
      "type": "number",
      "format": "double",
      "description": "Collateral price (for Couriers only)",
      "title": "get_characters_character_id_contracts_collateral"
    },
    "contract_id": {
      "type": "integer",
      "format": "int32",
      "description": "contract_id integer",
      "title": "get_characters_character_id_contracts_contract_id"
    },
    "date_accepted": {
      "type": "string",
      "format": "date-time",
      "description": "Date of confirmation of contract",
      "title": "get_characters_character_id_contracts_date_accepted"
    },
    "date_completed": {
      "type": "string",
      "format": "date-time",
      "description": "Date of completed of contract",
      "title": "get_characters_character_id_contracts_date_completed"
    },
    "date_expired": {
      "type": "string",
      "format": "date-time",
      "description": "Expiration date of the contract",
      "title": "get_characters_character_id_contracts_date_expired"
    },
    "date_issued": {
      "type": "string",
      "format": "date-time",
      "description": "\u0421reation date of the contract",
      "title": "get_characters_character_id_contracts_date_issued"
    },
    "days_to_complete": {
      "type": "integer",
      "format": "int32",
      "description": "Number of days to perform the contract",
      "title": "get_characters_character_id_contracts_days_to_complete"
    },
    "end_location_id": {
      "type": "integer",
      "format": "int64",
      "description": "End location ID (for Couriers contract)",
      "title": "get_characters_character_id_contracts_end_location_id"
    },
    "for_corporation": {
      "type": "boolean",
      "description": "true if the contract was issued on behalf of the issuer's corporation",
      "title": "get_characters_character_id_contracts_for_corporation"
    },
    "issuer_corporation_id": {
      "type": "integer",
      "format": "int32",
      "description": "Character's corporation ID for the issuer",
      "title": "get_characters_character_id_contracts_issuer_corporation_id"
    },
    "issuer_id": {
      "type": "integer",
      "format": "int32",
      "description": "Character ID for the issuer",
      "title": "get_characters_character_id_contracts_issuer_id"
    },
    "price": {
      "type": "number",
      "format": "double",
      "description": "Price of contract (for ItemsExchange and Auctions)",
      "title": "get_characters_character_id_contracts_price"
    },
    "reward": {
      "type": "number",
      "format": "double",
      "description": "Remuneration for contract (for Couriers only)",
      "title": "get_characters_character_id_contracts_reward"
    },
    "start_location_id": {
      "type": "integer",
      "format": "int64",
      "description": "Start location ID (for Couriers contract)",
      "title": "get_characters_character_id_contracts_start_location_id"
    },
    "status": {
      "type": "string",
      "enum": [
        "outstanding",
        "in_progress",
        "finished_issuer",
        "finished_contractor",
        "finished",
        "cancelled",
        "rejected",
        "failed",
        "deleted",
        "reversed"
      ],
      "description": "Status of the the contract",
      "title": "get_characters_character_id_contracts_status"
    },
    "title": {
      "type": "string",
      "description": "Title of the contract",
      "title": "get_characters_character_id_contracts_title"
    },
    "type": {
      "type": "string",
      "enum": [
        "unknown",
        "item_exchange",
        "auction",
        "courier",
        "loan"
      ],
      "description": "Type of the contract",
      "title": "get_characters_character_id_contracts_type"
    },
    "volume": {
      "type": "number",
      "format": "double",
      "description": "Volume of items in the contract",
      "title": "get_characters_character_id_contracts_volume"
    }
  }
}

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