💯
Percentage Calculator
Calculate percentages — what percent of total, percentage increase, or percentage decrease.
math
API: POST /api/tools/percentage-calc
Input
Result
🔌 API Usage
POST /api/tools/percentage-calc
Content-Type: application/json
// Example body:
{
"value": "0",
"total": "100",
"mode": "of_total"
}
Content-Type: application/json
// Example body:
{
"value": "0",
"total": "100",
"mode": "of_total"
}