Telefono · Schema

Telefono Validation Result

Result of a phone number validation request, including validity status, type, carrier, and formatted versions.

Carrier LookupData EnrichmentFraud PreventionNumber IntelligenceNumber VerificationPhone LookupPhone ValidationTelecommunications

Properties

Name Type Description
number string The original input phone number
valid boolean Whether the phone number is syntactically and numerically valid
number_type string Classification of the phone number type
e164_format string Number formatted in E.164 international standard
national_format string Number in local national dialing format
international_format string Number in full international dialing format
country_code string ISO 3166-1 alpha-2 country code
country_name string Full country name in English
country_prefix string International dialing prefix with + sign (e.g., +1)
carrier string Mobile carrier or network operator name
line_type string Detailed line type classification
is_reachable string Reachability assessment for the number
is_virtual boolean True if the number appears to be virtual, VoIP, or non-geographic
calling_code integer Numeric international calling code
View JSON Schema on GitHub

JSON Schema

telefono-validation-result-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://developers.telefono.com/schema/validation-result",
  "title": "Telefono Validation Result",
  "description": "Result of a phone number validation request, including validity status, type, carrier, and formatted versions.",
  "type": "object",
  "required": ["number", "valid"],
  "properties": {
    "number": {
      "type": "string",
      "description": "The original input phone number"
    },
    "valid": {
      "type": "boolean",
      "description": "Whether the phone number is syntactically and numerically valid"
    },
    "number_type": {
      "type": "string",
      "enum": ["mobile", "landline", "voip", "toll-free", "premium-rate", "shared-cost", "unknown"],
      "description": "Classification of the phone number type"
    },
    "e164_format": {
      "type": "string",
      "pattern": "^\\+[1-9]\\d{1,14}$",
      "description": "Number formatted in E.164 international standard"
    },
    "national_format": {
      "type": "string",
      "description": "Number in local national dialing format"
    },
    "international_format": {
      "type": "string",
      "description": "Number in full international dialing format"
    },
    "country_code": {
      "type": "string",
      "minLength": 2,
      "maxLength": 2,
      "description": "ISO 3166-1 alpha-2 country code"
    },
    "country_name": {
      "type": "string",
      "description": "Full country name in English"
    },
    "country_prefix": {
      "type": "string",
      "description": "International dialing prefix with + sign (e.g., +1)"
    },
    "carrier": {
      "type": "string",
      "description": "Mobile carrier or network operator name"
    },
    "line_type": {
      "type": "string",
      "description": "Detailed line type classification"
    },
    "is_reachable": {
      "type": "string",
      "enum": ["reachable", "unreachable", "unknown", "risk"],
      "description": "Reachability assessment for the number"
    },
    "is_virtual": {
      "type": "boolean",
      "description": "True if the number appears to be virtual, VoIP, or non-geographic"
    },
    "calling_code": {
      "type": "integer",
      "minimum": 1,
      "maximum": 999,
      "description": "Numeric international calling code"
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/telefono-validation-result"
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.