Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Release: Opensolr Search 4.5.0 Minor update available for module opensolr_search (4.5.0). Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Usage Milestone: Simplify Module simplify crossed 10,000 active installs. Usage Milestone: Views Reference Filter Module entityreference_filter crossed 10,000 active installs. Usage Milestone: Dropdown Language Module dropdown_language crossed 10,000 active installs. Usage Milestone: Paragraphs Browser Module paragraphs_browser crossed 10,000 active installs. Usage Milestone: OpenAPI Module openapi crossed 10,000 active installs. Usage Milestone: Decoupled Router Module decoupled_router crossed 10,000 active installs. Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

Steam API

5 sites Security covered Drupal 10–11
View on drupal.org

This module provides services to interact with the Steam Web API, allowing you to fetch news, user information, and user statistics for games.

Steam API provides services to interact with steam using the official Steam Web API.

* Please note that only ISteamNews, ISteamUser and ISteamUserStats class are supported actually.

To submit bug reports and feature suggestions, or to track changes: https://drupal.org/project/issues/steam_api

Installation

Install as you would normally install a contributed Drupal module.

Configuration

After the module has been enabled, access /admin/config/services/steam_api and set your Steam API key.

* The configuration form provides a link to the Steam page where you can create or retrieve your Steam API key.

How to use it

3 services provided :

  • steam_api.news (covers calls to ISteamNews methods)
    • getNewsForApp(string $appid, int $count, string $feed_names)
  • steam_api.user (covers calls to ISteamUser methods)
    • getFriendList(string $steamcommunity_id)
    • getPlayerBans(string $steamcommunity_ids)
    • getPlayerSummaries(string $steamcommunity_ids)
  • steam_api.userstats (covers calls to ISteamUserStats methods)
    • getGlobalAchievementPercentagesForApp(string $app_id)
    • getPlayerAchievements(string $steamcommunity_id, string $app_id, string $language = '')
    • getSchemaForGame(string $app_id, string $language = '')
    • getUserStatsForGame(string $steamcommunity_id, string $app_id, string $language = '')

Read more about Services and dependency injection in Drupal 8

Recommended modules

Mainteners

Current maintainers:

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

1 tracked project depends on this one

Activity

Tracked releases
3
Tracked since
Feb 2025
Latest release
2 months ago
Releases (12 mo)
1 ▼ from 2
Maintenance
Active

Release Timeline

Releases

Version Type Core Release date
2.0.0 Stable 10–11 Jun 24, 2026
2.0.0-beta1 Pre-release 10–11 Feb 22, 2025
2.0.x-dev Dev 10–11 Feb 22, 2025