Endpoint
Match lookup
Fetches a single match by ID with player identity, totals, combat numbers, telemetry, and the report path used by the detailed report button.
Request
GET https://vise.network/api/v1/match/DIQ1L8NPExample response excerpt
{
"id": "DIQ1L8NP",
"source": "redis",
"kitName": "nethop",
"startedAt": "2026-04-18T22:35:55.068Z",
"endedAt": "2026-04-18T22:37:46.78Z",
"durationSeconds": 112,
"players": [
{
"name": "intellc",
"uuid": "1758a4c4-e8aa-49da-a75f-b8875100b060"
}
],
"winner": "intellc",
"totals": {
"hits": 207,
"clicks": 306,
"snapshots": 111
},
"telemetry": {
"averagePing": 66.2,
"peakPing": 125,
"averageSeparation": 6.49
},
"reportUrl": "/api/v1/match/DIQ1L8NP/report"
}
Usage notes
The site uses totals, combat.player1, combat.player2, and telemetry to build the full match page. The report button simply opens reportUrl as a separate page.