Steamworks Documentation
Steamworks API Reference
Welcome to the Steamworks API Reference!

This section provides a complete listing of everything available in the Steamworks API. You should head over to the Steamworks API Overview before diving in to get setup using the Steamworks API.

For an overview of features provided by the Steamworks API take a look at Features.

If you are using the Web API, you can find documentation for it on the Steamworks Web API Reference.

InterfaceDescription
ISteamAppsExposes a wide range of information and actions for applications and Downloadable Content (DLC).
ISteamAppTicketInterface to get app ownership data. This is used by the Steam DRM wrapper to let it ask about ownership with greater confidence.
ISteamClientInterface to create a new steam instance or to connect to an existing steam instance, whether it's in a different process or is local.
ISteamControllerSteam Controller support API (deprecated and replaced with ISteamInput)
ISteamFriendsInterface to access information about individual users and interact with the Steam Overlay.
ISteamGameCoordinatorFunctions for sending and receiving messages from the Game Coordinator.
ISteamGameServerProvides the core of the Steam Game Servers API.
ISteamGameServerStatsFunctions to allow game servers to set stats and achievements on players.
ISteamHTMLSurfaceInterface for rendering and interacting with HTML pages.
ISteamHTTPA small and easy to use HTTP client to send and receive data from the web.
ISteamInputInterface for supporting Xbox, PlayStation, Switch and Steam Controllers.
ISteamInventorySteam Inventory query and manipulation API.
ISteamMatchmakingFunctions for clients to access matchmaking services, favorites, and to operate on game lobbies.
ISteamMatchmakingServersFunctions which provide access to the game server browser.
ISteamMusicFunctions to control music playback in the steam client.
ISteamMusicRemoteAllows direct interaction with the Steam Music player.
ISteamNetworkingNetworking functions for making connections and sending data between clients, traversing NATs when possible.
ISteamNetworkingSocketsNewer networking API. Higher performance API that relays data through the Valve network and protects player IP addresses.
ISteamNetworkingUtilsMisc networking utilities useful when using ISteamNetworkingSockets
ISteamRemotePlayFunctions for getting information about Steam Remote Play sessions.
ISteamRemoteStorageProvides functions for reading, writing, and accessing files which can be stored remotely in the Steam Cloud.
ISteamScreenshotsFunctions for adding screenshots to the user's screenshot library.
ISteamUGCFunctions to create, consume, and interact with the Steam Workshop.
ISteamUserFunctions for accessing and manipulating Steam user information.
ISteamUserStatsProvides functions for accessing and submitting stats, achievements, and leaderboards.
ISteamUtilsInterface which provides access to a range of miscellaneous utility functions.
ISteamVideoProvides functions to interface with the Steam video and broadcasting platforms.
SteamEncryptedAppTicketUtilities to decode/decrypt encrypted application tickets.
steam_apiProvides the core foundation to initialize and access the Steamworks API.
steam_gameserverProvides the core foundation to initialize and access the Steamworks GameServer API.