API v1 — Live

Football Intelligence
Built for Builders

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.

56K+
Player Profiles
137K+
Transfer Rumours
13
Intelligence Tools
Live
Match Intel API

Four Unique Capabilities

Capabilities not available anywhere else in the market

DNA Vector Search

Find statistically similar players using proprietary DNA fingerprints — playstyle, physical, and mental attributes encoded as semantic vectors.

/api/v1/intelligence/dna-search
2 credits / call

Transfer Intelligence

Real-time transfer tracking from Transfermarkt, Sportmonks, and social signals — with source credibility weighting.

/api/v1/intel/verify
3 credits / call

Truth Meter

AI Truth Score (0-100) with verdict, confidence level, and full source attribution. The anti-rumour weapon.

/api/v1/intelligence/truth-meter-dossier
1-5 credits / call

Live Match IntelNew

Real-time scores, goal events, penalty sequences, possession & corners for any match today. Powers P5 match-day content in seconds.

/api/intelligence/live-match
1 credit / call

API Keys

Manage your authentication credentials

Quick Start

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"
Base URL:https://api.risingtransfers.com

Live Match Intel APINew

GET /api/intelligence/live-match · 1 credit per call

Data:SportMonks v3 · Standard Plan

What you get

Scores by phaseFT · HT · ET · Penalty shootout
🎯
Penalty sequenceEvery kick: player, hit/miss, running score
🥅
Goal eventsMinute · scorer · type (Goal/Penalty/OG)
📊
Match statsPossession% · Corners · Yellow cards
🔄
SubstitutionsOn/off player + minute + injured flag
🏟️
Match contextVenue · Stage · Coach · Result info

Three query modes:

?fixture_id=19676916Most accurate
?home=West+Ham&away=BrentfordName matching
?team=ArsenalFuzzy single team

Example · West Ham 2-2 Brentford (FT_PEN)

{
  "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.

Simple Pricing

Start free, scale when you need to.

Free
$0forever
20 req / day
  • DNA Search (top 3 results)
  • Transfer Hot Topics
  • Basic player profiles
  • 1 API key
  • Community support
Most Popular
Pro
$29per month
1,000 req / day
  • DNA Search (full results)
  • Transfer Intel + Truth Meter
  • Full player scout reports
  • Market valuation data
  • Multiple API keys
  • Priority email support
Business
$99per month
5,000 req / day
  • Everything in Pro
  • Bulk data endpoints
  • Squad analyzer API
  • Player comparison API
  • SLA guarantee
  • Dedicated Slack support
Also available on

ClawHub AI Skills

Use our DNA Finder and Transfer Intel skills directly inside ClawHub — no API key needed for basic use.

Developer API | Rising Transfers | Rising Transfers