Stats

Get database statistics

GET/v1/telco/stats

Returns current database statistics including record counts for NPA-NXX, inventory, carriers, and rate centers.

Requires:telco:read

This endpoint has no parameters.

Get database stats
curl "https://api.do.dev/v1/telco/stats" \
-H "Authorization: Bearer YOUR_API_KEY"
Response200
{
"version": "1.0.0",
"database": {
  "npaNxxCount": 142857,
  "inventoryCount": 9876543,
  "carrierCount": 1842,
  "rateCenterCount": 8456
},
"timestamp": "2026-02-09T12:00:00.000Z"
}