{
  "GQ": {
    "region": "GQ",
    "callingCode": "240",
    "nationalNumberPattern": "^(?:33[0-24-9]\\d[46]\\d{4}|3(?:33|5\\d)\\d[7-9]\\d{4})$",
    "possibleLengths": [
      9
    ],
    "types": {
      "MOBILE": {
        "nationalNumberPattern": "^(?:(?:222|55\\d)\\d{6})$",
        "possibleLengths": [
          9
        ]
      },
      "FIXED": {
        "nationalNumberPattern": "^(?:33[0-24-9]\\d[46]\\d{4}|3(?:33|5\\d)\\d[7-9]\\d{4})$",
        "possibleLengths": [
          9
        ]
      },
      "TOLL_FREE": {
        "nationalNumberPattern": "^(?:80\\d[1-9]\\d{5})$",
        "possibleLengths": [
          9
        ]
      },
      "PREMIUM_RATE": {
        "nationalNumberPattern": "^(?:90\\d[1-9]\\d{5})$",
        "possibleLengths": [
          9
        ]
      }
    },
    "formats": [
      {
        "pattern": "(\\d{3})(\\d{3})(\\d{3})",
        "format": "$1 $2 $3",
        "leadingDigits": [
          "[235]"
        ]
      },
      {
        "pattern": "(\\d{3})(\\d{6})",
        "format": "$1 $2",
        "leadingDigits": [
          "[89]"
        ]
      }
    ]
  }
}
