---
title: "Get public contracts"
method: GET
path: "/contracts/public/{region_id}"
tags: ["Contracts"]
---

# Get public contracts

`GET /contracts/public/{region_id}`

Returns a paginated list of all public contracts in the given region

## Path parameters

- `region_id` integer, required — An EVE region id

## Query parameters

- `page` integer — Which page of results to return.

## Headers

- `Accept-Language` 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es'
- `If-None-Match` string
- `X-Compatibility-Date` '2025-12-16', date, required
- `X-Tenant` string
- `If-Modified-Since` string

## Response `200`

OK

- object[]
  - `buyout` number, double — Buyout price (for Auctions only)
  - `collateral` number, double — Collateral price (for Couriers only)
  - `contract_id` integer, required
  - `date_expired` string, date-time, required — Expiration date of the contract
  - `date_issued` string, date-time, required — С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, required — Character's corporation ID for the issuer
  - `issuer_id` integer, required — Character ID for the issuer
  - `price` number, double — Price of contract (for ItemsExchange and Auctions)
  - `reward` number, double — Remuneration for contract (for Couriers only)
  - `start_location_id` integer — Start location ID (for Couriers contract)
  - `title` string — Title of the contract
  - `type` 'unknown' | 'item_exchange' | 'auction' | 'courier' | 'loan', required — Type of the contract
  - `volume` number, double — Volume of items in the contract

## Other responses

- `default` — Error

---

[API](https://skmtc.net/evetech/apis/eve-spring-inebriation-esi-tranquility.md) · [All operations](https://skmtc.net/evetech/apis/eve-spring-inebriation-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evetech/eve-spring-inebriation-esi-tranquility/revisions/780531a22906/schema)
