Reports
Usage Statistics
Get usage statistics for the current API key including lookup counts and costs
get/api/v1/reports/usage
Query parameters
start_datestring date
Start date for usage period (default 30 days ago)
end_datestring date
End date for usage period (default today)
Response
Usage statistics
Example response
{
"success": true,
"data": {
"total_lookups": 1500,
"total_cost": 15
}
}