Skip to content

andreivreja/veliainn-market-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Discord

Resources for BDO's Market API

Item Database

data/items.json

data/items_all.json

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.

Format

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
    }
}

Categories

data/categories.json

List of category/subcategory names.