Integrate AlexHoursBoost into your own server, bot or application.
https://alexlamasg.lat/api
Auth: API Key
Format: JSON
Use your API key with the endpoints documented below
All authenticated requests require the header X-Api-Key:
| Plan | Requests/min | Notes |
|---|---|---|
| Free | 30 | Ideal for personal use |
| Pro | 120 | For bots and automation |
| Enterprise | 500 | High-traffic servers |
| Code | Meaning |
|---|---|
400 | Bad request — missing parameters |
401 | API key not provided |
403 | Invalid API key or plan limit |
404 | Resource not found |
409 | Conflict — resource already exists |
429 | Too many requests — rate limited |
500 | Internal server error |
| Field | Type | Required | Description |
|---|---|---|---|
account_name | string | Yes | Steam username |
password | string | Yes | Account password |
shared_secret | string | No | Steam Guard Mobile shared secret |
| Field | Type | Required | Description |
|---|---|---|---|
games | array | Yes | Array of objects with app_id and game_name |