Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/steamy/mod.ts

Steamy is a library made to help interact with Valve's REST APIs for their various games and services by providing easy asynchronous functions to call them, along with a key manager, and type checking to boot.
Latest
import * as steamy from "https://deno.land/x/steamy@v0.05a/mod.ts";

Functions

All prices are given as integers due to issues regarding precision. A double value can be obtained by dividing the price by 100. Note that for first party (Valve) games there may be a def_index property present, its value is a string that can be converted to an integer for use in schema item lookups.

Presence of a Steam Web API key will display all available methods & interfaces allowed for that key.

This API call seems to require an authorized API key to return the information

Presence of a Steam Web API key will display all available methods & interfaces allowed for that key.

The user's vanity URL that you would like to retrieve a steam ID for, e.g. http://steamcommunity.com/id/gabelogannewell would use "gabelogannewell"

Interfaces