API Documentation
Developer API Reference
Complete API documentation for integrating DXA BOT services into your applications.
🤖 Connect Your Account to Bot
Type your API key on our Telegram bot to get connected. Get real-time updates, API logs, and status reports directly on Telegram.
@dxaapi_service_bot
Active
✅
Connected
FF Like API
v1.0 StableSend likes to FreeFire player profile. Each request sends 100 likes.
Send Likes
GET /api/fflike.php
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
key | string | * | Your API key |
uid | string | * | Player UID (min 8 digits) |
// Example Request
?key=DXA-XXXXXXXX&uid=8307359292
// Response
{
"status": "success",
"LikesGivenByAPI": 100,
"LikesafterCommand": 1250,
"LikesbeforeCommand": 1150,
"PlayerNickname": "RVX-HAIKO",
"developer": "telegram @TeamDXA"
}