Test first
Prove the request in the playground, confirm the response contract in ReDoc, then copy the endpoint and payload into your service layer.
Build against a production football intelligence contract — not a loose demo surface. Validate in the playground, confirm the schema in ReDoc, then ship to production.
⚲ Base URLfootballperformanceapi.site Prove the request in the playground, confirm the response contract in ReDoc, then copy the same endpoint and payload assumptions straight into your service layer.
Prove the request in the playground, confirm the response contract in ReDoc, then copy the endpoint and payload into your service layer.
Exercise real endpoints, confirm authentication, validate payload shape, inspect response fields, and test edge cases before writing integration code.
Use the generated schema as the source of truth for parameters, response objects, validation rules, and the data types each module returns.
Treat the playground as a contract rehearsal — check required fields, sample realistic inputs, inspect errors, and lock the payload before going live.
The API is organized around outputs that stay useful after the first request: player scoring, role interpretation, and custom prediction for downstream products.
Delivers normalized performance scores for dashboards, scouting shortlists, automated reports, and ranking logic.
Role-cluster results and similarity signals — compare players by behavioral patterns, not just position labels.
Submit private or niche player feature sets to generate initial ratings and role interpretation when public records are incomplete.
Authentication is a single api_key passed with every request — no OAuth, no SDK required.
curl "https://footballperformanceapi.site/database/ratings?player_id=29481&api_key=YOUR_KEY" Pass api_key as a ?api_key= query param or an X-API-Key header.
Base models are free; Pro models unlock on paid plans.
Requests/hour and RPM follow your checkout plan.
Six modules cover data, scoring, charts, reports, and the no-code platform.
Whether you prefer a live sandbox, a managed marketplace, or raw snippets in your own stack — there's a front door for every workflow.
Run every endpoint live in your browser — no setup, instant responses.
Subscribe, manage keys, and track usage through the RapidAPI hub.
Copy-paste examples for cURL, Python, JavaScript and more.
Every endpoint returns hosted URLs or JSON ready to embed — full request & response schemas live in the ReDoc reference.
Open the playground, test a realistic request, then use the API document to lock down endpoint behavior before production work.