JSON

VAT識別番号 - JSON

VAT識別番号(付加価値税登録番号)は、各国の税務当局が発行する企業や事業者を識別するための固有番号です。EU加盟国を中心に、世界各国で異なるフォーマットが採用されており、越境取引や税務申告において重要な役割を果たしています。VIES(VAT Information Exchange System)などの検証システムを通じて、有効性の確認が可能です。

VAT 付加価値税 税務 国際取引 EU GST 消費税
[
  {
    "code": "AT",
    "slug": "austria",
    "name": "オーストリア",
    "description": "Uで始まる9桁のVAT番号です。",
    "format": "ATU12345678",
    "length": 9,
    "region": "EU"
  },
  {
    "code": "AU",
    "slug": "australia",
    "name": "オーストラリア",
    "description": "11桁のABN(Australian Business Number)です。",
    "format": "12345678901",
    "length": 11,
    "region": "Oceania"
  },
  {
    "code": "BE",
    "slug": "belgium",
    "name": "ベルギー",
    "description": "10桁の数字で構成されるVAT番号です。",
    "format": "BE0123456789",
    "length": 10,
    "region": "EU"
  },
  {
    "code": "BG",
    "slug": "bulgaria",
    "name": "ブルガリア",
    "description": "9桁または10桁のVAT番号です。",
    "format": "BG123456789",
    "length": "9-10",
    "region": "EU"
  },
  {
    "code": "CA",
    "slug": "canada",
    "name": "カナダ",
    "description": "15文字のGST/HST番号です。",
    "format": "123456789RT0001",
    "length": 15,
    "region": "North America"
  },
  {
    "code": "CN",
    "slug": "china",
    "name": "中国",
    "description": "18文字の統一社会信用コードです。",
    "format": "91310000710938456L",
    "length": 18,
    "region": "Asia"
  },
  {
    "code": "CY",
    "slug": "cyprus",
    "name": "キプロス",
    "description": "8桁の数字と1文字の英字で構成されるVAT番号です。",
    "format": "CY12345678X",
    "length": 9,
    "region": "EU"
  },
  {
    "code": "CZ",
    "slug": "czech-republic",
    "name": "チェコ共和国",
    "description": "8桁、9桁、または10桁のVAT番号です。",
    "format": "CZ12345678",
    "length": "8-10",
    "region": "EU"
  },
  {
    "code": "DE",
    "slug": "germany",
    "name": "ドイツ",
    "description": "9桁の数字で構成されるVAT番号です。",
    "format": "DE123456789",
    "length": 9,
    "region": "EU"
  },
  {
    "code": "DK",
    "slug": "denmark",
    "name": "デンマーク",
    "description": "8桁の数字で構成されるVAT番号です。",
    "format": "DK12345678",
    "length": 8,
    "region": "EU"
  },
  {
    "code": "EE",
    "slug": "estonia",
    "name": "エストニア",
    "description": "9桁の数字で構成されるVAT番号です。",
    "format": "EE123456789",
    "length": 9,
    "region": "EU"
  },
  {
    "code": "EL",
    "slug": "greece",
    "name": "ギリシャ",
    "description": "9桁の数字で構成されるVAT番号です。",
    "format": "EL123456789",
    "length": 9,
    "region": "EU"
  },
  {
    "code": "ES",
    "slug": "spain",
    "name": "スペイン",
    "description": "1文字または2文字の英字を含む9文字のVAT番号です。",
    "format": "ESX12345678",
    "length": 9,
    "region": "EU"
  },
  {
    "code": "FI",
    "slug": "finland",
    "name": "フィンランド",
    "description": "8桁の数字で構成されるVAT番号です。",
    "format": "FI12345678",
    "length": 8,
    "region": "EU"
  },
  {
    "code": "FR",
    "slug": "france",
    "name": "フランス",
    "description": "11文字で、先頭に英字が含まれるVAT番号です。",
    "format": "FRXX123456789",
    "length": 11,
    "region": "EU"
  },
  {
    "code": "GB",
    "slug": "united-kingdom",
    "name": "イギリス",
    "description": "9桁または12桁のVAT番号です。",
    "format": "GB123456789",
    "length": "9-12",
    "region": "Europe"
  },
  {
    "code": "HR",
    "slug": "croatia",
    "name": "クロアチア",
    "description": "11桁の数字で構成されるVAT番号です。",
    "format": "HR12345678901",
    "length": 11,
    "region": "EU"
  },
  {
    "code": "HU",
    "slug": "hungary",
    "name": "ハンガリー",
    "description": "8桁の数字で構成されるVAT番号です。",
    "format": "HU12345678",
    "length": 8,
    "region": "EU"
  },
  {
    "code": "IE",
    "slug": "ireland",
    "name": "アイルランド",
    "description": "7桁の数字と1-2文字の英字で構成されるVAT番号です。",
    "format": "IE1234567WA",
    "length": "8-9",
    "region": "EU"
  },
  {
    "code": "IT",
    "slug": "italy",
    "name": "イタリア",
    "description": "11桁の数字で構成されるVAT番号です。",
    "format": "IT12345678901",
    "length": 11,
    "region": "EU"
  },
  {
    "code": "JP",
    "slug": "japan",
    "name": "日本",
    "description": "Tで始まる14文字のJCT登録番号です。",
    "format": "T1234567890123",
    "length": 14,
    "region": "Asia"
  },
  {
    "code": "LT",
    "slug": "lithuania",
    "name": "リトアニア",
    "description": "9桁または12桁のVAT番号です。",
    "format": "LT123456789",
    "length": "9-12",
    "region": "EU"
  },
  {
    "code": "LU",
    "slug": "luxembourg",
    "name": "ルクセンブルク",
    "description": "8桁の数字で構成されるVAT番号です。",
    "format": "LU12345678",
    "length": 8,
    "region": "EU"
  },
  {
    "code": "LV",
    "slug": "latvia",
    "name": "ラトビア",
    "description": "11桁の数字で構成されるVAT番号です。",
    "format": "LV12345678901",
    "length": 11,
    "region": "EU"
  },
  {
    "code": "MT",
    "slug": "malta",
    "name": "マルタ",
    "description": "8桁の数字で構成されるVAT番号です。",
    "format": "MT12345678",
    "length": 8,
    "region": "EU"
  },
  {
    "code": "NL",
    "slug": "netherlands",
    "name": "オランダ",
    "description": "12文字で、10文字目がBのVAT番号です。",
    "format": "NL123456789B01",
    "length": 12,
    "region": "EU"
  },
  {
    "code": "PL",
    "slug": "poland",
    "name": "ポーランド",
    "description": "10桁の数字で構成されるVAT番号です。",
    "format": "PL1234567890",
    "length": 10,
    "region": "EU"
  },
  {
    "code": "PT",
    "slug": "portugal",
    "name": "ポルトガル",
    "description": "9桁の数字で構成されるVAT番号です。",
    "format": "PT123456789",
    "length": 9,
    "region": "EU"
  },
  {
    "code": "RO",
    "slug": "romania",
    "name": "ルーマニア",
    "description": "2桁から10桁の可変長VAT番号です。",
    "format": "RO1234567890",
    "length": "2-10",
    "region": "EU"
  },
  {
    "code": "SE",
    "slug": "sweden",
    "name": "スウェーデン",
    "description": "12桁の数字で構成され、末尾が01のVAT番号です。",
    "format": "SE123456789012",
    "length": 12,
    "region": "EU"
  },
  {
    "code": "SG",
    "slug": "singapore",
    "name": "シンガポール",
    "description": "Mで始まる9桁または10桁のGST番号です。",
    "format": "M12345678",
    "length": "9-10",
    "region": "Asia"
  },
  {
    "code": "SI",
    "slug": "slovenia",
    "name": "スロベニア",
    "description": "8桁の数字で構成されるVAT番号です。",
    "format": "SI12345678",
    "length": 8,
    "region": "EU"
  },
  {
    "code": "SK",
    "slug": "slovakia",
    "name": "スロバキア",
    "description": "10桁の数字で構成されるVAT番号です。",
    "format": "SK1234567890",
    "length": 10,
    "region": "EU"
  },
  {
    "code": "XI",
    "slug": "northern-ireland",
    "name": "北アイルランド",
    "description": "9桁または12桁のVAT番号です。",
    "format": "XI123456789",
    "length": "9-12",
    "region": "Europe"
  }
]