24HG Developer Portal Build on the Platform
APIs, SDKs, and tools to integrate with the 24HG ecosystem.
Everything You Need to Build
A complete developer toolkit for the 24HG platform.
REST API
Full programmatic access to the 24HG ecosystem. Manage servers, users, clans, tournaments, and more through clean JSON endpoints.
1,700+ endpointsOAuth 2.0
Secure authentication and authorization. Let users sign in with their 24HG account and grant your app scoped access to their data.
Authorization Code + PKCEWebhooks
Real-time event notifications pushed to your server. Get notified about player events, server status changes, transactions, and more.
50+ event typesPlugin SDK
Build and distribute plugins for the 24HG Hub. Extend functionality with custom pages, commands, integrations, and widgets.
Hot-reload dev modeBot Framework
Create bots for Discord and the 24HG Hub. Command routing, event handling, message parsing, and rich embeds out of the box.
Discord + Hub supportDocumentation
Comprehensive guides, tutorials, and API references. From quickstart to advanced usage, everything you need to ship fast.
Interactive examplesExplore the API
RESTful endpoints with consistent patterns, pagination, and detailed error responses.
{
"data": [
{
"id": "3ad534a6",
"name": "No Man's Land | 5x",
"game": "rust",
"players": 42,
"max_players": 100,
"status": "running",
"uptime": 99.8,
"region": "eu-west"
},
{
"id": "98ae841b",
"name": "Action City | FiveM",
"game": "fivem",
"players": 18,
"max_players": 64,
"status": "running",
"uptime": 99.5,
"region": "eu-west"
}
],
"meta": {
"total": 89,
"page": 1,
"per_page": 25
}
}
Available SDKs
First-class client libraries for your language of choice.
JavaScript
Node.js & Browser
npm i @24hg/sdk
Python
3.10+
pip install 24hg
Go
1.21+
go get 24hg.dev/sdk
Rust
Stable
cargo add 24hg-sdk
Developer Portal is Under Construction
We are building the full developer experience. API keys, interactive docs, sandbox environments, and more are on the way.