Menu
Dashboard Features Pricing Docs FAQ Discord Telegram Register
Get API Key
V2 SECURE • DEEP DATA ONLINE

The Ultimate Football Data Engine.

Secure. Reliable. Complete. Access Live Scores, Stream Embeds, Betting Odds, and Shotmaps via a high-performance JSON API. Freemium Model. Start for Free. Scale with Deep Data.

Scroll Down
4
Tier Plans
<50ms
Global Latency
100%
CORS Enabled
JSON
Standard Format

Data Coverage

Separated into Core (Free) and Deep Data (Premium) to suit your needs.

Core Data (Free)

  • Schedules: Live, Upcoming & Finished matches.
  • Live Scores: Real-time score updates.
  • Match Detail: Venue, Referee, Timeframe.
  • Streaming: Embedded player links (Ads included).

Deep Data (Premium)

  • Lineups & Form: Confirmed XI, Subs, Photos & H2H History.
  • Betting & Predictions: Live Fractional/Decimal Odds & Community Votes.
  • Stats & Shotmaps: xG, Possession, and X/Y/Z Pitch Coordinates.
  • Incidents & Visuals: Cards Timeline & Live Momentum Graph.

Try Before You Buy

Click the commands below to see our deep data response.

SportSRC-V2.5-Terminal

            

Pricing Plans

Scale your sports application with flexible pricing.

Free
$0
Forever Free
  • 1,000 req/day
  • Schedules & Scores
  • Stream Embeds
  • No Deep Data
Get API Key
Starter
$9.99 /mo
Billed Monthly
  • 10,000 req/day
  • All Endpoints
  • Lineups & Stats
  • Betting Odds & Votes
Get it Now
RECOMMENDED
Pro
$14.99 /mo
Billed Monthly
  • 25,000 req/day
  • All Endpoints
  • Full Commercial Use
  • Priority Routing
Get it Now
Business
$19.99 /mo
Billed Monthly
  • 100,000 req/day
  • All Endpoints
  • Priority Support
  • Commercial Resell Rights
Get it Now
Enterprise
$49.99 /mo
Billed Monthly
  • 500,000 req/day
  • Unrestricted API Access
  • Enterprise B2B Licensing
  • VIP Technical Support
Get it Now

Custom Requests

Need more than 500k requests, ad-free players, or custom JSON structures? We build bespoke sports solutions tailored to your scale.

Consult with BOHODEV Availability: Online Now

Secured Payments

Instant API key activation.

PayPal
USDT TRC20
* Stream players contain ads from the source provider on all plans.

API Documentation

Base URL: https://api.sportsrc.org/v2/

Authentication (Required)

Pass your API Key via Header (Recommended) or Query Parameter.

# Header Method
X-API-KEY: YOUR_LICENSE_KEY
# Query Method
https://api.sportsrc.org/v2/?type=matches&api_key=YOUR_KEY

Utility

?type=account
FREE

Check your plan, daily limit, usage stats, and reset countdown.

curl -H "X-API-KEY: KEY" "https://api.sportsrc.org/v2/?type=account"
?type=sports
FREE

List available sports categories.

curl -H "X-API-KEY: KEY" "https://api.sportsrc.org/v2/?type=sports"

Core Data (Free & Premium)

?type=matches
CORE

Get a list of matches (Live, Upcoming, or Finished).

// Parameters required:
type: "matches"
sport: "football"
status: "inprogress"
date: "{YYYY-MM-DD}"
?type=detail
CORE

Core match data including timeframe, scores, venue, and Streaming URLs.

// Parameters required:
type: "detail"
id: "{match_id}"

Important: Stream Embed Integration

The streaming URLs returned in the detail endpoint must be rendered inside an <iframe> with standard permissions. Do NOT use the sandbox parameter, as it will break the video player's required scripts and anti-bot checks.

<iframe src="YOUR_STREAM_URL"
  width="100%" height="100%" frameborder="0" scrolling="no"
  allow="autoplay; fullscreen; encrypted-media"
  allowfullscreen>
</iframe>

Deep Data (Premium Only)

?type=scores

Get a lightweight list of today's matches with 'has_stream' and 'has_standing' indicators.

...&type=scores&date={YYYY-MM-DD}
?type=lineups

Confirmed lineups, formations, and player photos.

...&type=lineups&id={match_id}
?type=stats

Live match statistics (Shots, xG, Possession, etc).

...&type=stats&id={match_id}
?type=incidents

Live timeline events (Goals, Cards, Subs).

...&type=incidents&id={match_id}
?type=h2h

Head-to-Head history & Team form.

...&type=h2h&id={match_id}
?type=standing

Live league table. Can be queried using Match ID OR League ID.

...&type=standing&id={match_id}&league_id={league_id}
?type=graph

Pressure/Momentum graph data.

...&type=graph&id={match_id}
?type=odds

Pre-match and Live Betting Odds (Decimal & Fractional format).

...&type=odds&id={match_id}
?type=votes

Community voting predictions (Who will win, Both teams to score, etc).

...&type=votes&id={match_id}
?type=shotmap

Coordinates and details (xG, xGOT, block location) of every shot taken.

...&type=shotmap&id={match_id}
?type=highlights

Post-match video highlights and embed URLs (YouTube, etc).

...&type=highlights&id={match_id}
?type=last_matches

Last historical matches for both Home and Away teams.

...&type=last_matches&id={match_id}

API Release Notes

[v2.7.0]
  • 2026-04-24
  • Added


  • New Premium Endpoint: Highlights - Introduced a dedicated endpoint for accessing match highlight data, delivering structured and reliable media insights as part of our extended match coverage.
  • Changed


  • Major Scraping Engine Overhaul: Completely redesigned the core multi-data scraping architecture. Implemented an advanced, highly scalable, and secure data-fetching and proxy rotation mechanism to ensure unprecedented stability, accuracy, and uninterrupted data retrieval.

  • [v2.6.0]
  • 2026-04-21
  • Added


  • New Subscription Plans: Integrated flexible new billing cycles, offering users the ability to subscribe via Quarterly, Semi-Annual, and Annual packages.

  • [v2.5.3]
  • 2026-04-19
  • Changed


  • Rapid Server Optimization: Deeply optimized the Rapid Server streaming infrastructure to significantly improve delivery speed, playback performance, and overall stream reliability.

  • [v2.5.2]
  • 2026-04-05
  • Changed


  • API Performance Boost: Refactored and optimized the backend API system logic, heavily reducing server latency and delivering up to 10x faster response times across all endpoints.

  • [v2.5.1]
  • 2026-02-23
  • Added


  • Bookmaker variable in the odds endpoint
  • Fixed


  • Odds output format and ambiguity issues

  • [v2.5.0]
  • 2026-02-21
  • Added


  • Premium Data Endpoints Expansion: Expanded the Premium tier with four powerful new endpoints for deep match analysis and betting insights:
  • `/odds`: Access pre-match and live betting odds, automatically formatted in fractional and decimal values.
  • `/votes`: Retrieve community predictions and voting data (e.g., Match Winner, Both Teams to Score).
  • `/shotmap`: Get precise X/Y/Z pitch coordinates, block locations, and advanced metrics (xG, xGOT) for every shot taken during a live match.
  • `/last_matches`: Fetch historical form (past matches) for both Home and Away teams. Data is optimized with unique composite IDs (`[slug]-[event_id]`) to prevent frontend rendering conflicts.

  • [v2.4.5]
  • 2026-02-20
  • Changed


  • Rate Limit Adjustment: To ensure maximum overall API performance and stability, the daily request limit for the Free tier has been adjusted to 1,000 requests per day. We strongly advise implementing local caching mechanisms.
  • Rapid Server Integration: The selection of the Rapid server embed URL is now handled natively within the player for a more seamless experience.
  • Added


  • Smart Proxy: Introduced a new proxy routing option to effectively bypass geo-restriction issues.

  • [v2.3.0]
  • 2026-01-31
  • Added


  • New Streaming Source: Successfully integrated "Rapid Server" as a new, high-performance streaming provider to expand live match coverage and redundancy.

  • [v2.2.0]
  • 2026-01-19
  • Added


  • Lightweight `/scores` Endpoint: Introduced a highly optimized endpoint designed to fetch the daily match schedule with minimal payload.
  • Smart Indicators: Added `has_stream` and `has_standing` boolean flags to the response, allowing frontend applications to instantly identify active broadcasts and available league tables without making additional data requests.
  • Developer Guide 2026

    Building the Future of Sports Tech: Why Deep Data Matters in 2026

    The sports app market is saturated with basic live score applications. To stand out in 2026, developers need more than just the final score—they need Deep Data. SportSRC V2 bridges the gap between expensive enterprise feeds and accessible developer tools, providing xG (Expected Goals), Betting Odds, Momentum Graphs, and detailed Lineups via a simple JSON API.

    1. The Power of "Deep Data" (Predictions & Stats)

    Modern fans are analysts. They don't just want to know who scored; they want to know the Probability (xG) of that goal and what the community is predicting. With our new deep endpoints, you can build a comprehensive match center.

    • Shotmaps & xG: Render 3D pitch coordinates showing exactly where a shot was taken and blocked.
    • Historical Form: Use our last_matches endpoint to display the past 10 matches of both teams to identify winning streaks.
    • Momentum Graph: Visualize pressure waves to keep users engaged even during 0-0 draws.

    2. Advanced Betting Insights & Analytics

    Since SportSRC handles the heavy lifting of data aggregation, you can focus on monetization. The h2h and odds endpoints are critical for Betting Affiliate sites. By displaying a team's recent form alongside live fractional and decimal betting odds, you dramatically increase the click-through rate (CTR) to your affiliate partners. Combining this with our votes endpoint allows you to display crowd-sourced sentiment.

    3. Bypassing Geo-blocks & Live Streaming

    A major hurdle in sports applications is dealing with regional restrictions. The SportSRC Free tier includes highly sought-after live streaming embed URLs. To ensure global access, our system integrates Smart Proxy routing, automatically mitigating ISP geo-blocks so your users can enjoy uninterrupted video players natively within your application.

    4. Security & Scalability with API Keys

    V2 introduces X-API-KEY authentication. This ensures that your application has a dedicated lane for traffic. While the Free Tier offers a generous 1,000 requests/day (perfect for MVP testing), our Business Tier scales to 100,000+ requests for high-traffic match days.

    // Example: Fetching Deep Betting Data (Next.js / Server Component)
    const res = await fetch('https://api.sportsrc.org/v2/?type=odds&id=match_slug_1234', {
      headers: { 'X-API-KEY': 'YOUR_KEY_HERE' },
      next: { revalidate: 30 } // Poll every 30s
    });
    const data = await res.json();

    Conclusion

    Whether you are building a niche fan site, a live streaming portal, or a global sports prediction platform, SportSRC V2 provides the granular data needed to compete with the giants. Get your API Key today and start building the next generation of sports applications.

    Frequently Asked Questions

    Answers to common integration, technical, and business questions.

    Is the SportSRC V2 API free?

    Yes, the Free Tier allows 1,000 requests per day with access to Schedules, Live Scores, and Stream Embeds.

    What happens if I exceed my daily quota?

    The API will return a 429 Too Many Requests status. You can wait for the midnight UTC reset or upgrade to a higher tier plan.

    How fast is the data latency (Live Scores)?

    Extremely fast. We use Redis in-memory caching and Zlib compression, keeping global latency under 50ms. We recommend polling our endpoints every 15-30 seconds during live matches.

    Are the streams whitelabel or without ads?

    By default, no. The standard stream embeds are aggregated from third-party sources and contain their own advertisements. Our standard subscriptions cover the Data API, not ad removal.

    However, we do offer a Premium Ad-Removal Service. If your application requires a completely ad-free, white-label player, we can provide a custom endpoint designed to strip these ads. Please contact our team to discuss custom integration.

    How do I bypass geo-restrictions for stream embeds?

    In our latest v2.5 update, we introduced the Rapid Server integration and a Smart Proxy routing option specifically designed to bypass ISP geo-blocks and regional restrictions seamlessly.

    Do you offer Custom Web/App Development & System Integration?

    Yes, absolutely. Beyond providing API feeds, we offer Full-Stack Enterprise Development. Our team can build complete solutions from scratch or seamlessly integrate our data into your existing systems. Our expertise includes:

    • White-label Live Score & Streaming web and mobile applications.
    • Advanced Betting & Prediction portals enhanced with AI-driven analytics.
    • Seamless API integration into your existing backend or CMS.
    • Bespoke scraping scripts and private dedicated servers.
    Whether you need a simple data pipeline or a fully developed user-facing application, our engineering team is ready to deliver. Please contact us on Telegram to discuss your project.

    Legal Disclaimer

    SportSRC operates strictly as a data aggregation service and search engine. We collect information from various public third-party sources. SportSRC does not host, produce, or control any content, including video streams or match data. We accept no responsibility or liability for the accuracy, copyright compliance, legality, or decency of content provided by third parties. Service availability is subject to the status of these external providers. By using this API, you agree to these terms.

    Live Support
    typing...
    Need help? We’re online now 👋
    Chat via Telegram
    💬 1