资 源 简 介
EveDb provides some RESTful web-services for querying EVE Online static database dump. Anyone on web can execute them without having to download and install dump itself. Application resides in Google AppEngine with optimized database dump loaded into Datastore.
JSON Example: http://odylab-evedb.appspot.com/typeBasicInfoByTypeName/Tritanium (accept: application/json)
{ "icon" : "06_14", "itemCategoryID" : 4, "itemTypeID" : 34, "name" : "Tritanium"}
XML Example: http://odylab-evedb.appspot.com/typeBasicInfoByTypeName/Tritanium (accept: application/xml, see schema for XML structure)