Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Nakama API

The Nakama API is the core REST and WebSocket API for Heroic Labs' open-source game backend server. It provides endpoints for user authentication (social, device, email, and custom), account management, multiplayer matchmaking, real-time gameplay via WebSocket, leaderboards, tournaments, group and friend management, in-app notifications, storage, and remote procedure calls (RPC). The gRPC interface mirrors the HTTP API and is suited for server-to-server integrations. Client SDKs are available for Unity, Unreal Engine, Godot, JavaScript, Dart, Java, Swift, C++, and Defold.

Nakama API is one of 4 APIs that Heroic Labs publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Game Backend, Multiplayer, Matchmaking, Leaderboards, and WebSocket. The published artifact set on APIs.io includes API documentation, an OpenAPI specification, and a GitHub repository.

Requests are made against the base URL https://127.0.0.1:7350.

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI
Base URL
https://127.0.0.1:7350

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

Raw ↑

Other APIs Heroic Labs publishes across the network.

Satori API
Heroic Labs Console API
Heroic Labs Rpc API