Auction House Last Update

Maybe this is a silly question, but i can’t find the “last updated” timestamp of new auction house data, for knowing if I should request data or not
(the equivalent of the “lastModified” field in the previous api)

Look for the “Last-Modified” HTTP response header.

2 Likes

but… i will know there are no changes AFTER calling the api, not before…
so i have to repeat a “big” call until i find a different time…

old version had a “quick call” that only gave timestamp, so we could avoid the big one (quicker, less traffic, and so on …)

Use the “If-Modified-Since” HTTP request header.

3 Likes

thank you very much !