Beta
    EventsArbitrageWhalesSocialLearnArticlesPortfolio
    Sign inBeta

    Weekly Market Brief

    Arbitrage alerts, platform updates, and top movers — one email per week.

    Real-time prediction market odds, cross-platform arbitrage, and market analytics — all in one place.

    About·Terms·Privacy·Editorial
    • How It Works
    • Getting Started
    • Best Apps
    • Fees Guide
    • Tax Guide
    • Settlement Rules
    • Glossary
    • All guides →
    • Kalshi
    • Polymarket
    • FanDuel Predicts
    • Robinhood
    • DraftKings
    • PredictIt
    • Kalshi vs Polymarket
    • All platforms →
    • Markets
    • Arbitrage
    • Whale Tracking
    • Leaderboard
    • Articles
    • Regulatory Tracker
    • State Checker
    • Politics
    • Economics
    • Crypto
    • Sports
    • Entertainment
    • Weather

    Disclaimer: PredictionMarkets.us provides arbitrage information, market data, and educational content for informational purposes only. We do not guarantee the accuracy, completeness, profitability, availability, or timeliness of any opportunities displayed on this page. PredictionMarkets.us is not responsible for: trading losses or financial damages, incorrect or outdated odds/pricing, delays in market updates, platform outages or exchange errors, failed trades or execution issues, account restrictions or limitations imposed by third-party platforms, changes in market conditions, tax or legal consequences resulting from trading activity. Users are solely responsible for conducting their own research and making their own financial decisions. Trading prediction markets involves risk, and past performance or displayed arbitrage opportunities do not guarantee future results. PredictionMarkets.us is not a broker, financial advisor, investment advisor, or gambling operator.

    © 2026 PredictionMarkets.US

    For informational purposes only. Not financial advice.

    1. Home
    2. Journalism
    3. API Explorer
    Public read-only backend routes
    8 live GET endpoints
    2 planned journalism routes

    API Explorer

    Real backend first, and read-only by design. This explorer only shows safe public GET routes the frontend already uses in production today, while journalism-specific future routes stay clearly marked as planned.

    Read-only policy: this page is intentionally limited to safe public GET routes. It does not expose article create/edit/publish flows, admin endpoints, or any other mutating backend operations.

    What's live now: /events/search, /events/by-slug/{slug}, /events/related/{slug}, /price-history/events/by-slug/{slug}, /detections/events/{slug}/timeline, /events/arbitrage, /categories, and /platforms.

    What's planned only: the older journalism-specific /api/v1/markets/* routes previously implied by this page. Those remain visible as roadmap items, not live endpoints.

    Backend base URL: Configured from frontend runtime settings

    GET
    Live now
    /events/search

    Search the live backend for matching events already indexed across supported platforms. This is a real production endpoint the frontend can call today.

    Read-only event search used by the frontend today.

    ParamTypeRequiredDescription
    qstring
    Required
    Search query for an event or topic
    limitintegeroptionalMaximum results to return

    Try it

    Response

    // Click ▶ Run to query the live backend

    Fetch snippet

    const res = await fetch("https://predictionmarkets-us-backend.onrender.com/events/search?q=trump&limit=5");
    const data = await res.json();
    console.log(data);

    FAQ

    ← Journalism HubDeveloper DocsPress & MediaMarket Analysis