documenter.getpostman.com
Open in
urlscan Pro
3.233.34.120
Public Scan
Submitted URL: http://dev.api.arsha.io/
Effective URL: https://documenter.getpostman.com/view/4028519/2s9Y5YRhp4
Submission: On December 04 via api from US — Scanned from DE
Effective URL: https://documenter.getpostman.com/view/4028519/2s9Y5YRhp4
Submission: On December 04 via api from US — Scanned from DE
Form analysis
0 forms found in the DOMText Content
Public Documentation Settings ENVIRONMENT NA LAYOUT Double Column LANGUAGE cURL - cURL BDO Market API v2 Introduction Context Usage As Omegapepega Replacement Available Regions V1 V2 Status BDO MARKET API V2 If you spot an error in these docs, need help or want to make a feature request, fork this collection and make a pull request or join the Discord or DM Luke#1909 Source code is available here: GitHub -------------------------------------------------------------------------------- * Thank you to Veliainn for documenting the API endpoints. * Thank you to BDOCodex for all item data. * This API is a cached wrapper around the Black Desert Online market. * All values are cached for 30 minutes and deleted depending on usage frequency. * V1 Response structure mimics source structure while V2 parses the information into a more clear JSON representation. -------------------------------------------------------------------------------- CONTEXT The intention behind this project is to avoid spamming PA's servers with unwanted requests, as the endpoints documented are not done so by PA officially, but by members of the community. Thus to avoid putting an unnecessary load on PA's infrastructure, you can use this API to grab values that are cached at a set interval instead. -------------------------------------------------------------------------------- USAGE AS OMEGAPEPEGA REPLACEMENT You can use this API as a replacement to Omegapepega using ImportJSON For example, to get the price and name of an item, use the following and replace :region, id, sid and lang with your query: =ImportJSON("https://api.arsha.io/v1/:region/price?id=10610&sid=20&lang=en", "/name,/basePrice", "noHeaders") The same process applies to all other available endpoints, however the parameters used to query must be adjusted accordingly. -------------------------------------------------------------------------------- AVAILABLE REGIONS Replace :region with one of the following: * na * eu * sea * mena * kr * ru * jp * th * tw * sa * console_eu * console_na * console_asia SUPPORTED LANGUAGES The lang parameter can be any of the following: en = English de = German fr = French ru = Russian es = Spanish (EU) sp = Portuguese (RedFox) pt = Portuguese jp = Japanese kr = Korean th = Thai tr = Turkish tw = Chinese (Taiwan) cn = Chinese (Mainland)