1. Hey all,

    This is my first post here, so i'm sorry if it's in the wrong place. I have a quick question about accessing the ItemList database through a web API.

    First off - i'm an iOS dev. Fairly new - so i'm not extremely savvy with higher-end code. That being said, up until recently, I was using a web-api from a site to pull current item stats and values to use throughout my app. Unfortunately, that site's domain lease expired, and basically i'm S.O.L. I managed to have a local JSON backup of the list - so i've just begun working off that for the time being - just as a short term solution to move forward. I've also forked the github front-end & back-end files just in case they disappear too.

    Can anyone point me in the right direction as far as how i'd go about finding an iOS-compatible web API I can parse?

    Thanks!
     
  2. I highly doubt there is one, especially one that would automatically update. You'd be better off hosting it on a web server you control and updating it yourself.