← Back to catalog
platform.tool_rankings
mock data$0.000 / callTool Quality Rankings
Get ranked list of tools by quality — sort by uptime (most reliable), latency (fastest), or error_rate (fewest errors). Filter by category (e.g. "crypto", "weather"). Discover the best tools for your use case. Free, no charge (APIbase)
Input schema
sort
stringSort by: "uptime" (highest availability), "latency" (fastest p50), or "error_rate" (lowest errors). Default: "uptime"
limit
integerMax number of tools to return (1-100). Default: 20
category
stringFilter by tool category prefix (e.g. "crypto", "weather", "finance")
Call via REST
curl -X POST https://unifyapi.pro/api/call/platform.tool_rankings \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"sort":"uptime","limit":20,"category":"<category>"}'