Access 56,000+ player DNA profiles, real-time transfer tracking across 137,000+ rumours, and AI Truth Meter verification — all through a simple REST API.
Capabilities not available anywhere else in the market
Find statistically similar players using proprietary DNA fingerprints — playstyle, physical, and mental attributes encoded as semantic vectors.
/api/v1/intelligence/dna-searchReal-time transfer tracking from Transfermarkt, Sportmonks, and social signals — with source credibility weighting.
/api/v1/intel/verifyAI Truth Score (0-100) with verdict, confidence level, and full source attribution. The anti-rumour weapon.
/api/v1/intelligence/truth-meter-dossierReal-time scores, goal events, penalty sequences, possession & corners for any match today. Powers P5 match-day content in seconds.
/api/intelligence/live-matchManage your authentication credentials
Three API calls to get you started in under 5 minutes — including real-time match data.
# 1. DNA Vector Search — find similar players curl "https://api.risingtransfers.com/api/v1/intelligence/dna-search?player=Mbapp%C3%A9&limit=5" \ -H "Authorization: Bearer rt_sk_YOUR_KEY" # 2. Live Match Intel — real-time score, goals & pen sequence curl "https://api.risingtransfers.com/api/intelligence/live-match?fixture_id=19676916" \ -H "Authorization: Bearer rt_sk_YOUR_KEY" # 3. Truth Meter — full dossier with truth score curl "https://api.risingtransfers.com/api/v1/intelligence/truth-meter-dossier?player=Pedri&to_team=Manchester+City" \ -H "Authorization: Bearer rt_sk_YOUR_KEY"
GET /api/intelligence/live-match · 1 credit per call
Three query modes:
?fixture_id=19676916Most accurate?home=West+Ham&away=BrentfordName matching?team=ArsenalFuzzy single team{
"score": { "display": "2-2 (5-3 pens)" },
"score_ht": { "display": "2-1" },
"state": "FT_PEN",
"result_info": "West Ham United won after penalties.",
"stats": {
"possession": { "home": 51, "away": 49 },
"corners": { "home": 10, "away": 6 },
"yellow_cards": { "home": 2, "away": 0 }
},
"goals": [
{ "minute": 19, "player": "Jarrod Bowen",
"type": "Goal", "result": "1-0" },
{ "minute": 34, "player": "Jarrod Bowen",
"type": "Penalty", "result": "2-1" }
],
"pen_sequence": [
{ "player": "Jarrod Bowen", "hit": true, "result": "1-0" },
{ "player": "Dango Ouattara", "hit": false, "result": "2-1" },
{ "player": "Tomas Soucek", "hit": true, "result": "4-2" },
{ "player": "K. Mavropanos", "hit": true, "result": "5-3" }
]
}Standard Plan note: Shots / xG / passes require Pro Plan upgrade. All Standard fields shown above are fully available.
Start free, scale when you need to.