Getting started

Vise API reference

Base routes, endpoint pages, and the live explorer all sit in one doc system now. Start here, then jump into the endpoint you actually need.

GET JSON HTML report

Base URL

Every JSON route on the site is served under the same API root.

https://vise.network/api/v1

Routes at a glance

How the site uses it

The leaderboard page reads /leaderboard, player profiles call /player/search?q=..., match pages call /match/{id}, and the detailed report route returns a standalone HTML report instead of JSON.