Steam Complete API

Demo to preview the plugin:

Introduction

The plugin lets you retrieve data from Steam with more than 20+ pre-configured API calls.
The plugin also includes extra calls and features from us.

Prerequisites

You will need an API key in order to authorize yourself and tell Steam you're allowed to request data.

How to setup

Visit the Steam API Key page and log in with your Steam account. (If you don't have a Steam account you will have to create one and buy at least 5 dollars of game to have access to the API)
Once you are on this page, apply for a key and fill out your app URL. You need to provide only the domain of the URL (eg myapp.fr) and make sure it's valid.
Image without caption
Once you filled the form, copy the key from Steam (in blue) and paste it into the plugin settings.
Image without caption

Plugin Element Properties

Plugin Data Calls

👤 GET PLAYER SUMMARY
👤 GET PLAYER FRIEND LIST
👤 GET PLAYER ACHIEVEMENTS
👤 GET PLAYER STATS FOR GAME
👤 GET PLAYER RECENTLY PLAYED GAME
👤 GET PLAYER BANS
👤 GET PLAYER OWNED GAMES
👤 GET PLAYER STEAM LEVEL
👤 GET PLAYER XP, LEVEL AND BADGES
🕹️ GET NEWS FOR APP
🕹️ GET GLOBAL ACHIEVEMENT PERCENTAGES
🕹️ GET SCHEMA

Definition

STEAMID
APPID
l parameter
Reconstruct image URL

Workflow example

To display information about a player set up a group with type of content - 👤 GET PLAYER SUMMARY response player (Steam) and the corresponding data source
Image without caption
set the steamId of the player
Image without caption
use the data in your group to display the info:
Image without caption

Changelogs