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

x/steamy/Steam/mod.ts>getServersAtAddress_Result

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
interface getServersAtAddress_Result
import { type getServersAtAddress_Result } from "https://deno.land/x/steamy@v0.05a/Steam/mod.ts";

Properties

success: boolean
optional
message: string
servers: { addr: string; gmsindex: number; appid: number; gamedir: string; region: number; secure: boolean; lan: boolean; gameport: number; specport: number; }[]

A list of every server from this ip address.