Verdict API
Data-backed hot takes with percentile receipts · RT Verdict engine with cohort percentiles.
5 credits per call · POST /api/v1/verdict
Example captured 2026-06-09 · Rodri · auto contrast vs Florian Wirtz anchor · engine picks type (users cannot force fraud/contrast on frontend either — audit §1.2).
Returns a structured hot take with percentile "receipts" and optional contrast vs an auto-selected anchor player. Use for newsletters, bots, or as copy input before generating Cards.
Response fields
| Response field | Provided by |
|---|---|
| verdict_code | RT Verdict engine |
| headline | RT Verdict engine |
| evidence[] | RT cohort percentile engine |
| contrast | RT Verdict engine |
| fee_tier | RT fee_tier mask |
Request body
{
"player_name": "Rodri",
"player_id": 900201,
"team_hint": "Manchester City"
}verdict_code—contrast·fraud·fallback(auto, same priority as SSR)fee_tieron subject and anchor — not exact EUR in JSON or headline (public API sanitizes € from headline text)- Cannot specify anchor player or force verdict type via API (matches frontend)
Entity resolution
RT resolves names to players using its entity index. team_hint helps disambiguate common names.
name (string)player_id (number)team_hint (string, optional)name2 (string, optional · compare flows)
Data & usage policy
RT Developer API returns processed football intelligence — seasonal per-90 metrics, cohort percentiles, DNA similarity, verdicts, and shareable PNG cards. You send player identity and options; RT resolves all stat values server-side.
Underlying match and seasonal statistics are licensed from third-party sports data providers and transformed by RT. Display RT as the data source in your integration; follow your agreement if provider attribution is required.
Authentication
- Header:
Authorization: Bearer rt_sk_... - Positive API Wallet balance before each call · charged on successful 2xx responses only
- Response headers:
X-RT-Credits-Charged · X-RT-Wallet-Balance
Create keys at Console → API Keys · Top up at Wallet
Example
curl -X POST https://api.risingtransfers.com/api/v1/verdict \
-H "Authorization: Bearer rt_sk_..." \
-H "Content-Type: application/json" \
-d '{"player_name":"Rodri","team_hint":"Manchester City"}'