Abstract API · Schema
PhoneIntelligenceResponse
Phone number intelligence response
AvatarsCompany EnrichmentContactsCurrencyEmail ValidationExchange RatesIBAN ValidationImage ProcessingIP GeolocationIP IntelligencePhone ValidationPublic HolidaysScreenshotsTimezonesVAT ValidationWeb Scraping
Properties
| Name | Type | Description |
|---|---|---|
| phone | string | The phone number in E.164 format |
| valid | boolean | Whether the phone number is valid |
| country | object | |
| location | string | Geographic location of the phone number |
| type | string | Line type |
| carrier | string | Carrier or service provider |
| is_voip | boolean | Whether the number is a VoIP number |
| risk_score | integer | Risk score from 0 (low risk) to 100 (high risk) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/abstract-api/refs/heads/main/json-schema/phone-intelligence-phone-intelligence-response-schema.json",
"title": "PhoneIntelligenceResponse",
"description": "Phone number intelligence response",
"type": "object",
"properties": {
"phone": {
"type": "string",
"description": "The phone number in E.164 format",
"example": "+14155552671"
},
"valid": {
"type": "boolean",
"description": "Whether the phone number is valid",
"example": true
},
"country": {
"$ref": "#/components/schemas/PhoneCountry"
},
"location": {
"type": "string",
"description": "Geographic location of the phone number",
"example": "California"
},
"type": {
"type": "string",
"description": "Line type",
"example": "mobile",
"enum": [
"mobile",
"landline",
"voip",
"toll_free",
"premium_rate",
"shared_cost",
"unknown"
]
},
"carrier": {
"type": "string",
"description": "Carrier or service provider",
"example": "Verizon"
},
"is_voip": {
"type": "boolean",
"description": "Whether the number is a VoIP number",
"example": false
},
"risk_score": {
"type": "integer",
"description": "Risk score from 0 (low risk) to 100 (high risk)",
"example": 12
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/phone-intelligence-phone-intelligence-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.