EVE Swagger Interface
  1. Corporation
EVE Swagger Interface
  • Alliance
    • List all alliances
      GET
    • Get alliance information
      GET
    • List alliance's corporations
      GET
    • Get alliance icon
      GET
  • Contacts
    • Get alliance contacts
      GET
    • Get alliance contact labels
      GET
    • Delete contacts
      DELETE
    • Get contacts
      GET
    • Add contacts
      POST
    • Edit contacts
      PUT
    • Get contact labels
      GET
    • Get corporation contacts
      GET
    • Get corporation contact labels
      GET
  • 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
    • Get character assets
    • Get character asset locations
    • Get character asset names
    • Get corporation assets
    • Get corporation asset locations
    • Get corporation asset names
  • Skills
    • Get character attributes
    • Get character's skill queue
    • Get character skills
  • Bookmarks
    • List bookmarks
    • List bookmark folders
    • List corporation bookmarks
    • List corporation bookmark folders
  • Calendar
    • List calendar event summaries
    • Get an event
    • Respond to an event
    • Get attendees
  • Clones
    • Get clones
    • Get active implants
  • Contracts
    • Get contracts
    • Get contract bids
    • Get contract items
    • Get public contract bids
    • Get public contract items
    • Get public contracts
    • Get corporation contracts
    • Get corporation contract bids
    • Get corporation contract items
  • Fittings
    • Get fittings
    • Create fitting
    • Delete fitting
  • Fleets
    • Get character fleet info
    • Get fleet information
    • Update fleet
    • Get fleet members
    • Create fleet invitation
    • Kick fleet member
    • Move fleet member
    • Delete fleet squad
    • Rename fleet squad
    • Get fleet wings
    • Create fleet wing
    • Delete fleet wing
    • Rename fleet wing
    • Create fleet squad
  • 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
    • List character industry jobs
    • Character mining ledger
    • Moon extraction timers
    • Corporation mining observers
    • Observed corporation mining
    • List corporation industry jobs
    • List industry facilities
    • List solar system cost indices
  • Killmails
    • Get a character's recent kills and losses
    • Get a corporation's recent kills and losses
    • Get a single killmail
  • Location
    • Get character location
    • Get character online
    • Get current ship
  • Loyalty
    • Get loyalty points
    • List loyalty store offers
  • Mail
    • Return mail headers
    • Send a new mail
    • Get mail labels and unread counts
    • Create a mail label
    • Delete a mail label
    • Return mailing list subscriptions
    • Delete a mail
    • Return a mail
    • Update metadata about a mail
  • Opportunities
    • Get a character's completed tasks
    • Get opportunities groups
    • Get opportunities group
    • Get opportunities tasks
    • Get opportunities task
  • 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
    • Get colonies
    • Get colony layout
    • List corporation customs offices
    • Get schematic information
  • Search
    • Search on a string
    • Search on a string
  • Wallet
    • Get a character's wallet balance
    • Get character wallet journal
    • Get wallet transactions
    • Returns a corporation's wallet balance
    • Get corporation wallet journal
    • Get corporation wallet transactions
  • Corporation
    • Get npc corporations
      GET
    • Get corporation information
      GET
    • Get alliance history
      GET
    • Get corporation blueprints
      GET
    • Get all corporation ALSC logs
      GET
    • Get corporation divisions
      GET
    • Get corporation facilities
      GET
    • Get corporation icon
      GET
    • Get corporation medals
      GET
    • Get corporation issued medals
      GET
    • Get corporation members
      GET
    • Get corporation member limit
      GET
    • Get corporation's members' titles
      GET
    • Track corporation members
      GET
    • Get corporation member roles
      GET
    • Get corporation member roles history
      GET
    • Get corporation shareholders
      GET
    • Get corporation standings
      GET
    • Get corporation starbases (POSes)
      GET
    • Get starbase (POS) detail
      GET
    • Get corporation structures
      GET
    • Get corporation titles
      GET
  • Dogma
    • Get attributes
    • Get attribute information
    • Get dynamic item information
    • Get effects
    • Get effect information
  • Incursions
    • List incursions
  • Insurance
    • List insurance levels
  • Routes
    • Get route
  • Sovereignty
    • List sovereignty campaigns
    • List sovereignty of systems
    • List sovereignty structures
  • Status
    • Retrieve the uptime and player counts
  • User Interface
    • Set Autopilot Waypoint
    • Open Contract Window
    • Open Information Window
    • Open Market Details
    • Open New Mail Window
  • 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
    • List wars
    • Get war information
    • List kills for a war
  1. Corporation

Get corporation information

GET
/corporations/{corporation_id}/
Corporation
Public information about a corporation

Alternate route: /dev/corporations/{corporation_id}/
Alternate route: /v4/corporations/{corporation_id}/

This route is cached for up to 3600 seconds
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
An EVE corporation ID
Query Params
datasource
string 
optional
The server name you would like data from
Header Params
If-None-Match
string 
optional
ETag from a previous request. A 304 will be returned if this matches the current ETag

Responses

🟢200Public information about a corporation
application/json
Body
200 ok object
alliance_id
integer <int32>
get_corporations_corporation_id_alliance_id
optional
ID of the alliance that corporation is a member of, if any
ceo_id
integer <int32>
get_corporations_corporation_id_ceo_id
required
ceo_id integer
creator_id
integer <int32>
get_corporations_corporation_id_creator_id
required
creator_id integer
date_founded
string <date-time>
get_corporations_corporation_id_date_founded
optional
date_founded string
description
string 
get_corporations_corporation_id_description
optional
description string
faction_id
integer <int32>
get_corporations_corporation_id_faction_id
optional
faction_id integer
home_station_id
integer <int32>
get_corporations_corporation_id_home_station_id
optional
home_station_id integer
member_count
integer <int32>
get_corporations_corporation_id_member_count
required
member_count integer
name
string 
get_corporations_corporation_id_name
required
the full name of the corporation
shares
integer <int64>
get_corporations_corporation_id_shares
optional
shares integer
tax_rate
number <float>
get_corporations_corporation_id_tax_rate
required
tax_rate number
>= 0<= 1
ticker
string 
get_corporations_corporation_id_ticker
required
the short name of the corporation
url
string 
get_corporations_corporation_id_url
optional
url string
war_eligible
boolean 
get_corporations_corporation_id_war_eligible
optional
war_eligible boolean
🔵304Not modified
🟠400Bad request
🟠404Corporation not found
🟠420Error limited
🔴500Internal server error
🔴503Service unavailable
🔴504Gateway timeout
Modified at 2023-08-15 09:13:25
Previous
Get npc corporations
Next
Get alliance history
Built with