Hopefully you've seen v1.2 and had a chance to have a play with it. As always, we are updating our public APIs at the same time as we update our own private ones and today I have a number of new and updated APIs to share with you.
UPDATED: /itemtypes/#
We've added a new 'stores' array which will give you a list of store_ids that this item can appear in.
ADDED: /market
This API lists every single item currently in the Market. Please use it sparingly as it is resource heavy.
ADDED: /market/#,#
If you want to check on multiple item types in the Market, you can do so with this API. Simply comma separate the item_type_ids to get a list back.
UPDATED: /placecategories
This has a whole load of new data based on the new places categories. Please be aware that /categories (that was used as a beta for the past month) now redirects to return the same data. All category_ids that are referenced now relate to these new place categories.
NEW: /stores
An API to give you details on each of our stores. We can add new stores remotely so you'll want to check this periodically.
NEW: /stores/1
The details of the store including all of the items.
DEPRECATED /storeitems
As we now have multiple stores, the /storeitems endpoint has been deprecated. It currently redirects to /stores/1 so that it won't break your applications
NEW: /users/#/unique
This shows you the unique items that a user has saved.
UPDATED: /users/#/sets
UPDATED: /users/#sets/#
Both of these APIs have a new property called 'percentage' which shows the percentage complete the set in question is.
---
In addition to these APIs, we've completely rewritten the architecture behind them. The public API has been moved to a new server (so you may see an IP change if you look at such things) and we hope everything will be quicker than ever.
Enjoy, and shout if there are any issues!
Ben