Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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&currency=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`.