https://github.com/sobekcore/blackdesertmarket
A web recreation of Central Market from the game Black Desert Online. Contains both API and client-side application.
https://github.com/sobekcore/blackdesertmarket
api bdo blackdesertonline docker typescript
Last synced: about 2 months ago
JSON representation
A web recreation of Central Market from the game Black Desert Online. Contains both API and client-side application.
- Host: GitHub
- URL: https://github.com/sobekcore/blackdesertmarket
- Owner: sobekcore
- Created: 2022-10-08T00:53:39.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T11:08:28.000Z (3 months ago)
- Last Synced: 2025-09-12T13:18:08.455Z (3 months ago)
- Topics: api, bdo, blackdesertonline, docker, typescript
- Language: TypeScript
- Homepage: https://blackdesertmarket.com
- Size: 2.89 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Black Desert Market
Black Desert Market is a web recreation of Central Market from the game Black Desert Online. Project has a market API and UI resembling in-game market interface.
## Motivation
Motivation behind this project is that the official web market is very lackluster in terms of functionality when compared to the in-game one. There simply was not a single good solution that had the same experience as the market we know from game - thus the project was made.
## Implementation
This project uses data from official web market API ([https://eu-trade.naeu.playblackdesert.com/Home](https://eu-trade.naeu.playblackdesert.com/Home)), but is adjusted to be more usable in real world applications.
## API Documentation
Documentation for the API can be found here: [https://api.blackdesertmarket.com](https://api.blackdesertmarket.com).
## Legal Considerations
Legal Considerations for the whole project can be found here: [https://blackdesertmarket.com/legal](https://blackdesertmarket.com/legal).
## Contributing
Contribution in any form is welcome, feel free to submit a pull request with any change that you think would make this project better. We will appreciate help in any possible way.