If you're looking for a bdo boss timer and other tools, check out veliainn.com
If you're here for dev related stuff, read below.
Wanna chat? Join the Discord!
Updated daily around 6pm UTC
Compared to the web app API, the in-game API contains limited information. The data/items.json
list/database aims to make it easier to get the relevant item data for your project.
JSON object, with item ids as keys
{
"10010": {
"id": 10010,
"locale_default": "us",
"locale_name": {
"us": "Kzarka Longsword",
"de": "Langschwert: Kzarka",
"fr": "Épée longue de Kzarka",
"ru": "Меч Кзарки",
"es": "Espada larga de Kzarka",
"sp": "Espada Larga de Kzarka",
"pt": "Espada Longa Kzarka",
"jp": "クザカソード",
"kr": "크자카 장검",
"cn": "科扎卡长剑",
"tw": "克價卡長劍",
"th": "ดาบยาวคจาคาร์",
"tr": "Kzarka Uzun Kılıç",
"id": "Kzarka Longsword"
},
"grade": 3,
"category_primary": 1,
"category_secondary": 1
}
}
List of category/subcategory names.