# Match

Returns MatchDto

## Methods

### matches(matchId, get\_url=False)

Get a match by match id

**matchId**: LOL match ID. Syntax contains \<Region>\_\<NumericalSequence> (e.g. 'LA2\_1138947703')

**get\_url**: When true, don't make an API call and returns the url connection

**return**: JSON object retrieved from riot API call (or link when get\_url is True)

### matches\_by\_puuid(clusterId, puuid, get\_url=False)

Get a list of match ids by puuid

**clusterId**: riot cluster ID. Accepted values: 0-2(inclusive) respective to 'AMERICAS', 'ASIA' & 'EUROPE'

**puuid**: Public User ID's are globally unique. Different APIs use different IDs

**get\_url**: When true, don't make an API call and returns the url connection

**return**: JSON object retrieved from riot API call (or link when get\_url is True)

### matches\_timeline(matchId, get\_url=False)

Get a match timeline by match id

**matchId**: LOL match ID. Syntax contains \<Region>\_\<NumericalSequence> (e.g. 'LA2\_1138947703')

**get\_url**: When true, don't make an API call and returns the url connection

**return**: JSON object retrieved from riot API call (or link when get\_url is True)
