# Phone Attributes

Tomba’s Phone Finder provides detailed metadata about a phone number, including its validity, formatting, and geographical data.

| Attribute        | Description                                                         | Example             |
| ---------------- | ------------------------------------------------------------------- | ------------------- |
| `email`          | The email address associated with the phone lookup (if provided).   | **\*\***@zapier.com |
| `valid`          | Whether the phone number is valid.                                  | true                |
| `local_format`   | Phone number in national format (based on country).                 | (877) 381-8743      |
| `intl_format`    | Phone number in international readable format.                      | +1 877-381-8743     |
| `e164_format`    | E.164 format, a standardized international format.                  | +18773818743        |
| `rfc3966_format` | RFC3966 URI-formatted version of the phone number.                  | tel:+1-877-381-8743 |
| `country_code`   | ISO 2-letter country code where the number is registered.           | US                  |
| `line_type`      | Type of phone line: mobile, landline, VoIP, toll-free, and more.    | TOLL_FREE           |
| `carrier`        | The telecom carrier associated with the phone number, if available. | null                |
| `timezones`      | Time zone(s) where the number is located.                           | America/Adak        |

---

Use this data to enrich leads, validate contact information, and filter by phone type (for example, toll-free or mobile).
