Skip to main content
GET
Get landscape cell

Authorizations

Authorization
string
header
required

Bearer token issued by Softmax

Path Parameters

league_id
string
required

League containing the landscape cell.

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

Query Parameters

cell
string
required

Cell coordinate in x,y form.

Pattern: ^\d+,\d+$

Response

Successful Response

league_id
string
required

League containing the landscape cell.

cell
string
required

Cell coordinate in x,y form.

ladder
LandscapeLadderRow · object[]
required

Complete Elo ladder for this cell.

recent_matches
Recent Matches · object[]
required

Most recent matches on this cell, newest first.