API key stats
Get quantitative request statistics for a given api key and time period
Returns quantitative request statistics.
Sample request
https://api.main.atgraphite.com/apikey_stats
?apikey=YourApiKeyToken
&timerange=daycurl 'https://api.main.atgraphite.com/apikey_stats?apikey=YourApiKeyToken&timerange=day'Request query parameters
Parameter
Description
apikey*
the string representing the api key
timerange*
the string pre-defined time period parameter, either hour, day, week or fortnight
Sample response
{
"status": "1",
"message": "OK",
"result": [
{
"calls": 252,
"timestamp": 1670410800
},
{
"calls": 256,
"timestamp": 1670414400
}
]
}Get last api calls for a given api key
Returns 20 last calls.
Sample request
Request query parameters
Parameter
Description
apikey*
the string representing the api key
Sample response
Last updated