More actions
mNo edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
EVE Swagger Interface (ESI) is an API to get data from the EVE server. It is meant to replace [[CREST]] and the XML API. | EVE Swagger Interface (ESI) is an API to get data from the EVE server. It is meant to replace [[CREST]] and the XML API. | ||
Remember that scamming with API is specifically not allowed<ref name="scamming">[https://developers.eveonline.com/blog/article/reminder-no-scamming Reminder to Developers: No Scamming]</ref> | |||
Several guides on how to use ESI exist: | Several guides on how to use ESI exist: | ||
| Line 8: | Line 10: | ||
Further some libraries exist to use ESI with Python. | Further some libraries exist to use ESI with Python. | ||
==Api authorization managment== | |||
= | You can manage API permissions from you at https://community.eveonline.com/support/third-party-applications/ | ||
In here you can see all applications that have access to your API. You can see exactly what scopes you have authorized for them. You can also revoke authorizations. | |||
==See also== | |||
https://community.eveonline.com/news/dev-blogs/introducing-esi/ | https://community.eveonline.com/news/dev-blogs/introducing-esi/ | ||
| Line 15: | Line 22: | ||
https://esi.tech.ccp.is/latest/ | https://esi.tech.ccp.is/latest/ | ||
==References== | |||
<references /> | |||
[[Category:API]] | [[Category:API]] | ||