I'm sorry if I'm asking obvious questions. But it's hard for me to understand why I observe different behavior where it shouldn't be (or I don't understand it). All results will be based on this request to the Swagger API:
Why is the value for 2023-12-12 different in both cases? 14422 vs 15438? When I write 2023-12-12, do I get data for the whole day or some data selected in the middle of the day?
Why don't I see information for 2023-12-10 now? (this information exists, I checked). In the first two paragraphs, I received data for a day ago, but in the third paragraph, this is not the case. How does it work?
I'm sorry if I'm asking obvious questions. But it's hard for me to understand why I observe different behavior where it shouldn't be (or I don't understand it). All results will be based on this request to the Swagger API:
https://west.albion-online-data.com/api/v2/stats/Charts/QUESTITEM_EXP_TOKEN_D4_T6_EXP_HRD_HERETIC_FISHYBUSINESS.json?date=2023-12-13&qualities=1&time-scale=24
The
date
will change, which I will not forget to specify.I use the value
2023-12-13
as the date and get the following result:Why do I see data for
2023-12-12T00:00:00
?I use
2023-12-12
:Why is the value for
2023-12-12
different in both cases?14422
vs15438
? When I write2023-12-12
, do I get data for the whole day or some data selected in the middle of the day?I use
2023-12-11
:Why don't I see information for
2023-12-10
now? (this information exists, I checked). In the first two paragraphs, I received data for a day ago, but in the third paragraph, this is not the case. How does it work?I make new request:
Get result:
How can
T4_METALBAR
have a price on theBlack Market
? Why is it identical toCaerleon
prices? (and there are quite a lot of such positions).Perhaps I don't understand something. I will be glad if someone explains to me how it works :)