Skip to content

Instantly share code, notes, and snippets.

@taycaldwell
Last active August 29, 2015 14:13
Show Gist options
  • Save taycaldwell/3d47d4f5c82acffb0088 to your computer and use it in GitHub Desktop.
Save taycaldwell/3d47d4f5c82acffb0088 to your computer and use it in GitHub Desktop.
Riot Games API (Static Data - maps)

###GET - /api/lol/static-data/{region}/v1.2/map


####Response Classes


Return Value: MapDataDto


MapDataDto - this object contains map data.

Name Data Type
data Map[string, MapDetailsDto]
type string
version string

MapDetailsDto - This object contains map details data.

Name Data Type
mapId long
unpurchasableItemList List[int]
image ImageDto
mapName string

ImageDto - This object contains map image data.

Name Data Type
w int
h int
x int
y int
full string
sprite string
group string

This is unofficial documentation for the Riot Games API (Static Data API - maps endpoint) used to help parse JSON string data for the open source riot-api-java library.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment