Version 1 Stable

Sportsbook API Documentation

Full reference for the Bet365Soft v1 Sportsbook and History endpoints.

Overview Auth Sportsbook History Errors

Overview

Real-Time Data
Access live in-play events, odds, and scores updated in near real-time for over 30 sports worldwide.
Secure & Reliable
API key-based authentication with HTTPS-only access. 99.9% uptime SLA with redundant infrastructure.
High Throughput
Up to 3,600 requests/hour on the standard plan. Custom rate limits available for enterprise clients.
JSON Responses
All responses are clean, structured JSON. Predictable schema across all endpoints with full error codes.

Authentication

All requests must include your apikey as a query parameter. Obtain your key by registering an account and visiting the dashboard.

GET https://w7api.com/sports/api/v1/sports?apikey=YOUR_API_KEY
Never expose your API key on client-side or public repositories. Rotate keys from the dashboard if compromised.

Base URL

Base URL https://w7api.com/sports
Sportsbook
/api/v1/<endpoint>
History
/history/v1/<endpoint>

Sportsbook Endpoints

/api/v1

Full base path: https://w7api.com/sports/api/v1

History Endpoints

/history/v1

Full base path: https://w7api.com/sports/history/v1

Error Handling

All API errors return a consistent JSON structure. Always check the success field before processing the response.

Error Response
{ "success": false, "error": "Invalid API key" }
Success Response
{ "success": true, "data": [ ... ] }
HTTP CodeError MessageDescription
401Invalid API keyAPI key missing or incorrect
429Rate limit exceededToo many requests in the hour window
400Missing required parameterA required query param is absent
404Not foundEvent / league / sport ID does not exist
500Internal server errorServer-side error, try again shortly
Ready to integrate?

Get your API key and start building in minutes.