Game Intelligence API — real-time game issue detection, friction analysis, and resolution intelligence.
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
| 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 |
All authenticated endpoints require an X-API-Key header:
X-API-Key: gapi_xxxxxxxxxxxxx
Register at gameapi.co.uk to get your API key.
Import schema/schema.sql into your MySQL database.
Proprietary — GameAPI © 2026