How to find all item ids of items that can be found on the market board?

In Final Fantasy XIV, each item has an in-game item ID. In the market board, you can filter items by item ID. They all seem to be numbered in between a rough range from 1 to 37000. However, not all ints are linked to in-game items and not all of them will be available on the market board. Is there a list somewhere of all the item IDs I might find on the market board?

3

1 Answer

has this info under the following API with all marketable items.

curl -X 'GET' \ ' \ -H 'accept: text/plain'

However note that not all marketable items will actively have sales on the ah. There seems to be around 13,500 items that can be sold on the ah, but not all of them will be up on a single market board. In my studies, I found only around 1,500 different items were on my market board at once.

You Might Also Like