Do any reliable item APIs exist for Lineage 2? I am creating a web tool for Lineage 2 and I need to be able to reference data for items (materials/ armour/ weapons) and recipes. I was hoping there might be an open API available, but I have not found one yet. I checked pmfun / L2DropSpoil and they seem to write all required data into the initial doc request based on URL, I can't see any client side API requests kicking off when I search. If these are the only reliable sources available then my plan is to create a scraper tool in Python that will parse markup from item / recipe web pages on these sites into entities that I can persist in my own database, but this will be much more work of course 
Ideally I would just be able to hit an API and get what I need. If anyone knows of one I can use to save me this extra work I would appreciate it. Thanks!
Ideally I would just be able to hit an API and get what I need. If anyone knows of one I can use to save me this extra work I would appreciate it. Thanks!