---
title: "Get contacts"
method: GET
path: "/characters/{character_id}/contacts"
tags: ["Contacts"]
---

# Get contacts

`GET /characters/{character_id}/contacts`

Return contacts of a character

## Path parameters

- `character_id` integer, required

## 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[]
  - `contact_id` integer, required
  - `contact_type` 'character' | 'corporation' | 'alliance' | 'faction', required
  - `is_blocked` boolean — Whether this contact is in the blocked list. Note a missing value denotes unknown, not true or false
  - `is_watched` boolean — Whether this contact is being watched
  - `label_ids` integer[]
  - `standing` number, double, required — Standing of the contact

## Other responses

- `default` — Error

---

[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)
