GET
/
redirect
/
{provider}
/
{name}
You can directly open these links in your browser

How to use

const encodedName = encodeURIComponent(name);
// Open directly in browser
window.open(`http://api.betterfloat.com/redirect/${provider}/${encodedName}`);
// Open from a browser extension
chrome.tabs.create({ url: `http://api.betterfloat.com/redirect/${provider}/${encodedName}` });

Example items

"AK-47 | Redline (Field-Tested)";
"AWP | Asiimov (Field-Tested)";
"★ Karambit | Lore (Minimal Wear)";
"★ M9 Bayonet";

Source

https://github.com/EricZhu-42/SteamTradingSite-ID-Mapper

Path Parameters

provider
enum<string>
required

The marketplace to redirect to

Available options:
buff,
c5game,
youpin
name
string
required

The name of the item to redirect to. Uses Buff's naming schema.