RESTful JSON API โ€” Free Tier Available

Intelligence API You Can Explore

Complete RESTful access to sports predictions, geopolitical risk, market sentiment, and real-time intelligence. No black boxes. Try live endpoints below.

API Overview
The MEWR News API delivers predictive intelligence across multiple domains with zero-authentication GET endpoints and simple Bearer token auth for publishing.
๐ŸŒ

Base URL

https://mewr-news-api.mewrcreate.workers.dev

โœ…

Authentication

GET endpoints: No auth. POST endpoints: Bearer token

โšก

Rate Limits

Cloudflare free tier: 100K requests/day. All responses JSON.

๐Ÿ”—

CORS

Enabled for all origins. Safe to call from browsers.

Try Endpoints Live
Click an endpoint to see parameters and response format. Hit "Try It" to execute the real API call.
GET
/api/strategies/today
Today's strategy picks
GET
/api/strategies/leaderboard
Strategy accuracy rankings
GET
/api/predictions/today
Today's predictions
GET
/api/edges/today
Edge analysis today
GET
/api/best-bets/today
Today's ranked picks
GET
/api/intel/latest
Latest intelligence products
GET
/api/risk/today
Geopolitical risk scores
GET
/api/sentiment/today
Market sentiment analysis
GET
/api/strategies/today
Today's strategy picks across all sports with confidence scores and reasoning.
Parameters
sport (optional) Filter: NBA, NHL, MLB, NFL, etc.
strategy (optional) Filter by strategy name
Example Response
{ "strategies": [ { "name": "ollama-statistical", "pick": "LAL over DEN", "confidence": 0.78, "reasoning": "..." } ] }
Try It Now
All Endpoints by Category

Sports Predictions

GET
/api/strategies/today
โ†’
GET
/api/strategies/leaderboard
โ†’
GET
/api/strategies/compare
โ†’
GET
/api/strategies/calibration
โ†’
GET
/api/strategies/streaks
โ†’
GET
/api/strategies/audit
โ†’
GET
/api/predictions/today
โ†’
GET
/api/predictions/track-record
โ†’

Sports Science Edges

GET
/api/edges/today
โ†’
GET
/api/edges/game/:gameId
โ†’
GET
/api/edges/sentiment/today
โ†’
GET
/api/edges/sharp-money
โ†’
GET
/api/edges/accuracy
โ†’

Intelligence Products

GET
/api/intel/latest
โ†’
GET
/api/intel/alerts
โ†’
GET
/api/intel/accuracy
โ†’
GET
/api/intel/anomalies
โ†’
GET
/api/intel/daily-briefing
โ†’

Market & Risk

GET
/api/risk/today
โ†’
GET
/api/sentiment/today
โ†’
GET
/api/trends/today
โ†’
GET
/api/seo/today
โ†’
GET
/api/best-bets/today
โ†’
Multiple Languages

JavaScript/Fetch

fetch('https://mewr-news-api.mewrcreate.workers.dev/api/strategies/today?sport=NBA') .then(res => res.json()) .then(data => console.log(data)) .catch(err => console.error(err));

Python

import requests url = 'https://mewr-news-api.mewrcreate.workers.dev/api/strategies/today' params = {'sport': 'NBA'} response = requests.get(url, params=params) data = response.json() print(data)

cURL

curl -X GET "https://mewr-news-api.mewrcreate.workers.dev/api/strategies/today?sport=NBA" \ -H "Accept: application/json"
Simple, Transparent Tiers
Start free. Scale as needed. All tiers include full API access to sports, geopolitics, and market intelligence.
Free
$0/month
All GET endpoints, 100K requests/day, full CORS access
  • Unlimited GET requests
  • All prediction data
  • Real-time intelligence
  • Full API documentation
Enterprise
$249/month
Dedicated infrastructure, custom endpoints, SLA guarantee
  • Unlimited requests
  • Dedicated KV namespace
  • Custom endpoints
  • 27/7 support
  • SLA 99.9%
Official SDKs & Clients
Strongly-typed SDKs coming soon. For now, use your language's standard HTTP library.
๐ŸŸจ
JavaScript
Coming Soon
Full-featured TypeScript SDK with types for all endpoints and responses.
๐Ÿ
Python
Coming Soon
Type-hinted Python client with async support and built-in retry logic.
๐Ÿ“š
OpenAPI Schema
Available
Full OpenAPI 3.0 specification. Generate SDKs for any language with openapi-generator.
๐Ÿงช
Postman Collection
Available
Pre-built Postman collection with all endpoints, ready to import and test.
Need Help?

Documentation

Full endpoint reference with parameters, responses, and error codes. Updated daily.

Read the docs โ†’

Status Page

Real-time API uptime monitoring. 99.5% SLA for all users, 99.9% for Enterprise.

Check status โ†’

Community

Join our Slack channel for questions, feature requests, and early access to new endpoints.

Join us โ†’