Access real-time odds data, live betting markets, and AI-powered insights from top bookmakers. Built for developers, trusted by professionals.
Our comprehensive API provides all the data and tools you need to create world-class sports betting applications.
Choose the credit package that fits your needs. Credits never expire and are shared across all your API keys.
Need something custom? We offer enterprise solutions.
Simple, RESTful API with comprehensive documentation and code examples.
1curl -X GET "https://api.mrdoge.co/v1/events" \
2 -H "Authorization: Bearer YOUR_API_KEY" \
3 -H "Content-Type: application/json"
4
5# Response
6{
7 "data": [
8 {
9 "id": "evt_12345",
10 "homeTeam": { "name": "Manchester United" },
11 "awayTeam": { "name": "Liverpool" },
12 "startDateTime": "2024-03-15T15:00:00Z",
13 "markets": [
14 {
15 "betTypeSysname": "SOCCER_MATCH_RESULT",
16 "betItems": [
17 { "caption": "Home", "price": 2.10 },
18 { "caption": "Draw", "price": 3.25 },
19 { "caption": "Away", "price": 3.40 }
20 ]
21 }
22 ]
23 }
24 ]
25}
Ready to start building? Check out our comprehensive documentation.
Power your sports betting platform with real-time odds, AI insights, and lightning-fast APIs. Join the winning team of developers building the future of sports betting.