APIv2 Page Index
From EVEDev
| API Methods - Category Home - API Libraries - API Usage Examples - API Method Reference - API Page Index |
Contents |
[edit] General Info
All parameters needed by the API are sent over HTTP, either by POST or GET. Parameters should be URL Encoded.
Note: The server that handles API requests appears to be offline daily from 0500 GMT to 0600 GMT (2100 PST to 2200 PST). Be sure you take this into account.
This table is the canonical list of pages that are available in the API. The columns are:
- Common Name - Names common used by players and developers when talking about a API. (Sometimes different than actual API name)
- URI - Relative Uniform Resource Identifier. To resolve the relative URI prefix it with "http://api.eve-online.com" .
- API Key - API key needed to have access to data, see authentication. Some API will return more or less information depending on the type of API key used to access them.
- Cache - Caching method used for this data, see cache styles
[edit] API List
[edit] Account
| Common Name | URI (example) | API Key | Cache |
|---|---|---|---|
| Character List (on account) | /account/Characters.xml.aspx | Limited | Short |
[edit] Character
| Common Name | URI (example) | API Key | Cache |
|---|---|---|---|
| Account Balances | /char/AccountBalance.xml.aspx | Full | Short |
| Asset List | /char/AssetList.xml.aspx | Full | Long |
| Character Sheet | /char/CharacterSheet.xml.aspx | Limited | Short |
| Factional Warfare Stats | /char/FacWarStats.xml.aspx | Full / Limited | ? |
| Industry Jobs | /char/IndustryJobs.xml.aspx | Full | Short[1] |
| Kill Mails (Kill Logs) | /char/Killlog.xml.aspx | Full | Long |
| Market Orders | /char/MarketOrders.xml.aspx | Full | Long |
| Medals | /char/Medals.xml.aspx | Limited | Long |
| Skill in Training | /char/SkillInTraining.xml.aspx | Limited | Short |
| Skill Queue | /char/SkillQueue.xml.aspx | Limited | Short |
| Standings | /char/Standings.xml.aspx | Full / Limited | Short |
| Wallet Journal | /char/WalletJournal.xml.aspx | Full | Long |
| Wallet Transactions | /char/WalletTransactions.xml.aspx | Full | Long |
[edit] Corporation
| Common Name | URI (example) | API Key | Cache |
|---|---|---|---|
| Account Balances | /corp/AccountBalance.xml.aspx | Full | Short |
| Asset List | /corp/AssetList.xml.aspx | Full | Long |
| Container Log | /corp/ContainerLog.xml.aspx | Full | ? |
| Corporation Sheet | /corp/CorporationSheet.xml.aspx | None / Limited | M-Short |
| Factional Warfare Stats | /corp/FacWarStats.xml.aspx | Full / Limited | ? |
| Industry Jobs | /corp/IndustryJobs.xml.aspx | Full | Short[2] |
| Kill Mails (Kill Logs) | /corp/Killlog.xml.aspx | Full | Long |
| Market Orders | /corp/MarketOrders.xml.aspx | Full | Long |
| Medals | /corp/Medals.xml.aspx | Limited | Long |
| Member Medals | /corp/MemberMedals.xml.aspx | Limited | ? |
| Member Security | /corp/MemberSecurity.xml.aspx | Full | ? |
| Member Security Log | /corp/MemberSecurityLog.xml.aspx | Full | ? |
| Member Tracking | /corp/MemberTracking.xml.aspx | Full | Long [3] |
| POS Details (Player Owned Station) | /corp/StarbaseDetail.xml.aspx | Full | Long |
| POS List (Player Owned Station) | /corp/StarbaseList.xml.aspx | Full | Long |
| Shareholder | /corp/Shareholders.xml.aspx | Full | ? |
| Standings | /corp/Standings.xml.aspx | Full | Short |
| Titles | /corp/Titles.xml.aspx | Full | ? |
| Wallet Journal | /corp/WalletJournal.xml.aspx | Full | Long |
| Wallet Transactions | /corp/WalletTransactions.xml.aspx | Full | Long |
[edit] Eve
| Common Name | URI (example) | API Key | Cache |
|---|---|---|---|
| Alliance List | /eve/AllianceList.xml.aspx | None | M-Short |
| Certificate Tree | /eve/CertificateTree.xml.aspx | None | M-Short |
| Conquerable Station/Outpost List | /eve/ConquerableStationList.xml.aspx | None | M-Short |
| Error List | /eve/ErrorList.xml.aspx | None | M-Short |
| Factional Warfare Top 100 Stats | /eve/FacWarTopStats.xml.aspx | None | ? |
| ID to Name Conversion | /eve/CharacterName.xml.aspx | None | M-Short |
| Name to ID Conversion | /eve/CharacterID.xml.aspx | None | M-Short |
| RefTypes List | /eve/RefTypes.xml.aspx | None | M-Short |
| Skill Tree | /eve/SkillTree.xml.aspx | None | M-Short |
[edit] Map
| Common Name | URI (example) | API Key | Cache |
|---|---|---|---|
| Factional Warfare Occupancy Map | /map/FacWarSystems.xml.aspx | None | Short[4] |
| Jumps | /map/Jumps.xml.aspx | None | M-Short |
| Kills | /map/Kills.xml.aspx | None | M-Short |
| Sovereignty | /map/Sovereignty.xml.aspx | None | M-Short |
[edit] Misc
| Common Name | URI (example) | API Key | Cache |
|---|---|---|---|
| ID to Character Portrait | http://img.eve.is/serv.asp | None |
[edit] Server
| Common Name | URI (example) | API Key | Cache |
|---|---|---|---|
| Server Status | /server/ServerStatus.xml.aspx | None | Short |
[edit] Notes
- ? It is updated frequently but if already cached it will return an error instead of the file.
- ? It is updated frequently but if already cached it will return an error instead of the file.
- ? While this has a long cache time, about 6 hours, if you request the same file again, it will give you the same data rather then an error.
- ? In spite of what the cache timers indicate, it's only updated once per day after downtime

