Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameAPI Platform v1.0

Game Intelligence API — real-time game issue detection, friction analysis, and resolution intelligence.

Architecture

api.gameapi.co.uk/
├── api/
│   ├── api.php          # Main API (all routes)
│   └── .htaccess        # URL rewriting
├── docs/
│   └── index.html       # API documentation
├── schema/
│   └── schema.sql       # MySQL schema
└── README.md

API Endpoints

Method Route Auth Description
GET /health No Platform health check
POST /v1/auth/register No Register for API key
GET /v1/auth/me Yes Key info
POST /v1/auth/rotate Yes Rotate API key
DELETE /v1/auth/revoke Yes Revoke API key
GET /v1/status Yes Platform status
GET /v1/live/hotspots Yes Active friction hotspots
GET /v1/signals/active Yes Raw signal data
POST /v1/friction/scan Yes Analyze game friction
POST /v1/solve Yes Match solutions
POST /v1/device/optimize Yes Device optimization
POST /v1/events/ingest Yes Signal ingestion
POST /v1/dev/friction Yes Dev telemetry
POST /v1/webhooks Yes Create webhook
GET /v1/webhooks Yes List webhooks
DELETE /v1/webhooks/{id} Yes Delete webhook

Authentication

All authenticated endpoints require an X-API-Key header:

X-API-Key: gapi_xxxxxxxxxxxxx

Register at gameapi.co.uk to get your API key.

Database Setup

Import schema/schema.sql into your MySQL database.

License

Proprietary — GameAPI © 2026

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages