BnS Life Public API

The BnS Life API provides detailed data about market content and character statistics for Blade and Soul NA/EU.
All data is provided in JSON and available for all manual and automated access points.
Character Data Access Point

The character data contains all information BnS Life fetches and displays on the character pages.
The access point is available at:
https://bns.life/data/char

Character Data Parameters

region: [eu/na]
Sets the region for target character.
name: #name#
Specifies the name of target character.
type: [pve/pvp]
Displays stored PVE/PVP build.
*optional.
filter: [options]
Sets specific filters for data fetching.
*optional, default: full.


Filter Options

The filter parameter can contain one or multiple elements to specify the target data information.
Following filters are available:
full
Displays the whole character sheet.
*selected when no filter specified
stats
Displays all character stat values.
(stats_base, stats_equip, stats_total)
stats_base
Displays the character base stat values.
stats_equip
Displays the character equipment stat values.
stats_total
Displays the characters total stat values.
hmpoints
Displays the HM point distribution.
talents
Displays the talent tree.
general
Displays general character and account data
equip_basic
Displays basic equipment information
equipment
Displays more detailed equipment information
account
Displays known characters from same account


Examples

https://bns.life/data/char?region=eu&name=Roarkii
https://bns.life/data/char?region=eu&name=Roarkii&filter=stats,equipment,shields
https://bns.life/data/char?region=na&name=Faireii&filter=general,account,stats_total
https://bns.life/data/char?region=na&name=Faireii&type=pve&filter=talents