Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.