{
  "api": "Free Fire API (JWT Generator + Profile Cards V1/V2)",
  "endpoints": {
    "jwt_token": "/jwt/token?uid=YOUR_UID&password=YOUR_PASSWORD",
    "card_v1": "/card/v1?uid=TARGET_UID&region=PK&beforelikes=100&likesgiven=50",
    "card_v2": "/card/v2?uid=TARGET_UID&region=PK",
    "regions": "/regions"
  },
  "notes": {
    "region": "optional; when given, ONLY that server is searched (e.g. region=PK forces the PK server)",
    "token_api": "optional; use the JWT+api from /jwt/token to fetch any account reliably",
    "debug": "add debug=1 to return player data as JSON instead of the card image"
  },
  "version": {
    "play_version": "1.126.1",
    "release_version": "OB54"
  }
}