Skip to content

E.164

published · September 10, 2026

E.164 is the ITU-T standard that gives every phone number one unambiguous international form: a plus sign, a country calling code, and at most fifteen digits.

E.164 is the ITU-T standard that gives every phone number one unambiguous international form: a plus sign, a country calling code, and at most fifteen digits in total, with no spaces, brackets or dashes. +14155550142 is E.164; (415) 555-0142 is the same number written for a person.

What Spaw answers

e164 is the canonical form and the field to store. Three others carry the same number written differently: national for display inside its own country, international for display across borders, and rfc3966 as a tel: URI for a dial link.

Why the country parameter exists

E.164 is unambiguous only when the calling code is present. A number typed without one — 4155550142, or a national form beginning with a trunk 0 — could belong to several countries, so a lookup needs country to know which numbering plan to read it against. Without one the answer is missing_country, which is free.

An API key can carry a default country, applied only when the request body names none at all; an explicit country: null still means "read it from the calling code".

Related

markdown version: /glossary/e164.md

Verify addresses the same way

The Spaw API runs every check described here on each lookup, with an SMTP handshake that never sends mail. 10 free lookups a month, no card required.

Get your API key

More glossary

  • ASN

    An Autonomous System Number identifies one network that announces its own routes to the internet under a single routing policy.

  • Address register

    An address register is a country's official file of every address its authorities recognise, usually keyed on buildings rather than letterboxes.

  • CIDR

    CIDR notation writes a range of IP addresses as one address and a prefix length, so 203.0.113.0/24 means the 256 addresses sharing those first 24 bits.

  • Catch-all domain

    A catch-all domain is one whose mail server accepts mail addressed to every recipient, whether or not that mailbox exists.

  • Check digit

    A check digit is a digit computed from the rest of an identifier so that a mistyped one usually fails arithmetic before anybody looks it up.

  • Company number

    A company number is the identifier a national registrar assigns to an incorporated company, unique within that register and never within the world.

  • Credit

    A credit is the billing unit of the whole API: one credit buys one fresh lookup that produced a usable answer, on any of the six signals.

  • Datacenter IP

    A datacenter IP is an address inside a range operated by a hosting, cloud or server provider rather than by a consumer access network.