API Hub Bangladesh API ব্যবহার করার পদ্ধতি।
http://apisell24.cfd/api-hub/api/index.php
API Key পাঠাতে হবে। ৩টি উপায়:
?key=YOUR_KEYX-API-Key: YOUR_KEYBearer YOUR_KEYhttp://apisell24.cfd/api-hub/api/index.php?route=call&api_id=1774614252&key=YOUR_KEY&nid=1234567890{"status":"success","code":200,"data":{},"credits_left":95,"expiry_date":"2025-03-27"}
fetch('http://apisell24.cfd/api-hub/api/index.php?route=call&api_id=1&key=YOUR_KEY&nid=1234567890')
.then(res => res.json())
.then(data => console.log(data));