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

    FAQ