---
title: "Get corporation information"
method: GET
path: "/corporations/{corporation_id}"
tags: ["Corporation"]
---

# Get corporation information

`GET /corporations/{corporation_id}`

Public information about a corporation

## Path parameters

- `corporation_id` integer, required

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

- CorporationsCorporationIdGet
  - `alliance_id` integer — ID of the alliance that corporation is a member of, if any
  - `ceo_id` integer, required
  - `creator_id` integer, required
  - `date_founded` string, date-time
  - `description` string
  - `faction_id` integer
  - `home_station_id` integer
  - `member_count` integer, required
  - `name` string, required — the full name of the corporation
  - `shares` integer
  - `tax_rate` number, double, required
  - `ticker` string, required — the short name of the corporation
  - `url` string
  - `war_eligible` boolean

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