Real-time sports data + AI predictions with flexible pay-as-you-go pricing.
No credit card required. Credits never expire.
Authenticate with a single API key and stream real-time odds, AI context, and metadata from one unified API.
Live markets, metadata, and predictive insights arrive together so you can ship faster dashboards.
Authenticate via the Authorization header and track usage with the X-Credits values on every response.
Poll /matches for snapshots or /matches/{eventId}/live-odds when you need the entire price ladder.
const baseUrl = "https://api.mrdoge.co/v2";
const headers = {
Authorization: `Bearer ${process.env.MRDOGE_API_KEY}`
};
export async function getLiveMatches() {
const res = await fetch(`${baseUrl}/matches?status=live&limit=5`, { headers });
if (!res.ok) throw new Error(await res.text());
return res.json();
}
export async function getLiveOdds(eventId) {
const res = await fetch(`${baseUrl}/matches/${eventId}/live-odds`, {
headers
});
if (!res.ok) throw new Error(await res.text());
return res.json();
}Pay-as-you-go pricing with credits that never expire. Start with 500 free credits and scale as you grow.
Get advanced predictions and match analysis powered by machine learning. Make smarter decisions with data-driven insights.
Access live odds data with fast response times. Stay ahead with the fastest sports data API on the market.
Mr. Doge AI is a full-featured sports betting platform built entirely with our API. AI predictions, live odds, and smart betting tools—all powered by the same endpoints you'll use.
A production-ready sports betting application showcasing the full power of our API. Features AI-powered predictions, real-time odds tracking, upcoming matches, and more.

Start with 500 free credits. No credit card required, no expiration dates. Pay only for what you use, scale as you grow.
Same realtime infrastructure—only the credit amount changes.
Live odds, stats, and in-play events updated in milliseconds.
Value opportunities, predictions, and insights available on every plan.
Scale from prototypes to production with automatic rate-limit upgrades.
Separate environments and rotate credentials without paying extra.
Only pay for what you use—credits roll over indefinitely and work across endpoints.
Direct access to engineers plus incident updates via email or Slack.
All plans include AI predictions, real-time odds, and flexible credits that never expire.
Contact Sales for Custom SolutionsGet 500 free credits, unlimited API keys, and full access to AI endpoints. No credit card required.