{
    "name": "Itemler.net Dealer API",
    "version": "1.0.0",
    "status": "active",
    "documentation": "https:\/\/bayi.itemler.net\/api-docs.php",
    "endpoints": {
        "balance": {
            "url": "\/v1\/balance.php",
            "method": "GET",
            "description": "Bakiye sorgulama"
        },
        "games_list": {
            "url": "\/v1\/games.php?action=list&type=normal",
            "method": "GET",
            "description": "Oyun listesi"
        },
        "game_purchase": {
            "url": "\/v1\/games.php?action=purchase",
            "method": "POST",
            "description": "Oyun satın alma"
        },
        "game_detail": {
            "url": "\/v1\/games.php?action=detail&game_id=123",
            "method": "GET",
            "description": "Oyun detayı"
        }
    },
    "authentication": {
        "type": "API Key",
        "header": "X-API-Key: your_api_key_here",
        "note": "IP whitelist kontrolü yapılmaktadır"
    }
}