Pricing
Transparent per-minute rates for 200+ countries. No contracts, no hidden fees.
Check rate for any number
+
Enter a phone number to see the per-minute rate
POST /api/v1/rates/lookup-number
Content-Type: application/json
{"phone_number": "+4915128770773"}
// Response
{
"data": {
"phone_number": "+4915128770773",
"country_code": "DE",
"country_name": "Germany",
"prefix": "4915",
"description": "Germany - Mobile",
"rate_per_minute": 0.0953,
"number_type": "mobile"
}
}