AMS FF LIKE API DOCS

Public Like API Documentation

Use one clean endpoint for 100 like, 200 like, and free like requests. This page only contains public integration details for users and developers.

GET MethodJSON ResponsePythonJavaScriptPHPcURL
CLIENT /LIKE JSON RESULT

Quick Contract

Base URLcurrent domain
Main endpoint/like
Paid types100, 200
Free typefree
Serverbd, ind, sg, my...
Authapi_key required

Endpoints

Use one GET endpoint for public integrations. Send all values as query parameters.

GET/like?uid=UID&server_name=bd&api_key=API_KEY&type=100
All request types require an API key, including free like: /like?uid=UID&server_name=bd&api_key=API_KEY&type=free

Parameters

NameRequiredValuesDescription
uidYesFree Fire UIDTarget player UID.
server_nameYesbd, ind, sg, my, pk, vn, th, me, br, us, sac, naTarget account server/region.
api_keyYesYour API keyRequired for 100, 200, and free like requests.
typeYes100, 200, freeSelects the like package.

Limit Rules

TypeRequestedLimit Cut Rule
100100 likesSent below 70 cuts 0. Sent 70 or more cuts 1.
200200 likesSent below 90 cuts 0. Sent 90-119 cuts 1. Sent 120 or more cuts 2.
freeConfigured free amountAlways cuts 0.

Code Examples

Select a language. Replace UID and API_KEY with your own values.

JavaScript
fetch client
Python
requests
PHP
cURL extension
cURL
terminal
JavaScript Fetch

Success Response

JSON
{
  "status": "success",
  "endpoint": "like100",
  "uid": "1668097182",
  "server_name": "bd",
  "requested": 100,
  "likes_sent": 87,
  "limit_cut": 1,
  "remaining_today": 9,
  "key_name": "Mitul"
}

Error Responses

StatusMeaningFix
400Invalid typeUse 100, 200, or free.
401Invalid API keyCheck your key.
429Daily or total limit reachedWait for reset or contact provider.
502Upstream like API errorRetry later.