API Documentation
Complete API reference for the Steam Groups Database
Base URL
All API requests should be made to:
https://api.steam-groups.comEndpoints
Available API endpoints
Response Format
Standard response structure
Success Response:
{
"success": true,
"data": { ... },
"pagination": { ... }
}Error Response:
{
"success": false,
"error": {
"code": "ERROR_CODE",
"message": "error message"
}
}