get https://api.clustaar.io/bots//stats/daily_global_matches_rate
Get daily global matches rate of a bot for a given period
Response
Attribute | Type | Description |
---|---|---|
data[].type | string | always "timed_global_matches_rate_stats" |
data[].date | string | iso date of the statistics "2018-12-10T00:00:00+0000" |
data[].matchesPercent | float | the matches percent |
{
"data": [
{
"type": "timed_global_matches_rate_stats",
"date": "2018-12-10T00:00:00+0000",
"matchesPercent": 0.9
}
]
}