Quote Originally Posted by opal View Post
YG offers an API you can use to access content on their database.

http://ffxiv.yg.com/help-lookup-api

You should consider using it as it would mean you wouldn't need to push an update every time SE does.
Just a note from experience if you use that API you're best of implementing a caching system to build a database during parse. I run a site that uses this API to display lists of achievements, and it uses almost 700mb bandwidth a day just downloading data from yg XD. No experience in phone apps but could be a thing to consider.