Market data can be retrieved through the API

API Host URLs

  • Albion Online Americas Server: https://west.albion-online-data.com
  • Albion Online Asia Server: https://east.albion-online-data.com
  • Albion Online Europe Server: https://europe.albion-online-data.com

API Endpoints

For any of the following URLs, .json is optional and is the default. For XML, replace .json with .xml.

API Endpoint Rate Limits

  • 180 per 1 minute
  • 300 per 5 minutes

“I WANT ALL THE DATA FROM THE API”

Well, you can. You just need to do it in a way that doesn’t hit the API rate limit. Combine the item’s you want to get data on, as well as locations. There’s a 4096 character limit for the url length. You can fit a lot of items and all the locations in a single call.

Something like this (too big to show on the page!).

We also ask that if you are going to write a service that continually hits the API, please use Gzip compression. The server and bandwidth isn’t free and while the monthly bandwidth limit hasn’t been exceeded that we’re aware of, the more people that use the project and it’s API, the closer we get to overages.


Table of contents