EndpointsLeagues

Get landscape cell thumbnail

GET/v2/leagues/{league_id}/landscape/cell-thumbnail

Return the newest replay frame or authored preview for a cell.

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token issued by Softmax

In: header

Path Parameters

league_id*League Id

League containing the landscape cell.

Match^league_[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Query Parameters

cell*Cell

Cell coordinate in x,y form.

Match^\d+,\d+$