Difference between revisions of "EVE Swagger Interface"
From EVE University Wiki
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
− | EVE Swagger Interface (ESI) is an API to get data from the EVE server. It replaces [[CREST]] and the XML API which | + | EVE Swagger Interface (ESI) is an API to get data from the EVE server. It replaces [[CREST]] and the XML API which were shut down on May 8th, 2018.<ref>https://developers.eveonline.com/blog/article/important-information-on-the-future-of-the-eve-api</ref> |
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> | 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> | ||
Line 11: | Line 11: | ||
Further some libraries exist to use ESI with Python. For further information see the "See Also" section. | Further some libraries exist to use ESI with Python. For further information see the "See Also" section. | ||
− | == | + | ==API authorization managment== |
You can manage API permissions from you at https://community.eveonline.com/support/third-party-applications/ | You can manage API permissions from you at https://community.eveonline.com/support/third-party-applications/ | ||
Line 18: | Line 18: | ||
==See also== | ==See also== | ||
+ | * https://docs.esi.evetech.net/ Community-maintained documentation for ESI. | ||
+ | * https://eveonline-third-party-documentation.readthedocs.io/en/latest/esi/index.html CCP's documentation on ESI. | ||
+ | * https://github.com/esi/esi-issues Git Repo for tracking issues with ESI. | ||
* https://community.eveonline.com/news/dev-blogs/introducing-esi/ Original announcement to introduce ESI. | * https://community.eveonline.com/news/dev-blogs/introducing-esi/ Original announcement to introduce ESI. | ||
− | |||
* https://esi.evetech.net/ui/ | * https://esi.evetech.net/ui/ | ||
− | * https://github.com/devfleet/awesome-eve#developer-tools-resources-and-apis Some | + | * https://github.com/devfleet/awesome-eve#developer-tools-resources-and-apis Some resources to work with ESI. |
==References== | ==References== | ||
<references /> | <references /> | ||
− | |||
[[Category:API]] | [[Category:API]] |
Revision as of 19:26, 22 June 2019
This article is a stub. You can help the UniWiki by expanding it.
EVE Swagger Interface (ESI) is an API to get data from the EVE server. It replaces CREST and the XML API which were shut down on May 8th, 2018.[1]
Remember that scamming with API is specifically not allowed[2]
Several guides on how to use ESI exist:
- GESI - Google Sheets ESI Library Guide for it on the Third Party Developer Blog
- Using ESI with Google Sheets
- Guide on how to use ESI with MS Excel
Further some libraries exist to use ESI with Python. For further information see the "See Also" section.
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://docs.esi.evetech.net/ Community-maintained documentation for ESI.
- https://eveonline-third-party-documentation.readthedocs.io/en/latest/esi/index.html CCP's documentation on ESI.
- https://github.com/esi/esi-issues Git Repo for tracking issues with ESI.
- https://community.eveonline.com/news/dev-blogs/introducing-esi/ Original announcement to introduce ESI.
- https://esi.evetech.net/ui/
- https://github.com/devfleet/awesome-eve#developer-tools-resources-and-apis Some resources to work with ESI.