🎮

ShadowGMR FF API

Free Fire Friend Management Suite

🌍 GLOBAL v4.4 ⚡ 6 Endpoints 🔐 AES Encrypted
👑
Shadow GMR
🔧 API Developer | Free Fire Tools Creator

📡 API Endpoints ALL ACTIVE

📥
GET
/getrequestlist
Get pending friend requests with full player details
👥
GET
/GetFriendList
Get your complete friend list
GET
/confirmfriend
Accept a pending friend request by UID
🗑️
GET
/removefriend
Remove a friend from your list
GET
/addfriend
Send friend request to any player
GET
/rejectfriend
Decline a pending friend request

📋 API Reference

Endpoint Method Parameters Example
/getrequestlist GET api_key, token /getrequestlist?api_key=***&token=JWT
/GetFriendList GET api_key, token /GetFriendList?api_key=***&token=JWT
/confirmfriend GET api_key, token, uidREQUIRED /confirmfriend?api_key=***&token=JWT&uid=2212735629
/removefriend GET api_key, token, uidREQUIRED /removefriend?api_key=***&token=JWT&uid=2212735629
/addfriend GET api_key, token, uidREQUIRED /addfriend?api_key=***&token=JWT&uid=2212735629
/rejectfriend GET api_key, token, uidREQUIRED /rejectfriend?api_key=***&token=JWT&uid=2212735629

💡 Region auto-detected from JWT token • api_key is your private key