{
  "valid": true,
  "possible": true,
  "input": "+12345678900",
  "country": {
    "code": "US",
    "name": "United States",
    "callingCode": "+1"
  },
  "number": {
    "national": "2345678900",
    "type": "Fixed Line or Mobile"
  },
  "formats": {
    "international": "+1 234 567 8900",
    "national": "(234) 567-8900",
    "e164": "+12345678900",
    "rfc3966": "tel:+12345678900"
  },
  "analysis": {
    "isValid": true,
    "isPossible": true,
    "isNonGeographic": false,
    "possibleCountries": [
      "US"
    ]
  }
}