The Account Information API provides a quick and easy way to get a snapshot of API product usage for an account. Usage is broken down by day and by month.
https://api.domaintools.com/v1/account/
Sample Response
{
"response": {
"account": {
"api_username":"domaintools-api-account",
"active":true
},
"products":[
{
"id": "domain-profile",
"per_month_limit": "100000",
"per_minute_limit": "120",
"absolute_limit": "1000",
"usage": {
"today": 5,
"month": 152
},
"expiration_date": "2020-01-01"
}
}
}
}