Skip to main content

Welcome to Mr. Doge!

The Mr. Doge API provides comprehensive, real-time sports betting data with AI-powered predictions and recommendations. Access odds data, live scores, market analysis, and intelligent betting recommendations through a simple REST API.

Get Started in 5 Minutes

Create your API key and make your first request

What You Can Build

Use our API to power betting applications, analytics platforms, prediction models, and more.

Betting Analytics

Build dashboards that track odds movements, identify value bets, and analyze betting markets in real-time.

Prediction Platforms

Leverage our API to create prediction services and Machine Learning models.

Sports Content

Use our API with competitions, teams, players and other data to generate dynamic sports content.

Live Score Apps

Access real-time scores, match statistics, and live betting markets for multiple sports.

Key Features

10+ Endpoints

Comprehensive API covering events, odds, live data, AI predictions, and bet settlement.

Multi-Sport Coverage

Soccer, Basketball, American Football, Baseball, Tennis, Volleyball, Handball, and Ice Hockey.

Real-Time Data

Live scores, real-time odds updates, and millisecond-level odds movement tracking with Websockets support.

Pay-As-You-Go

Credit-based pricing with no monthly fees. Only pay for what you use starting at $29.90!
Build mobile or web apps that display odds, provide betting recommendations, and track user bets. Access our AI predictions to give your users an edge.
Identify +EV opportunities using our AI value detection. We calculate edge percentage, confidence levels, and optimal stake sizes using Kelly criterion.
Analyze odds movements, market efficiency, and betting patterns. Track AI performance metrics and ROI by sport and competition.

How It Works

1

Create Your Account

Sign up at mrdoge.co and you’re instantly ready to build — no email verification required
2

Purchase Credits

Choose a credit package starting from $29.90 for 20,000 credits
3

Generate API Key

Create an API key from your dashboard - it starts with sk_live_
4

Make Requests

Authenticate with Bearer token and start fetching odds and AI insights
5

Monitor Usage

Track your credit consumption and API usage in real-time from the dashboard

Quick Example

Here’s how simple it is to get today’s soccer matches with live markets attached:
curl -H "Authorization: Bearer sk_live_your_api_key" \
  "https://api.mrdoge.co/v2/matches?sport=soccer&status=upcoming&status=live&locale=en"
{
  "data": [
    {
      "id": "42099047",
      "startDateTime": "2025-09-13T11:30:00.000Z",
      "status": "upcoming",
      "homeTeamId": 95450,
      "homeTeam": {
        "id": 95450,
        "name": "Arsenal"
      },
      "awayTeamId": 11045,
      "awayTeam": {
        "id": 11045,
        "name": "Nottingham Forest"
      },
      "sportId": 1,
      "sport": {
        "id": 1,
        "name": "soccer"
      },
      "competitionId": 847,
      "competition": {
        "id": 847,
        "caption": "Premier League"
      },
      "regionId": 6,
      "region": {
        "id": 6,
        "caption": "England"
      },
      "markets": [
        {
          "id": "1432181681",
          "betTypeSysname": "SOCCER_MATCH_RESULT",
          "betItems": [
            {
              "id": "5940732426",
              "code": "X",
              "price": 4.7,
              "isAvailable": true
            },
            {
              "id": "5940732427",
              "code": "2",
              "price": 8.1,
              "isAvailable": true
            },
            {
              "id": "5940732425",
              "code": "1",
              "price": 1.4,
              "isAvailable": true
            }
          ]
        },
        {
          "id": "1432181705",
          "betTypeSysname": "SOCCER_UNDER_OVER",
          "betItems": [
            {
              "id": "5940732580",
              "code": "O",
              "price": 1.72,
              "isAvailable": true
            },
            {
              "id": "5940732581",
              "code": "U",
              "price": 2.1,
              "isAvailable": true
            }
          ]
        },
      ]
    }
  ],
}

Ready to Start?

Need Help?