A simple API for Send Like to Garena Free Fire Accounts
Built with Flask for lightweight, fast, and reliable performance.
- Decode Free Fire JWT tokens instantly to find player region.
- Fetch player details and automatically manage
lock_region. - Automatically send requested Likes using dynamically updated tokens.
- Fully asynchronous internal requests for maximum speed.
- Easy deployment on Vercel (serverless, free hosting)
Click below to deploy directly to Vercel:
- Your project will automatically rely on
uidpass.jsonandtokens.json. - Ensure you have run the update script or set up the GitHub Workflow to periodically refresh
tokens.json. - Your Vercel domain (e.g.,
https://free-fire-like-api.vercel.app) is now serving your API endpoints!
✅ Save changes and redeploy if necessary. Your API is now ready!
After deploying to Vercel (or running locally), you can hit your API via simple HTTP requests:
GET /like
Query Parameters:
uid(Required): The Free Fire Player ID to send likes to.server_name(Optional): Force a specific region (e.g.,IND,BD,BR). If omitted, it will automatically parse thelock_regionfrom your active token!
https://your-domain.com/like?uid=123456789{
"credit": "https://t.me/paglu_dev",
"LikesGivenByAPI": 100,
"LikesafterCommand": 200,
"LikesbeforeCommand": 100,
"PlayerNickname": "PlayerName",
"Region": "BD",
"UID": 123456789,
"status": 1
}