LootLocker Game API

The Game API is the primary client-side interface integrated into game builds for communication between the game and the LootLocker backend. It handles player session management, inventory, characters, assets, leaderboards, progressions, persistent storage, player files, purchasing, missions, and collectibles. All requests are authenticated via a session_token returned at login and passed in the x-session-token header.

API entry from apis.yml

apis.yml Raw ↑
aid: lootlocker:game-api
name: LootLocker Game API
description: 'The Game API is the primary client-side interface integrated into game builds for communication
  between the game and the LootLocker backend. It handles player session management, inventory, characters,
  assets, leaderboards, progressions, persistent storage, player files, purchasing, missions, and collectibles.
  All requests are authenticated via a session_token returned at login and passed in the x-session-token
  header.

  '
image: https://kinlane-productions.s3.amazonaws.com/apis-json/apis-json-logo.jpg
humanURL: https://ref.lootlocker.com/game-api/
baseURL: https://api.lootlocker.io/game
tags:
- Game API
- Player Authentication
- Leaderboards
- Inventory
- Cloud Save
properties:
- type: Documentation
  url: https://docs.lootlocker.com/
- type: Reference
  url: https://ref.lootlocker.com/game-api/