Endpoint

Match report

Unlike the JSON endpoints, this route returns a fully rendered HTML report page with charts and presentation styling.

GET /match/{id}/report HTML

Request

GET https://vise.network/api/v1/match/DIQ1L8NP/report

Response format

The route responds with text/html; charset=utf-8. It is meant to be opened directly in a browser, not parsed as JSON by the site.

Usage notes

  • The main match page links to this route with the current match ID.
  • The HTML report includes its own styles, charts, and narrative summary.
  • If you want structured data for a page inside this site, use the JSON match route instead.