The Phone Number Lookup API is your go-to solution for obtaining detailed information about phone numbers, including carrier details, portability status, and fraud detection. This API supports phone numbers in the E.164 format, ensuring global compatibility.
Key Features
Carrier Information: Identify the service provider and network type.
Fraud Detection: Detect potential fraudulent activity linked to the number.
Portability Status: Check if a number has been ported to a different carrier.
Rate Limit
Multi-region: 15 requests per 60 seconds
API Base URL
https://www.sent.dm/api
API Endpoints
GET /phone-lookup
Summary
This endpoint allows you to perform a lookup for a phone number in E.164 format. It returns comprehensive data including carrier, portability, and fraud status.
Request Parameters
Parameter
In
Required
Type
Description
phone
query
true
string
The phone number in E.164 format (e.g., +12345678900). Must match the pattern: ^\+[1-9]\d{1,14}$
Response
200 OK
A successful response includes detailed phone number information.