Residential Services
Retrieve the list of services available for residential phone numbers, including pricing by rental period.
Endpoint
GET /numbers/residential/
Request
GET https://detect.expert/api/v1/numbers/residential/
X-Api-Key: YOUR_API_KEY
Response
[
{
"name": "CRYPTOPAY",
"service_code": "CRYPTOPAY",
"period": {
"1": 0.89,
"2": 5.99,
"3": 23.99
}
}
]
Fields
| Field | Description |
|---|---|
name | Human-readable service name |
service_code | Code to use when booking a number |
period | Map of period_code → price in USD |
Period Codes
| Code | Duration |
|---|---|
1 | 15 minutes |
2 | 1 day |
3 | 1 week |
Use service_code and period_code when booking a residential number.