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

# Get public contract items

`GET /contracts/public/items/{contract_id}`

Lists items of a public contract

## Path parameters

- `contract_id` integer, required — ID of a contract

## 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

## Response `200`

OK

- object[]
  - `is_blueprint_copy` boolean
  - `is_included` boolean, required — true if the contract issuer has submitted this item with the contract, false if the isser is asking for this item in the contract
  - `item_id` integer — Unique ID for the item being sold. Not present if item is being requested by contract rather than sold with contract
  - `material_efficiency` integer — Material Efficiency Level of the blueprint
  - `quantity` integer, required — Number of items in the stack
  - `record_id` integer, required — Unique ID for the item, used by the contract system
  - `runs` integer — Number of runs remaining if the blueprint is a copy, -1 if it is an original
  - `time_efficiency` integer — Time Efficiency Level of the blueprint
  - `type_id` integer, required — Type ID for item

## Other responses

- `204` — Contract expired or recently accepted by player

---

[API](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility.md) · [All operations](https://skmtc.net/evemonk/apis/eve-stable-infrastructure-esi-tranquility/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evemonk/eve-stable-infrastructure-esi-tranquility/revisions/7bad2f0024dd/schema)
