Head-Eyes-Express / Fence

EFT Market Recorder
MIT License
0 stars 0 forks source link

Documentation on Tarkov APIs #5

Open Skyline300 opened 1 year ago

Skyline300 commented 1 year ago

Documents describing how the APIs are used, what type of APIs are there and the endpoints that specifically call market value of items in game

Skyline300 commented 1 year ago

On the TarkovDev API: It uses graphql for its queries and the scheme it uses is attached here: graphql playground The ID it uses for the parameters are listed on the JSON from Tarkovdata

Some notable queries are :

Skyline300 commented 1 year ago

On the Tarkov Changes API: The system uses a contemporary REST framework documentation can be seen here