- Alliance
- Contacts
- Character
- Character affiliation
- Get character's public information
- Get agents research
- Get blueprints
- Get corporation history
- Calculate a CSPA charge cost
- Get jump fatigue
- Get medals
- Get character notifications
- Get new contact notifications
- Get character portraits
- Get character corporation roles
- Get standings
- Yearly aggregate stats
- Get character corporation titles
- Assets
- Skills
- Bookmarks
- Calendar
- Clones
- Contracts
- Fittings
- Fleets
- Faction Warfare
- Overview of a character involved in faction warfare
- Overview of a corporation involved in faction warfare
- List of the top factions in faction warfare
- List of the top pilots in faction warfare
- List of the top corporations in faction warfare
- An overview of statistics about factions involved in faction warfare
- Ownership of faction warfare systems
- Data about which NPC factions are at war
- Industry
- Killmails
- Location
- Loyalty
- Mail
- Opportunities
- Market
- List open orders from a character
- List historical orders by a character
- List open orders from a corporation
- List historical orders from a corporation
- Get item groups
- Get item group information
- List market prices
- List orders in a structure
- List historical market statistics in a region
- List orders in a region
- List type IDs relevant to a market
- Planetary Interaction
- Search
- Wallet
- Corporation
- Get npc corporationsGET
- Get corporation informationGET
- Get alliance historyGET
- Get corporation blueprintsGET
- Get all corporation ALSC logsGET
- Get corporation divisionsGET
- Get corporation facilitiesGET
- Get corporation iconGET
- Get corporation medalsGET
- Get corporation issued medalsGET
- Get corporation membersGET
- Get corporation member limitGET
- Get corporation's members' titlesGET
- Track corporation membersGET
- Get corporation member rolesGET
- Get corporation member roles historyGET
- Get corporation shareholdersGET
- Get corporation standingsGET
- Get corporation starbases (POSes)GET
- Get starbase (POS) detailGET
- Get corporation structuresGET
- Get corporation titlesGET
- Dogma
- Incursions
- Insurance
- Routes
- Sovereignty
- Status
- User Interface
- Universe
- Get ancestries
- Get asteroid belt information
- Get bloodlines
- Get item categories
- Get item category information
- Get constellations
- Get constellation information
- Get factions
- Get graphics
- Get graphic information
- Get item groups
- Get item group information
- Bulk names to IDs
- Get moon information
- Get names and categories for a set of ID's
- Get planet information
- Get character races
- Get regions
- Get region information
- Get stargate information
- Get star information
- Get station information
- List all public structures
- Get structure information
- Get system jumps
- Get system kills
- Get solar systems
- Get solar system information
- Get types
- Get type information
- Wars
Get corporation information
GET
/corporations/{corporation_id}/
Corporation
/dev/corporations/{corporation_id}/
/v4/corporations/{corporation_id}/
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://esi.evetech.net/latest/corporations//'
Response Response Example
200 - response
{
"alliance_id": 434243723,
"ceo_id": 180548812,
"creator_id": 180548812,
"date_founded": "2023-08-15T09:13:17.868Z",
"description": "This is a corporation description, it's basically just a string",
"member_count": 656,
"name": "C C P",
"tax_rate": 0.256,
"ticker": "-CCP-",
"url": "http://www.eveonline.com"
}
Request
Path Params
corporation_id
integerÂ
required
Query Params
datasource
stringÂ
optional
Header Params
If-None-Match
stringÂ
optional
Responses
🟢200Public information about a corporation
application/json
Body
200 ok object
alliance_id
integer <int32>
get_corporations_corporation_id_alliance_id
ceo_id
integer <int32>
get_corporations_corporation_id_ceo_id
creator_id
integer <int32>
get_corporations_corporation_id_creator_id
date_founded
string <date-time>
get_corporations_corporation_id_date_founded
description
stringÂ
get_corporations_corporation_id_description
faction_id
integer <int32>
get_corporations_corporation_id_faction_id
home_station_id
integer <int32>
get_corporations_corporation_id_home_station_id
member_count
integer <int32>
get_corporations_corporation_id_member_count
name
stringÂ
get_corporations_corporation_id_name
shares
integer <int64>
get_corporations_corporation_id_shares
tax_rate
number <float>
get_corporations_corporation_id_tax_rate
>= 0<= 1
ticker
stringÂ
get_corporations_corporation_id_ticker
url
stringÂ
get_corporations_corporation_id_url
war_eligible
booleanÂ
get_corporations_corporation_id_war_eligible
🔵304Not modified
🟠400Bad request
🟠404Corporation not found
🟠420Error limited
🔴500Internal server error
🔴503Service unavailable
🔴504Gateway timeout
Modified at 2023-08-15 09:13:25