Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/builder-247/node-dota2-cdn
Retrieves the Steam CDN Image URLs for Dota 2 cosmetic items
https://github.com/builder-247/node-dota2-cdn
Last synced: 2 months ago
JSON representation
Retrieves the Steam CDN Image URLs for Dota 2 cosmetic items
- Host: GitHub
- URL: https://github.com/builder-247/node-dota2-cdn
- Owner: builder-247
- License: mit
- Created: 2023-11-26T21:18:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-11T14:19:29.000Z (6 months ago)
- Last Synced: 2024-07-11T16:29:19.212Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 40.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-dota2-cdn
Generates Steam CDN URLs for Dota 2 cosmetics
> [!CAUTION]
> This method does not work for images using DXT compression, you can recognize the bad hashes starting with `da39a3ee`## Why?
Steam hosts all Dota 2 resource images on their CDN, but finding the URL is difficult. Previously one could get the
URL from the `http://api.steampowered.com/IEconDOTA2_570/GetItemIconPath/v1` API endpoint, but it has since then been deprecated.