| entity | object | Contains the phone number risk profile data |
| entity.phone | string | The phone number that was screened |
| entity.valid | boolean | true if the phone number is valid and properly formatted |
| entity.information | object | Carrier and geographic details for the phone number |
| entity.information.type | string | Line type (e.g., βWirelessβ, βLandlineβ, βVoIPβ) |
| entity.information.carrier | string | Name of the telecom carrier |
| entity.information.country | string | ISO country code where the number is registered |
| entity.information.city | string | City associated with the number, or βN/Aβ if unavailable |
| entity.information.zipcode | string | ZIP or postal code associated with the number, or βN/Aβ if unavailable |
| entity.information.region | string | Region or country name associated with the number |
| entity.information.dialing_code | integer | International dialing code for the country |
| entity.information.mnc | string | Mobile Network Code identifying the carrier |
| entity.information.mcc | string | Mobile Country Code identifying the country |
| entity.information.time_zone | string | Time zone of the phone numberβs registered location |
| entity.format | object | Formatted representations of the phone number |
| entity.format.formatted | string | Internationally formatted phone number with country code |
| entity.format.local | string | Locally formatted phone number |
| entity.risk_score | integer | Fraud risk score from 0 (no risk) to 100 (highest risk) |
| entity.leaked | boolean | true if the phone number has appeared in known data leaks |
| entity.spammer | boolean | true if the phone number has been reported as a spam source |
| entity.disposable | boolean | true if the number is from a disposable or virtual phone service |
| entity.suspicious | boolean | true if the number is flagged as suspicious based on combined risk signals |
| entity.recent_abuse | boolean | true if the number has been associated with recent abusive activity |
| entity.active | boolean | true if the phone number is currently active on the network |
| entity.active_status | string | Detailed active status description, or βN/Aβ if unavailable |