v1

latestOpenAPI 3.0.3Proprietary2026-07-13261150.7 KB
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

successboolean

Example response

{
  "success": true,
  "data": {
    "total_lookups": 1500,
    "total_cost": 15
  }
}