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