Developer API Portal

Resources for developers building with Aetherforge technology

API Documentation

Explore our APIs to integrate Aetherforge services into your applications

Getting Started

Welcome to the Aetherforge Interactive Developer API. Our APIs allow you to integrate our gaming services, user management, and content delivery into your own applications.

Authentication

All API requests require authentication using your API key. Include it in the header of each request:

GET /api/v1/endpoint

Headers:

Authorization: Bearer YOUR_API_KEY

Rate Limits

API requests are limited to 1000 requests per hour per API key. If you need higher limits, please contact our developer support team.

Core API Endpoints

User Management

GET /api/v1/users/{id}

Retrieve user information by ID.

POST /api/v1/users

Create a new user account.

PUT /api/v1/users/{id}

Update user information.

Game Data

GET /api/v1/games

Retrieve a list of available games.

GET /api/v1/games/{id}/leaderboard

Retrieve leaderboard data for a specific game.

GET /api/v1/games/{id}/achievements

Retrieve achievement data for a specific game.

Content Delivery

GET /api/v1/content

Retrieve available content items.

POST /api/v1/content

Upload new content (requires special permissions).

SDK Downloads

We provide SDKs for various platforms to make integration easier:

Unity SDK

Version 2.4.1

Download

Unreal Engine

Version 1.8.3

Download

JavaScript SDK

Version 3.2.0

Download

Android SDK

Version 2.1.5

Download

API Status

Check the current status of our API services:

Core API

Operational

Authentication

Operational

Content Delivery

Operational

Analytics

Operational