Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericzhu-42/steamtradingsite-id-mapper
ID mapping for DOTA2 & CS2 tradeable items between the Steam Market and third party trading platforms. | Currently supporting buff.163.com, igxe.cn, c5game.com and youpin898.com.
https://github.com/ericzhu-42/steamtradingsite-id-mapper
csgo dota2 steam steam-trading
Last synced: about 1 month ago
JSON representation
ID mapping for DOTA2 & CS2 tradeable items between the Steam Market and third party trading platforms. | Currently supporting buff.163.com, igxe.cn, c5game.com and youpin898.com.
- Host: GitHub
- URL: https://github.com/ericzhu-42/steamtradingsite-id-mapper
- Owner: EricZhu-42
- License: cc-by-4.0
- Created: 2024-02-04T03:20:19.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-12T19:55:48.000Z (9 months ago)
- Last Synced: 2024-04-13T03:04:03.882Z (9 months ago)
- Topics: csgo, dota2, steam, steam-trading
- Homepage:
- Size: 4.1 MB
- Stars: 15
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SteamTradingSite ID Mapper
This repository provides an ID mapping for DOTA2 & CS2 tradeable items between the Steam Market and major trading platforms.
该仓库旨在提供 DOTA2 & CS2 在 Steam Market 与主要的第三方交易平台的饰品 ID 对照表,以便于相关程序的开发。
Currently, we support the following platforms:
- [BUFF](https://buff.163.com/)
- [IGXE](https://www.igxe.cn/)
- [C5](https://www.c5game.com/)
- [UUYP](https://www.youpin898.com/) (youpin898.com)Please note that we cannot guarantee the completeness, accuracy, or timeliness of the mapping as new items are continuously added to the games. Contributions are always welcome!
请注意,由于游戏中将不断添加新的饰品,我们无法保证对照关系的完整性、正确性与时效性。欢迎发起 PR 进行更新!
## Coverage Rate
| | **570 (DOTA2)** | **730 (CSGO)** |
| :------: | :-------------: | :-----------: |
| **Steam Market** | 43247 | 23045 |
| **BUFF** | 42962 (99.34%) | 23045 (100.00%) |
| **IGXE** | 28662 (66.28%) | 22893 (99.34%) |
| **C5** | 38311 (88.59%) | 22901 (99.37%) |
| **UUYP** | N/A | 22869 (99.24%) |## Usage
### Steam
- **Key:** `market_hash_name` of the item.
- **Values:**
- `en_name`: the display name of the item in English. Please note that this may not always be the same as `market_hash_name`. For more information, please refer to [this discussion](https://www.reddit.com/r/SteamBot/comments/457zpl/question_difference_between_market_name_and/).
- `cn_name`: the display name of the item in Chinese.
- `name_id`: the `item_nameid` of the item, which is used in APIs such as [itemordershistogram](https://steamcommunity.com/market/itemordershistogram?country=US&language=english¤cy=1&item_nameid=176096390&norender=1).### Third-party Platforms
- **Key:** `market_hash_name` of the item.
- **Value:** the ID of the item on the respective platform. If the item is currently not found, the value is `-1`.