├── .github └── workflows │ └── go.yml ├── LICENSE ├── README.md ├── codecov.yml ├── countries.go ├── country.go ├── country_test.go ├── data ├── capitals.yaml ├── countries │ ├── AD.yaml │ ├── AE.yaml │ ├── AF.yaml │ ├── AG.yaml │ ├── AI.yaml │ ├── AL.yaml │ ├── AM.yaml │ ├── AO.yaml │ ├── AQ.yaml │ ├── AR.yaml │ ├── AS.yaml │ ├── AT.yaml │ ├── AU.yaml │ ├── AW.yaml │ ├── AX.yaml │ ├── AZ.yaml │ ├── BA.yaml │ ├── BB.yaml │ ├── BD.yaml │ ├── BE.yaml │ ├── BF.yaml │ ├── BG.yaml │ ├── BH.yaml │ ├── BI.yaml │ ├── BJ.yaml │ ├── BL.yaml │ ├── BM.yaml │ ├── BN.yaml │ ├── BO.yaml │ ├── BQ.yaml │ ├── BR.yaml │ ├── BS.yaml │ ├── BT.yaml │ ├── BV.yaml │ ├── BW.yaml │ ├── BY.yaml │ ├── BZ.yaml │ ├── CA.yaml │ ├── CC.yaml │ ├── CD.yaml │ ├── CF.yaml │ ├── CG.yaml │ ├── CH.yaml │ ├── CI.yaml │ ├── CK.yaml │ ├── CL.yaml │ ├── CM.yaml │ ├── CN.yaml │ ├── CO.yaml │ ├── CR.yaml │ ├── CU.yaml │ ├── CV.yaml │ ├── CW.yaml │ ├── CX.yaml │ ├── CY.yaml │ ├── CZ.yaml │ ├── DE.yaml │ ├── DJ.yaml │ ├── DK.yaml │ ├── DM.yaml │ ├── DO.yaml │ ├── DZ.yaml │ ├── EC.yaml │ ├── EE.yaml │ ├── EG.yaml │ ├── EH.yaml │ ├── ER.yaml │ ├── ES.yaml │ ├── ET.yaml │ ├── FI.yaml │ ├── FJ.yaml │ ├── FK.yaml │ ├── FM.yaml │ ├── FO.yaml │ ├── FR.yaml │ ├── GA.yaml │ ├── GB.yaml │ ├── GD.yaml │ ├── GE.yaml │ ├── GF.yaml │ ├── GG.yaml │ ├── GH.yaml │ ├── GI.yaml │ ├── GL.yaml │ ├── GM.yaml │ ├── GN.yaml │ ├── GP.yaml │ ├── GQ.yaml │ ├── GR.yaml │ ├── GS.yaml │ ├── GT.yaml │ ├── GU.yaml │ ├── GW.yaml │ ├── GY.yaml │ ├── HK.yaml │ ├── HM.yaml │ ├── HN.yaml │ ├── HR.yaml │ ├── HT.yaml │ ├── HU.yaml │ ├── ID.yaml │ ├── IE.yaml │ ├── IL.yaml │ ├── IM.yaml │ ├── IN.yaml │ ├── IO.yaml │ ├── IQ.yaml │ ├── IR.yaml │ ├── IS.yaml │ ├── IT.yaml │ ├── JE.yaml │ ├── JM.yaml │ ├── JO.yaml │ ├── JP.yaml │ ├── KE.yaml │ ├── KG.yaml │ ├── KH.yaml │ ├── KI.yaml │ ├── KM.yaml │ ├── KN.yaml │ ├── KP.yaml │ ├── KR.yaml │ ├── KW.yaml │ ├── KY.yaml │ ├── KZ.yaml │ ├── LA.yaml │ ├── LB.yaml │ ├── LC.yaml │ ├── LI.yaml │ ├── LK.yaml │ ├── LR.yaml │ ├── LS.yaml │ ├── LT.yaml │ ├── LU.yaml │ ├── LV.yaml │ ├── LY.yaml │ ├── MA.yaml │ ├── MC.yaml │ ├── MD.yaml │ ├── ME.yaml │ ├── MF.yaml │ ├── MG.yaml │ ├── MH.yaml │ ├── MK.yaml │ ├── ML.yaml │ ├── MM.yaml │ ├── MN.yaml │ ├── MO.yaml │ ├── MP.yaml │ ├── MQ.yaml │ ├── MR.yaml │ ├── MS.yaml │ ├── MT.yaml │ ├── MU.yaml │ ├── MV.yaml │ ├── MW.yaml │ ├── MX.yaml │ ├── MY.yaml │ ├── MZ.yaml │ ├── NA.yaml │ ├── NC.yaml │ ├── NE.yaml │ ├── NF.yaml │ ├── NG.yaml │ ├── NI.yaml │ ├── NL.yaml │ ├── NO.yaml │ ├── NP.yaml │ ├── NR.yaml │ ├── NU.yaml │ ├── NZ.yaml │ ├── OM.yaml │ ├── PA.yaml │ ├── PE.yaml │ ├── PF.yaml │ ├── PG.yaml │ ├── PH.yaml │ ├── PK.yaml │ ├── PL.yaml │ ├── PM.yaml │ ├── PN.yaml │ ├── PR.yaml │ ├── PS.yaml │ ├── PT.yaml │ ├── PW.yaml │ ├── PY.yaml │ ├── QA.yaml │ ├── RE.yaml │ ├── RO.yaml │ ├── RS.yaml │ ├── RU.yaml │ ├── RW.yaml │ ├── SA.yaml │ ├── SB.yaml │ ├── SC.yaml │ ├── SD.yaml │ ├── SE.yaml │ ├── SG.yaml │ ├── SH.yaml │ ├── SI.yaml │ ├── SJ.yaml │ ├── SK.yaml │ ├── SL.yaml │ ├── SM.yaml │ ├── SN.yaml │ ├── SO.yaml │ ├── SR.yaml │ ├── SS.yaml │ ├── ST.yaml │ ├── SV.yaml │ ├── SX.yaml │ ├── SY.yaml │ ├── SZ.yaml │ ├── TC.yaml │ ├── TD.yaml │ ├── TF.yaml │ ├── TG.yaml │ ├── TH.yaml │ ├── TJ.yaml │ ├── TK.yaml │ ├── TL.yaml │ ├── TM.yaml │ ├── TN.yaml │ ├── TO.yaml │ ├── TR.yaml │ ├── TT.yaml │ ├── TV.yaml │ ├── TW.yaml │ ├── TZ.yaml │ ├── UA.yaml │ ├── UG.yaml │ ├── UM.yaml │ ├── US.yaml │ ├── UY.yaml │ ├── UZ.yaml │ ├── VA.yaml │ ├── VC.yaml │ ├── VE.yaml │ ├── VG.yaml │ ├── VI.yaml │ ├── VN.yaml │ ├── VU.yaml │ ├── WF.yaml │ ├── WS.yaml │ ├── YE.yaml │ ├── YT.yaml │ ├── ZA.yaml │ ├── ZM.yaml │ └── ZW.yaml ├── subdivisions │ ├── AD.yaml │ ├── AE.yaml │ ├── AF.yaml │ ├── AG.yaml │ ├── AL.yaml │ ├── AM.yaml │ ├── AO.yaml │ ├── AR.yaml │ ├── AT.yaml │ ├── AU.yaml │ ├── AZ.yaml │ ├── BA.yaml │ ├── BB.yaml │ ├── BD.yaml │ ├── BE.yaml │ ├── BF.yaml │ ├── BG.yaml │ ├── BH.yaml │ ├── BI.yaml │ ├── BJ.yaml │ ├── BN.yaml │ ├── BO.yaml │ ├── BQ.yaml │ ├── BR.yaml │ ├── BS.yaml │ ├── BT.yaml │ ├── BW.yaml │ ├── BY.yaml │ ├── BZ.yaml │ ├── CA.yaml │ ├── CD.yaml │ ├── CF.yaml │ ├── CG.yaml │ ├── CH.yaml │ ├── CI.yaml │ ├── CL.yaml │ ├── CM.yaml │ ├── CN.yaml │ ├── CO.yaml │ ├── CR.yaml │ ├── CU.yaml │ ├── CV.yaml │ ├── CY.yaml │ ├── CZ.yaml │ ├── DE.yaml │ ├── DJ.yaml │ ├── DK.yaml │ ├── DM.yaml │ ├── DO.yaml │ ├── DZ.yaml │ ├── EC.yaml │ ├── EE.yaml │ ├── EG.yaml │ ├── ER.yaml │ ├── ES.yaml │ ├── ET.yaml │ ├── FI.yaml │ ├── FJ.yaml │ ├── FM.yaml │ ├── FR.yaml │ ├── GA.yaml │ ├── GB.yaml │ ├── GD.yaml │ ├── GE.yaml │ ├── GH.yaml │ ├── GL.yaml │ ├── GM.yaml │ ├── GN.yaml │ ├── GQ.yaml │ ├── GR.yaml │ ├── GT.yaml │ ├── GW.yaml │ ├── GY.yaml │ ├── HN.yaml │ ├── HR.yaml │ ├── HT.yaml │ ├── HU.yaml │ ├── ID.yaml │ ├── IE.yaml │ ├── IL.yaml │ ├── IN.yaml │ ├── IQ.yaml │ ├── IR.yaml │ ├── IS.yaml │ ├── IT.yaml │ ├── JM.yaml │ ├── JO.yaml │ ├── JP.yaml │ ├── KE.yaml │ ├── KG.yaml │ ├── KH.yaml │ ├── KI.yaml │ ├── KM.yaml │ ├── KN.yaml │ ├── KP.yaml │ ├── KR.yaml │ ├── KW.yaml │ ├── KZ.yaml │ ├── LA.yaml │ ├── LB.yaml │ ├── LC.yaml │ ├── LI.yaml │ ├── LK.yaml │ ├── LR.yaml │ ├── LS.yaml │ ├── LT.yaml │ ├── LU.yaml │ ├── LV.yaml │ ├── LY.yaml │ ├── MA.yaml │ ├── MC.yaml │ ├── MD.yaml │ ├── ME.yaml │ ├── MG.yaml │ ├── MH.yaml │ ├── MK.yaml │ ├── ML.yaml │ ├── MM.yaml │ ├── MN.yaml │ ├── MR.yaml │ ├── MT.yaml │ ├── MU.yaml │ ├── MV.yaml │ ├── MW.yaml │ ├── MX.yaml │ ├── MY.yaml │ ├── MZ.yaml │ ├── NA.yaml │ ├── NE.yaml │ ├── NG.yaml │ ├── NI.yaml │ ├── NL.yaml │ ├── NO.yaml │ ├── NP.yaml │ ├── NR.yaml │ ├── NZ.yaml │ ├── OM.yaml │ ├── PA.yaml │ ├── PE.yaml │ ├── PG.yaml │ ├── PH.yaml │ ├── PK.yaml │ ├── PL.yaml │ ├── PS.yaml │ ├── PT.yaml │ ├── PW.yaml │ ├── PY.yaml │ ├── QA.yaml │ ├── RO.yaml │ ├── RS.yaml │ ├── RU.yaml │ ├── RW.yaml │ ├── SA.yaml │ ├── SB.yaml │ ├── SC.yaml │ ├── SD.yaml │ ├── SE.yaml │ ├── SG.yaml │ ├── SH.yaml │ ├── SI.yaml │ ├── SK.yaml │ ├── SL.yaml │ ├── SM.yaml │ ├── SN.yaml │ ├── SO.yaml │ ├── SR.yaml │ ├── SS.yaml │ ├── ST.yaml │ ├── SV.yaml │ ├── SY.yaml │ ├── SZ.yaml │ ├── TD.yaml │ ├── TG.yaml │ ├── TH.yaml │ ├── TJ.yaml │ ├── TL.yaml │ ├── TM.yaml │ ├── TN.yaml │ ├── TO.yaml │ ├── TR.yaml │ ├── TT.yaml │ ├── TV.yaml │ ├── TW.yaml │ ├── TZ.yaml │ ├── UA.yaml │ ├── UG.yaml │ ├── UM.yaml │ ├── US.yaml │ ├── UY.yaml │ ├── UZ.yaml │ ├── VC.yaml │ ├── VE.yaml │ ├── VN.yaml │ ├── VU.yaml │ ├── WF.yaml │ ├── WS.yaml │ ├── YE.yaml │ ├── ZA.yaml │ ├── ZM.yaml │ └── ZW.yaml ├── timezones.csv └── translations │ ├── countries-ab.yaml │ ├── countries-af.yaml │ ├── countries-ak.yaml │ ├── countries-am.yaml │ ├── countries-an.yaml │ ├── countries-ar.yaml │ ├── countries-as.yaml │ ├── countries-ay.yaml │ ├── countries-az.yaml │ ├── countries-ba.yaml │ ├── countries-be.yaml │ ├── countries-bg.yaml │ ├── countries-bi.yaml │ ├── countries-bn.yaml │ ├── countries-bn_IN.yaml │ ├── countries-br.yaml │ ├── countries-bs.yaml │ ├── countries-ca.yaml │ ├── countries-ce.yaml │ ├── countries-ch.yaml │ ├── countries-cs.yaml │ ├── countries-cv.yaml │ ├── countries-cy.yaml │ ├── countries-da.yaml │ ├── countries-de.yaml │ ├── countries-dv.yaml │ ├── countries-dz.yaml │ ├── countries-ee.yaml │ ├── countries-el.yaml │ ├── countries-en.yaml │ ├── countries-eo.yaml │ ├── countries-es.yaml │ ├── countries-et.yaml │ ├── countries-eu.yaml │ ├── countries-fa.yaml │ ├── countries-ff.yaml │ ├── countries-fi.yaml │ ├── countries-fo.yaml │ ├── countries-fr.yaml │ ├── countries-fy.yaml │ ├── countries-ga.yaml │ ├── countries-gl.yaml │ ├── countries-gn.yaml │ ├── countries-gu.yaml │ ├── countries-gv.yaml │ ├── countries-ha.yaml │ ├── countries-he.yaml │ ├── countries-hi.yaml │ ├── countries-hr.yaml │ ├── countries-ht.yaml │ ├── countries-hu.yaml │ ├── countries-hy.yaml │ ├── countries-ia.yaml │ ├── countries-id.yaml │ ├── countries-io.yaml │ ├── countries-is.yaml │ ├── countries-it.yaml │ ├── countries-iu.yaml │ ├── countries-ja.yaml │ ├── countries-ka.yaml │ ├── countries-ki.yaml │ ├── countries-kk.yaml │ ├── countries-kl.yaml │ ├── countries-km.yaml │ ├── countries-kn.yaml │ ├── countries-ko.yaml │ ├── countries-ku.yaml │ ├── countries-kv.yaml │ ├── countries-kw.yaml │ ├── countries-ky.yaml │ ├── countries-lo.yaml │ ├── countries-lt.yaml │ ├── countries-lv.yaml │ ├── countries-mi.yaml │ ├── countries-mk.yaml │ ├── countries-ml.yaml │ ├── countries-mn.yaml │ ├── countries-mr.yaml │ ├── countries-ms.yaml │ ├── countries-mt.yaml │ ├── countries-my.yaml │ ├── countries-na.yaml │ ├── countries-nb.yaml │ ├── countries-ne.yaml │ ├── countries-nl.yaml │ ├── countries-nn.yaml │ ├── countries-nv.yaml │ ├── countries-oc.yaml │ ├── countries-or.yaml │ ├── countries-pa.yaml │ ├── countries-pi.yaml │ ├── countries-pl.yaml │ ├── countries-ps.yaml │ ├── countries-pt.yaml │ ├── countries-pt_BR.yaml │ ├── countries-ro.yaml │ ├── countries-ru.yaml │ ├── countries-rw.yaml │ ├── countries-sc.yaml │ ├── countries-sd.yaml │ ├── countries-si.yaml │ ├── countries-sk.yaml │ ├── countries-sl.yaml │ ├── countries-so.yaml │ ├── countries-sq.yaml │ ├── countries-sr.yaml │ ├── countries-sv.yaml │ ├── countries-sw.yaml │ ├── countries-ta.yaml │ ├── countries-te.yaml │ ├── countries-tg.yaml │ ├── countries-th.yaml │ ├── countries-ti.yaml │ ├── countries-tk.yaml │ ├── countries-tl.yaml │ ├── countries-tr.yaml │ ├── countries-tt.yaml │ ├── countries-ug.yaml │ ├── countries-uk.yaml │ ├── countries-ur.yaml │ ├── countries-uz.yaml │ ├── countries-ve.yaml │ ├── countries-vi.yaml │ ├── countries-wa.yaml │ ├── countries-wo.yaml │ ├── countries-xh.yaml │ ├── countries-yo.yaml │ ├── countries-zh_CN.yaml │ ├── countries-zh_HK.yaml │ ├── countries-zh_TW.yaml │ └── countries-zu.yaml ├── generator └── main.go ├── go.mod └── go.sum /.github/workflows/go.yml: -------------------------------------------------------------------------------- 1 | name: Go 2 | 3 | on: 4 | push: 5 | branches: [master] 6 | pull_request: 7 | branches: [master] 8 | 9 | jobs: 10 | test: 11 | strategy: 12 | matrix: 13 | go-version: ['1.16', '1.18', '1.19', '1.21'] 14 | # os: [ubuntu-latest, macos-latest, windows-latest] 15 | runs-on: ubuntu-latest 16 | # runs-on: ${{ matrix.os }} 17 | steps: 18 | - uses: actions/checkout@master 19 | - uses: actions/setup-go@v2 20 | with: 21 | go-version: ${{ matrix.go-version }} 22 | - name: Build project 23 | run: go build -v . 24 | - name: Run tests 25 | run: go test -race -coverprofile=coverage.txt -covermode=atomic 26 | - name: Upload coverage to Codecov 27 | uses: codecov/codecov-action@v3 28 | with: 29 | files: ./coverage.txt 30 | gcov_ignore: ./countries.go 31 | 32 | golangci: 33 | name: golangci-lint 34 | runs-on: ubuntu-latest 35 | steps: 36 | - uses: actions/checkout@master 37 | - name: Run golangci-lint 38 | uses: golangci/golangci-lint-action@v2 39 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | The MIT License 2 | 3 | Copyright 2020 Enrico Pilotto 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /codecov.yml: -------------------------------------------------------------------------------- 1 | ignore: 2 | - countries.go 3 | -------------------------------------------------------------------------------- /data/countries/AD.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | AD: 3 | alpha2: AD 4 | alpha3: AND 5 | continent: Europe 6 | country_code: '376' 7 | currency_code: EUR 8 | gec: AN 9 | geo: 10 | latitude: 42.506285 11 | longitude: 1.521801 12 | max_latitude: 42.655791 13 | max_longitude: 1.786639 14 | min_latitude: 42.4287488 15 | min_longitude: 1.4087052 16 | bounds: 17 | northeast: 18 | lat: 42.655791 19 | lng: 1.786639 20 | southwest: 21 | lat: 42.4287488 22 | lng: 1.4087052 23 | international_prefix: '00' 24 | ioc: AND 25 | iso_long_name: The Principality of Andorra 26 | iso_short_name: Andorra 27 | languages_official: 28 | - ca 29 | languages_spoken: 30 | - ca 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 6 35 | - 7 36 | - 8 37 | - 9 38 | national_prefix: None 39 | nationality: Andorran 40 | number: '020' 41 | postal_code: true 42 | postal_code_format: AD[1-7]0\d 43 | region: Europe 44 | start_of_week: monday 45 | subregion: Southern Europe 46 | un_locode: AD 47 | unofficial_names: 48 | - Andorre 49 | - Andorra 50 | - アンドラ 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/AF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | AF: 3 | alpha2: AF 4 | alpha3: AFG 5 | continent: Asia 6 | country_code: '93' 7 | currency_code: AFN 8 | gec: AF 9 | geo: 10 | latitude: 33.93911 11 | longitude: 67.709953 12 | max_latitude: 38.49087670000001 13 | max_longitude: 74.8898619 14 | min_latitude: 29.3772 15 | min_longitude: 60.5170005 16 | bounds: 17 | northeast: 18 | lat: 38.49087670000001 19 | lng: 74.8898619 20 | southwest: 21 | lat: 29.3772 22 | lng: 60.5170005 23 | international_prefix: '00' 24 | ioc: AFG 25 | iso_long_name: The Islamic Republic of Afghanistan 26 | iso_short_name: Afghanistan 27 | languages_official: 28 | - ps 29 | - uz 30 | - tk 31 | languages_spoken: 32 | - ps 33 | - uz 34 | - tk 35 | national_destination_code_lengths: 36 | - 2 37 | national_number_lengths: 38 | - 8 39 | - 9 40 | national_prefix: '0' 41 | nationality: Afghan 42 | number: '004' 43 | postal_code: true 44 | postal_code_format: "\\d{4}" 45 | region: Asia 46 | start_of_week: monday 47 | subregion: Southern Asia 48 | un_locode: AF 49 | unofficial_names: 50 | - Afghanistan 51 | - Afganistán 52 | - アフガニスタン 53 | world_region: APAC 54 | -------------------------------------------------------------------------------- /data/countries/AG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | AG: 3 | alpha2: AG 4 | alpha3: ATG 5 | continent: North America 6 | country_code: '1' 7 | currency_code: XCD 8 | gec: AC 9 | geo: 10 | latitude: 17.060816 11 | longitude: -61.796428 12 | max_latitude: 17.7499946 13 | max_longitude: -61.6394 14 | min_latitude: 16.9018 15 | min_longitude: -62.38100009999999 16 | bounds: 17 | northeast: 18 | lat: 17.7499946 19 | lng: -61.6394 20 | southwest: 21 | lat: 16.9018 22 | lng: -62.38100009999999 23 | international_prefix: '011' 24 | ioc: ANT 25 | iso_long_name: Antigua and Barbuda 26 | iso_short_name: Antigua and Barbuda 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | nanp_prefix: '1268' 32 | national_destination_code_lengths: 33 | - 3 34 | national_number_lengths: 35 | - 10 36 | national_prefix: '1' 37 | nationality: Antiguan, Barbudan 38 | number: '028' 39 | postal_code: false 40 | region: Americas 41 | start_of_week: monday 42 | subregion: Caribbean 43 | un_locode: AG 44 | unofficial_names: 45 | - Antigua and Barbuda 46 | - Antigua und Barbuda 47 | - Antigua et Barbuda 48 | - Antigua y Barbuda 49 | - アンティグア・バーブーダ 50 | - Antigua en Barbuda 51 | world_region: AMER 52 | -------------------------------------------------------------------------------- /data/countries/AI.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | AI: 3 | alpha2: AI 4 | alpha3: AIA 5 | continent: North America 6 | country_code: '1' 7 | currency_code: XCD 8 | gec: AV 9 | geo: 10 | latitude: 18.220554 11 | longitude: -63.06861499999999 12 | max_latitude: 18.6332326 13 | max_longitude: -62.91999999999999 14 | min_latitude: 18.1465043 15 | min_longitude: -63.4803 16 | bounds: 17 | northeast: 18 | lat: 18.6332326 19 | lng: -62.91999999999999 20 | southwest: 21 | lat: 18.1465043 22 | lng: -63.4803 23 | international_prefix: '011' 24 | ioc: 25 | iso_long_name: Anguilla 26 | iso_short_name: Anguilla 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | nanp_prefix: '1264' 32 | national_destination_code_lengths: 33 | - 3 34 | national_number_lengths: 35 | - 10 36 | national_prefix: '1' 37 | nationality: Anguillian 38 | number: '660' 39 | postal_code: true 40 | postal_code_format: "(?:AI-)?2640" 41 | region: Americas 42 | start_of_week: monday 43 | subregion: Caribbean 44 | un_locode: AI 45 | unofficial_names: 46 | - Anguilla 47 | - アンギラ 48 | world_region: AMER 49 | -------------------------------------------------------------------------------- /data/countries/AL.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | AL: 3 | alpha2: AL 4 | alpha3: ALB 5 | continent: Europe 6 | country_code: '355' 7 | currency_code: ALL 8 | gec: AL 9 | geo: 10 | latitude: 41.153332 11 | longitude: 20.168331 12 | max_latitude: 42.6611669 13 | max_longitude: 21.0572394 14 | min_latitude: 39.6447296 15 | min_longitude: 19.1217 16 | bounds: 17 | northeast: 18 | lat: 42.6611669 19 | lng: 21.0572394 20 | southwest: 21 | lat: 39.6447296 22 | lng: 19.1217 23 | international_prefix: '00' 24 | ioc: ALB 25 | iso_long_name: The Republic of Albania 26 | iso_short_name: Albania 27 | languages_official: 28 | - sq 29 | languages_spoken: 30 | - sq 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | - 8 36 | - 9 37 | national_prefix: '0' 38 | nationality: Albanian 39 | number: '008' 40 | postal_code: true 41 | postal_code_format: "\\d{4}" 42 | region: Europe 43 | start_of_week: monday 44 | subregion: Southern Europe 45 | un_locode: AL 46 | unofficial_names: 47 | - Albania 48 | - Albanien 49 | - Albanie 50 | - アルバニア 51 | - Albanië 52 | world_region: EMEA 53 | -------------------------------------------------------------------------------- /data/countries/AM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | AM: 3 | alpha2: AM 4 | alpha3: ARM 5 | continent: Asia 6 | country_code: '374' 7 | currency_code: AMD 8 | gec: AM 9 | geo: 10 | latitude: 40.069099 11 | longitude: 45.038189 12 | max_latitude: 41.300993 13 | max_longitude: 46.6342219 14 | min_latitude: 38.840244 15 | min_longitude: 43.4472601 16 | bounds: 17 | northeast: 18 | lat: 41.300993 19 | lng: 46.6342219 20 | southwest: 21 | lat: 38.840244 22 | lng: 43.4472601 23 | international_prefix: '00' 24 | ioc: ARM 25 | iso_long_name: The Republic of Armenia 26 | iso_short_name: Armenia 27 | languages_official: 28 | - hy 29 | - ru 30 | languages_spoken: 31 | - hy 32 | - ru 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 8 37 | national_prefix: '8' 38 | nationality: Armenian 39 | number: '051' 40 | postal_code: true 41 | postal_code_format: "(?:37)?\\d{4}" 42 | region: Asia 43 | start_of_week: monday 44 | subregion: Western Asia 45 | un_locode: AM 46 | unofficial_names: 47 | - Armenia 48 | - Armenien 49 | - Arménie 50 | - アルメニア 51 | - Armenië 52 | world_region: EMEA 53 | -------------------------------------------------------------------------------- /data/countries/AO.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | AO: 3 | alpha2: AO 4 | alpha3: AGO 5 | continent: Africa 6 | country_code: '244' 7 | currency_code: AOA 8 | gec: AO 9 | geo: 10 | latitude: -11.202692 11 | longitude: 17.873887 12 | max_latitude: -4.388063300000001 13 | max_longitude: 24.0878855 14 | min_latitude: -18.0391039 15 | min_longitude: 11.4696999 16 | bounds: 17 | northeast: 18 | lat: -4.388063300000001 19 | lng: 24.0878855 20 | southwest: 21 | lat: -18.0391039 22 | lng: 11.4696999 23 | international_prefix: '00' 24 | ioc: ANG 25 | iso_long_name: The Republic of Angola 26 | iso_short_name: Angola 27 | languages_official: 28 | - pt 29 | languages_spoken: 30 | - pt 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 9 35 | national_prefix: '0' 36 | nationality: Angolan 37 | number: '024' 38 | postal_code: false 39 | region: Africa 40 | start_of_week: monday 41 | subregion: Middle Africa 42 | un_locode: AO 43 | unofficial_names: 44 | - Angola 45 | - アンゴラ 46 | world_region: EMEA 47 | -------------------------------------------------------------------------------- /data/countries/AQ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | AQ: 3 | alpha2: AQ 4 | alpha3: ATA 5 | continent: Antarctica 6 | country_code: '672' 7 | currency_code: USD 8 | gec: AY 9 | geo: 10 | latitude: -82.862752 11 | longitude: 135 12 | max_latitude: -60.1086999 13 | max_longitude: 180 14 | min_latitude: -90 15 | min_longitude: -180 16 | bounds: 17 | northeast: 18 | lat: -60.1086999 19 | lng: 180 20 | southwest: 21 | lat: -90 22 | lng: -180 23 | international_prefix: '' 24 | ioc: 25 | iso_long_name: Antarctica 26 | iso_short_name: Antarctica 27 | languages_official: [] 28 | languages_spoken: [] 29 | national_destination_code_lengths: [] 30 | national_number_lengths: [] 31 | national_prefix: '' 32 | nationality: '' 33 | number: '010' 34 | postal_code: false 35 | region: '' 36 | start_of_week: monday 37 | subregion: '' 38 | un_locode: AQ 39 | unofficial_names: 40 | - Antarctica 41 | - Antarktis 42 | - Antarctique 43 | - Antártida 44 | - 南極 45 | world_region: AMER 46 | -------------------------------------------------------------------------------- /data/countries/AW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | AW: 3 | alpha2: AW 4 | alpha3: ABW 5 | continent: North America 6 | country_code: '297' 7 | currency_code: AWG 8 | gec: AA 9 | geo: 10 | latitude: 12.52111 11 | longitude: -69.968338 12 | max_latitude: 12.6306179 13 | max_longitude: -69.8644638 14 | min_latitude: 12.406093 15 | min_longitude: -70.070114 16 | bounds: 17 | northeast: 18 | lat: 12.6306179 19 | lng: -69.8644638 20 | southwest: 21 | lat: 12.406093 22 | lng: -70.070114 23 | international_prefix: '00' 24 | ioc: ARU 25 | iso_long_name: Aruba 26 | iso_short_name: Aruba 27 | languages_official: 28 | - nl 29 | languages_spoken: 30 | - nl 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | national_prefix: None 36 | nationality: Aruban 37 | number: '533' 38 | postal_code: false 39 | region: Americas 40 | start_of_week: monday 41 | subregion: Caribbean 42 | un_locode: AW 43 | unofficial_names: 44 | - Aruba 45 | - アルバ 46 | world_region: AMER 47 | -------------------------------------------------------------------------------- /data/countries/AX.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | AX: 3 | alpha2: AX 4 | alpha3: ALA 5 | continent: Europe 6 | country_code: '358' 7 | currency_code: EUR 8 | eu_member: true 9 | euvat_member: false 10 | gec: 11 | geo: 12 | latitude: 60.1785247 13 | longitude: 19.9156105 14 | max_latitude: 60.8400009 15 | max_longitude: 21.4866841 16 | min_latitude: 59.6872001 17 | min_longitude: 19.2095998 18 | bounds: 19 | northeast: 20 | lat: 60.8400009 21 | lng: 21.4866841 22 | southwest: 23 | lat: 59.6872001 24 | lng: 19.2095998 25 | international_prefix: '' 26 | ioc: 27 | iso_long_name: Åland 28 | iso_short_name: Åland Islands 29 | languages_official: 30 | - sv 31 | languages_spoken: 32 | - sv 33 | national_destination_code_lengths: [] 34 | national_number_lengths: [] 35 | national_prefix: '' 36 | nationality: Swedish 37 | number: '248' 38 | postal_code: true 39 | postal_code_format: 22\d{3} 40 | region: Europe 41 | start_of_week: monday 42 | subregion: Northern Europe 43 | un_locode: AX 44 | unofficial_names: 45 | - Åland Islands 46 | - Åland 47 | - オーランド諸島 48 | - Ålandeilanden 49 | world_region: EMEA 50 | -------------------------------------------------------------------------------- /data/countries/AZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | AZ: 3 | alpha2: AZ 4 | alpha3: AZE 5 | continent: Asia 6 | country_code: '994' 7 | currency_code: AZN 8 | gec: AJ 9 | geo: 10 | latitude: 40.143105 11 | longitude: 47.576927 12 | max_latitude: 41.9594999 13 | max_longitude: 50.7458001 14 | min_latitude: 38.3922171 15 | min_longitude: 44.7632599 16 | bounds: 17 | northeast: 18 | lat: 41.9594999 19 | lng: 50.7458001 20 | southwest: 21 | lat: 38.3922171 22 | lng: 44.7632599 23 | international_prefix: '810' 24 | ioc: AZE 25 | iso_long_name: The Republic of Azerbaijan 26 | iso_short_name: Azerbaijan 27 | languages_official: 28 | - az 29 | - hy 30 | languages_spoken: 31 | - az 32 | - hy 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 8 37 | - 9 38 | national_prefix: '8' 39 | nationality: Azerbaijani 40 | number: '031' 41 | postal_code: true 42 | postal_code_format: "\\d{4}" 43 | region: Asia 44 | start_of_week: monday 45 | subregion: Western Asia 46 | un_locode: AZ 47 | unofficial_names: 48 | - Azerbaijan 49 | - Aserbaidschan 50 | - Azerbaïdjan 51 | - Azerbaiyán 52 | - アゼルバイジャン 53 | - Azerbeidzjan 54 | world_region: EMEA 55 | -------------------------------------------------------------------------------- /data/countries/BB.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BB: 3 | alpha2: BB 4 | alpha3: BRB 5 | continent: North America 6 | country_code: '1' 7 | currency_code: BBD 8 | gec: BB 9 | geo: 10 | latitude: 13.193887 11 | longitude: -59.543198 12 | max_latitude: 13.3365093 13 | max_longitude: -59.4174957 14 | min_latitude: 13.039844 15 | min_longitude: -59.6530151 16 | bounds: 17 | northeast: 18 | lat: 13.3365093 19 | lng: -59.4174957 20 | southwest: 21 | lat: 13.039844 22 | lng: -59.6530151 23 | international_prefix: '011' 24 | ioc: BAR 25 | iso_long_name: Barbados 26 | iso_short_name: Barbados 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | nanp_prefix: '1246' 32 | national_destination_code_lengths: 33 | - 3 34 | national_number_lengths: 35 | - 10 36 | national_prefix: '1' 37 | nationality: Barbadian 38 | number: '052' 39 | postal_code: true 40 | postal_code_format: BB\d{5} 41 | region: Americas 42 | start_of_week: monday 43 | subregion: Caribbean 44 | un_locode: BB 45 | unofficial_names: 46 | - Barbade 47 | - Barbados 48 | - バルバドス 49 | world_region: AMER 50 | -------------------------------------------------------------------------------- /data/countries/BD.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BD: 3 | alpha2: BD 4 | alpha3: BGD 5 | continent: Asia 6 | country_code: '880' 7 | currency_code: BDT 8 | gec: BG 9 | geo: 10 | latitude: 23.684994 11 | longitude: 90.356331 12 | max_latitude: 26.633914 13 | max_longitude: 92.6801153 14 | min_latitude: 20.3794 15 | min_longitude: 88.00861410000002 16 | bounds: 17 | northeast: 18 | lat: 26.633914 19 | lng: 92.6801153 20 | southwest: 21 | lat: 20.3794 22 | lng: 88.00861410000002 23 | international_prefix: '00' 24 | ioc: BAN 25 | iso_long_name: The People's Republic of Bangladesh 26 | iso_short_name: Bangladesh 27 | languages_official: 28 | - bn 29 | languages_spoken: 30 | - bn 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 10 35 | national_prefix: '0' 36 | nationality: Bangladeshi 37 | number: '050' 38 | postal_code: true 39 | postal_code_format: "\\d{4}" 40 | region: Asia 41 | start_of_week: sunday 42 | subregion: Southern Asia 43 | un_locode: BD 44 | unofficial_names: 45 | - Bangladesh 46 | - Bangladesch 47 | - バングラデシュ 48 | world_region: APAC 49 | -------------------------------------------------------------------------------- /data/countries/BF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BF: 3 | alpha2: BF 4 | alpha3: BFA 5 | continent: Africa 6 | country_code: '226' 7 | currency_code: XOF 8 | gec: UV 9 | geo: 10 | latitude: 12.238333 11 | longitude: -1.561593 12 | max_latitude: 15.0840397 13 | max_longitude: 2.4043596 14 | min_latitude: 9.4104717 15 | min_longitude: -5.5132416 16 | bounds: 17 | northeast: 18 | lat: 15.0840397 19 | lng: 2.4043596 20 | southwest: 21 | lat: 9.4104717 22 | lng: -5.5132416 23 | international_prefix: '00' 24 | ioc: BUR 25 | iso_long_name: Burkina Faso 26 | iso_short_name: Burkina Faso 27 | languages_official: 28 | - fr 29 | - ff 30 | languages_spoken: 31 | - fr 32 | - ff 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 8 37 | national_prefix: None 38 | nationality: Burkinabe 39 | number: '854' 40 | postal_code: false 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Western Africa 44 | un_locode: BF 45 | unofficial_names: 46 | - Burkina Faso 47 | - ブルキナファソ 48 | world_region: EMEA 49 | -------------------------------------------------------------------------------- /data/countries/BH.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BH: 3 | address_format: |- 4 | {{recipient}} 5 | {{street}} 6 | {{postalcode}} {{city}} 7 | {{country}} 8 | alpha2: BH 9 | alpha3: BHR 10 | continent: Asia 11 | country_code: '973' 12 | currency_code: BHD 13 | gec: BA 14 | geo: 15 | latitude: 26.0667 16 | longitude: 50.5577 17 | max_latitude: 26.3469001 18 | max_longitude: 50.8509064 19 | min_latitude: 25.5349999 20 | min_longitude: 50.324246 21 | bounds: 22 | northeast: 23 | lat: 26.3469001 24 | lng: 50.8509064 25 | southwest: 26 | lat: 25.5349999 27 | lng: 50.324246 28 | international_prefix: '00' 29 | ioc: BRN 30 | iso_long_name: The Kingdom of Bahrain 31 | iso_short_name: Bahrain 32 | languages_official: 33 | - ar 34 | languages_spoken: 35 | - ar 36 | national_destination_code_lengths: 37 | - 2 38 | national_number_lengths: 39 | - 8 40 | national_prefix: None 41 | nationality: Bahraini 42 | number: '048' 43 | postal_code: true 44 | postal_code_format: "(?:\\d|1[0-2])\\d{2}" 45 | region: Asia 46 | start_of_week: monday 47 | subregion: Western Asia 48 | un_locode: BH 49 | unofficial_names: 50 | - Bahrain 51 | - البحرين 52 | - Bahreïn 53 | - Bahrein 54 | - バーレーン 55 | world_region: EMEA 56 | -------------------------------------------------------------------------------- /data/countries/BI.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BI: 3 | alpha2: BI 4 | alpha3: BDI 5 | continent: Africa 6 | country_code: '257' 7 | currency_code: BIF 8 | gec: BY 9 | geo: 10 | latitude: -3.373056 11 | longitude: 29.918886 12 | max_latitude: -2.3097301 13 | max_longitude: 30.84954 14 | min_latitude: -4.4693288 15 | min_longitude: 29.000968 16 | bounds: 17 | northeast: 18 | lat: -2.3097301 19 | lng: 30.84954 20 | southwest: 21 | lat: -4.4693288 22 | lng: 29.000968 23 | international_prefix: '00' 24 | ioc: BDI 25 | iso_long_name: The Republic of Burundi 26 | iso_short_name: Burundi 27 | languages_official: 28 | - fr 29 | - rn 30 | languages_spoken: 31 | - fr 32 | - rn 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 8 37 | national_prefix: None 38 | nationality: Burundian 39 | number: '108' 40 | postal_code: false 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Eastern Africa 44 | un_locode: BI 45 | unofficial_names: 46 | - Burundi 47 | - ブルンジ 48 | world_region: EMEA 49 | -------------------------------------------------------------------------------- /data/countries/BJ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BJ: 3 | alpha2: BJ 4 | alpha3: BEN 5 | continent: Africa 6 | country_code: '229' 7 | currency_code: XOF 8 | gec: BN 9 | geo: 10 | latitude: 9.30769 11 | longitude: 2.315834 12 | max_latitude: 12.4086111 13 | max_longitude: 3.8433429 14 | min_latitude: 6.2061001 15 | min_longitude: 0.7754124000000001 16 | bounds: 17 | northeast: 18 | lat: 12.4086111 19 | lng: 3.8433429 20 | southwest: 21 | lat: 6.2061001 22 | lng: 0.7754124000000001 23 | international_prefix: '00' 24 | ioc: BEN 25 | iso_long_name: The Republic of Benin 26 | iso_short_name: Benin 27 | languages_official: 28 | - fr 29 | languages_spoken: 30 | - fr 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | national_prefix: None 36 | nationality: Beninese 37 | number: '204' 38 | postal_code: false 39 | region: Africa 40 | start_of_week: monday 41 | subregion: Western Africa 42 | un_locode: BJ 43 | unofficial_names: 44 | - Benin 45 | - Bénin 46 | - ベナン 47 | world_region: EMEA 48 | -------------------------------------------------------------------------------- /data/countries/BL.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BL: 3 | alpha2: BL 4 | alpha3: BLM 5 | continent: North America 6 | country_code: '590' 7 | currency_code: EUR 8 | gec: TB 9 | geo: 10 | latitude: 17.9 11 | longitude: -62.833333 12 | max_latitude: 17.978 13 | max_longitude: -62.7869 14 | min_latitude: 17.8663 15 | min_longitude: -62.9559999 16 | bounds: 17 | northeast: 18 | lat: 17.978 19 | lng: -62.7869 20 | southwest: 21 | lat: 17.8663 22 | lng: -62.9559999 23 | international_prefix: '' 24 | ioc: 25 | iso_long_name: The Collectivity of Saint-Barthélemy 26 | iso_short_name: Saint Barthélemy 27 | languages_official: 28 | - fr 29 | languages_spoken: 30 | - fr 31 | national_destination_code_lengths: [] 32 | national_number_lengths: [] 33 | national_prefix: '' 34 | nationality: Saint Barthélemy Islander 35 | number: '652' 36 | postal_code: true 37 | postal_code_format: 9[78][01]\d{2} 38 | region: Americas 39 | start_of_week: monday 40 | subregion: Caribbean 41 | un_locode: BL 42 | unofficial_names: 43 | - Saint Barthélemy 44 | - Saint-Barthélemy 45 | - サン・バルテルミー 46 | world_region: APAC 47 | -------------------------------------------------------------------------------- /data/countries/BM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BM: 3 | alpha2: BM 4 | alpha3: BMU 5 | continent: North America 6 | country_code: '1' 7 | currency_code: BMD 8 | gec: BD 9 | geo: 10 | latitude: 32.3078 11 | longitude: -64.7505 12 | max_latitude: 32.3961 13 | max_longitude: -64.6413999 14 | min_latitude: 32.2424975 15 | min_longitude: -64.89139999999999 16 | bounds: 17 | northeast: 18 | lat: 32.3961 19 | lng: -64.6413999 20 | southwest: 21 | lat: 32.2424975 22 | lng: -64.89139999999999 23 | international_prefix: '011' 24 | ioc: BER 25 | iso_long_name: Bermuda 26 | iso_short_name: Bermuda 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | nanp_prefix: '1441' 32 | national_destination_code_lengths: 33 | - 3 34 | national_number_lengths: 35 | - 10 36 | national_prefix: '1' 37 | nationality: Bermudian 38 | number: '060' 39 | postal_code: true 40 | postal_code_format: "[A-Z]{2} ?[A-Z0-9]{2}" 41 | region: Americas 42 | start_of_week: monday 43 | subregion: Northern America 44 | un_locode: BM 45 | unofficial_names: 46 | - Bermuda 47 | - Bermudes 48 | - Bermudas 49 | - バミューダ 50 | world_region: AMER 51 | -------------------------------------------------------------------------------- /data/countries/BN.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BN: 3 | alpha2: BN 4 | alpha3: BRN 5 | continent: Asia 6 | country_code: '673' 7 | currency_code: BND 8 | gec: BX 9 | geo: 10 | latitude: 4.535277 11 | longitude: 114.727669 12 | max_latitude: 5.0978001 13 | max_longitude: 115.3639552 14 | min_latitude: 4.002460999999999 15 | min_longitude: 114.0752 16 | bounds: 17 | northeast: 18 | lat: 5.0978001 19 | lng: 115.3639552 20 | southwest: 21 | lat: 4.002460999999999 22 | lng: 114.0752 23 | international_prefix: '00' 24 | ioc: BRU 25 | iso_long_name: The Nation of Brunei, the Abode of Peace 26 | iso_short_name: Brunei Darussalam 27 | languages_official: 28 | - ms 29 | languages_spoken: 30 | - ms 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | national_prefix: '0' 36 | nationality: Bruneian 37 | number: '096' 38 | postal_code: true 39 | postal_code_format: "[A-Z]{2} ?\\d{4}" 40 | region: Asia 41 | start_of_week: monday 42 | subregion: South-Eastern Asia 43 | un_locode: BN 44 | unofficial_names: 45 | - Brunei 46 | - ブルネイ・ダルサラーム 47 | world_region: APAC 48 | -------------------------------------------------------------------------------- /data/countries/BO.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BO: 3 | alpha2: BO 4 | alpha3: BOL 5 | continent: South America 6 | country_code: '591' 7 | currency_code: BOB 8 | gec: BL 9 | geo: 10 | latitude: -16.290154 11 | longitude: -63.58865299999999 12 | max_latitude: -9.669323 13 | max_longitude: -57.453803 14 | min_latitude: -22.8980899 15 | min_longitude: -69.64498999999999 16 | bounds: 17 | northeast: 18 | lat: -9.669323 19 | lng: -57.453803 20 | southwest: 21 | lat: -22.8980899 22 | lng: -69.64498999999999 23 | international_prefix: '0010' 24 | ioc: BOL 25 | iso_long_name: The Plurinational State of Bolivia 26 | iso_short_name: Bolivia (Plurinational State of) 27 | languages_official: 28 | - es 29 | - ay 30 | - qu 31 | languages_spoken: 32 | - es 33 | - ay 34 | - qu 35 | national_destination_code_lengths: 36 | - 2 37 | national_number_lengths: 38 | - 8 39 | national_prefix: '010' 40 | nationality: Bolivian 41 | number: '068' 42 | postal_code: false 43 | region: Americas 44 | start_of_week: monday 45 | subregion: South America 46 | un_locode: BO 47 | unofficial_names: 48 | - Bolivia 49 | - Bolivien 50 | - Bolivie 51 | - ボリビア多民族国 52 | world_region: AMER 53 | -------------------------------------------------------------------------------- /data/countries/BQ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BQ: 3 | alpha2: BQ 4 | alpha3: BES 5 | continent: North America 6 | country_code: '599' 7 | currency_code: USD 8 | geo: 9 | latitude: 12.1783611 10 | longitude: -68.2385339 11 | max_latitude: 17.6606999 12 | max_longitude: -62.9228 13 | min_latitude: 11.9641 14 | min_longitude: -68.5149 15 | bounds: 16 | northeast: 17 | lat: 17.6606999 18 | lng: -62.9228 19 | southwest: 20 | lat: 11.9641 21 | lng: -68.5149 22 | international_prefix: '00' 23 | iso_long_name: Bonaire, Sint Eustatius and Saba 24 | iso_short_name: Bonaire, Sint Eustatius and Saba 25 | languages_official: 26 | - nl 27 | - en 28 | languages_spoken: 29 | - nl 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | national_prefix: '0' 36 | nationality: Dutch 37 | number: '535' 38 | postal_code: false 39 | region: Americas 40 | start_of_week: monday 41 | subregion: Caribbean 42 | un_locode: BQ 43 | unofficial_names: 44 | - Bonaire, Sint Eustatius and Saba 45 | - Caribbean Netherlands 46 | - Caribisch Nederland 47 | - ボネール、シント・ユースタティウスおよびサバ 48 | world_region: APAC 49 | -------------------------------------------------------------------------------- /data/countries/BS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BS: 3 | alpha2: BS 4 | alpha3: BHS 5 | continent: North America 6 | country_code: '1' 7 | currency_code: BSD 8 | gec: BF 9 | geo: 10 | latitude: 25.03428 11 | longitude: -77.39627999999999 12 | max_latitude: 27.263412 13 | max_longitude: -72.70975390000001 14 | min_latitude: 20.9082735 15 | min_longitude: -80.4775603 16 | bounds: 17 | northeast: 18 | lat: 27.263412 19 | lng: -72.70975390000001 20 | southwest: 21 | lat: 20.9082735 22 | lng: -80.4775603 23 | international_prefix: '011' 24 | ioc: BAH 25 | iso_long_name: The Commonwealth of The Bahamas 26 | iso_short_name: Bahamas 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | nanp_prefix: '1242' 32 | national_destination_code_lengths: 33 | - 3 34 | national_number_lengths: 35 | - 10 36 | national_prefix: '1' 37 | nationality: Bahamian 38 | number: '044' 39 | postal_code: false 40 | region: Americas 41 | start_of_week: monday 42 | subregion: Caribbean 43 | un_locode: BS 44 | unofficial_names: 45 | - The Bahamas 46 | - バハマ 47 | world_region: AMER 48 | -------------------------------------------------------------------------------- /data/countries/BT.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BT: 3 | alpha2: BT 4 | alpha3: BTN 5 | continent: Asia 6 | country_code: '975' 7 | currency_code: BTN 8 | gec: BT 9 | geo: 10 | latitude: 27.514162 11 | longitude: 90.433601 12 | max_latitude: 28.246987 13 | max_longitude: 92.125232 14 | min_latitude: 26.702016 15 | min_longitude: 88.7464739 16 | bounds: 17 | northeast: 18 | lat: 28.246987 19 | lng: 92.125232 20 | southwest: 21 | lat: 26.702016 22 | lng: 88.7464739 23 | international_prefix: '00' 24 | ioc: BHU 25 | iso_long_name: The Kingdom of Bhutan 26 | iso_short_name: Bhutan 27 | languages_official: 28 | - dz 29 | languages_spoken: 30 | - dz 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | - 8 36 | national_prefix: None 37 | nationality: Bhutanese 38 | number: '064' 39 | postal_code: true 40 | postal_code_format: "\\d{5}" 41 | region: Asia 42 | start_of_week: monday 43 | subregion: Southern Asia 44 | un_locode: BT 45 | unofficial_names: 46 | - Bhutan 47 | - Bhoutan 48 | - Bután 49 | - ブータン 50 | world_region: APAC 51 | -------------------------------------------------------------------------------- /data/countries/BV.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BV: 3 | alpha2: BV 4 | alpha3: BVT 5 | continent: Antarctica 6 | country_code: '47' 7 | currency_code: NOK 8 | gec: BV 9 | geo: 10 | latitude: -54.4207915 11 | longitude: 3.3464497 12 | max_latitude: -54.3869298 13 | max_longitude: 3.4332785 14 | min_latitude: -54.4541004 15 | min_longitude: 3.2858826 16 | bounds: 17 | northeast: 18 | lat: -54.3869298 19 | lng: 3.4332785 20 | southwest: 21 | lat: -54.4541004 22 | lng: 3.2858826 23 | international_prefix: '' 24 | ioc: 25 | iso_long_name: Bouvet Island 26 | iso_short_name: Bouvet Island 27 | languages_official: [] 28 | languages_spoken: [] 29 | national_destination_code_lengths: [] 30 | national_number_lengths: [] 31 | national_prefix: '' 32 | nationality: '' 33 | number: '074' 34 | postal_code: false 35 | region: '' 36 | start_of_week: monday 37 | subregion: '' 38 | un_locode: BV 39 | unofficial_names: 40 | - Bouvet Island 41 | - Bouvetinsel 42 | - ブーベ島 43 | - Bouveteiland 44 | world_region: APAC 45 | -------------------------------------------------------------------------------- /data/countries/BW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BW: 3 | alpha2: BW 4 | alpha3: BWA 5 | continent: Africa 6 | country_code: '267' 7 | currency_code: BWP 8 | gec: BC 9 | geo: 10 | latitude: -22.328474 11 | longitude: 24.684866 12 | max_latitude: -17.7781369 13 | max_longitude: 29.375304 14 | min_latitude: -26.9075448 15 | min_longitude: 19.998903 16 | bounds: 17 | northeast: 18 | lat: -17.7781369 19 | lng: 29.375304 20 | southwest: 21 | lat: -26.9075448 22 | lng: 19.998903 23 | international_prefix: '00' 24 | ioc: BOT 25 | iso_long_name: The Republic of Botswana 26 | iso_short_name: Botswana 27 | languages_official: 28 | - en 29 | - tn 30 | languages_spoken: 31 | - en 32 | - tn 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 7 37 | national_prefix: None 38 | nationality: Motswana 39 | number: '072' 40 | postal_code: false 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Southern Africa 44 | un_locode: BW 45 | unofficial_names: 46 | - Botswana 47 | - ボツワナ 48 | world_region: EMEA 49 | -------------------------------------------------------------------------------- /data/countries/BY.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BY: 3 | alpha2: BY 4 | alpha3: BLR 5 | continent: Europe 6 | country_code: '375' 7 | currency_code: BYN 8 | gec: BO 9 | geo: 10 | latitude: 53.709807 11 | longitude: 27.953389 12 | max_latitude: 56.1718719 13 | max_longitude: 32.7768202 14 | min_latitude: 51.26201100000001 15 | min_longitude: 23.1783377 16 | bounds: 17 | northeast: 18 | lat: 56.1718719 19 | lng: 32.7768202 20 | southwest: 21 | lat: 51.26201100000001 22 | lng: 23.1783377 23 | international_prefix: '810' 24 | ioc: BLR 25 | iso_long_name: The Republic of Belarus 26 | iso_short_name: Belarus 27 | languages_official: 28 | - be 29 | - ru 30 | languages_spoken: 31 | - be 32 | - ru 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 9 37 | national_prefix: '8' 38 | nationality: Belarusian 39 | number: '112' 40 | postal_code: true 41 | postal_code_format: "\\d{6}" 42 | region: Europe 43 | start_of_week: monday 44 | subregion: Eastern Europe 45 | un_locode: BY 46 | unofficial_names: 47 | - Belarus 48 | - Weißrussland 49 | - Biélorussie 50 | - Bielorrusia 51 | - ベラルーシ 52 | - Wit-Rusland 53 | - Беларусь 54 | world_region: EMEA 55 | -------------------------------------------------------------------------------- /data/countries/BZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | BZ: 3 | alpha2: BZ 4 | alpha3: BLZ 5 | continent: North America 6 | country_code: '501' 7 | currency_code: BZD 8 | gec: BH 9 | geo: 10 | latitude: 17.189877 11 | longitude: -88.49765 12 | max_latitude: 18.4959419 13 | max_longitude: -87.41269989999999 14 | min_latitude: 15.8856189 15 | min_longitude: -89.22758789999999 16 | bounds: 17 | northeast: 18 | lat: 18.4959419 19 | lng: -87.41269989999999 20 | southwest: 21 | lat: 15.8856189 22 | lng: -89.22758789999999 23 | international_prefix: '00' 24 | ioc: BIZ 25 | iso_long_name: Belize 26 | iso_short_name: Belize 27 | languages_official: 28 | - en 29 | - es 30 | languages_spoken: 31 | - en 32 | - es 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 7 37 | national_prefix: '0' 38 | nationality: Belizean 39 | number: '084' 40 | postal_code: false 41 | region: Americas 42 | start_of_week: monday 43 | subregion: Central America 44 | un_locode: BZ 45 | unofficial_names: 46 | - Belize 47 | - Belice 48 | - ベリーズ 49 | world_region: AMER 50 | -------------------------------------------------------------------------------- /data/countries/CC.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | CC: 3 | alpha2: CC 4 | alpha3: CCK 5 | continent: Asia 6 | country_code: '61' 7 | currency_code: AUD 8 | gec: CK 9 | geo: 10 | latitude: -12.164165 11 | longitude: 96.87095599999999 12 | max_latitude: -11.819973 13 | max_longitude: 96.93271639999999 14 | min_latitude: -12.2118513 15 | min_longitude: 96.8134118 16 | bounds: 17 | northeast: 18 | lat: -11.819973 19 | lng: 96.93271639999999 20 | southwest: 21 | lat: -12.2118513 22 | lng: 96.8134118 23 | international_prefix: '0011' 24 | ioc: 25 | iso_long_name: The Territory of Cocos (Keeling) Islands 26 | iso_short_name: Cocos (Keeling) Islands 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 9 35 | national_prefix: '0' 36 | nationality: Cocos Islander 37 | number: '166' 38 | postal_code: true 39 | postal_code_format: '6799' 40 | region: Oceania 41 | start_of_week: monday 42 | subregion: Australia and New Zealand 43 | un_locode: CC 44 | unofficial_names: 45 | - Cocos (Keeling) Islands 46 | - Kokosinseln 47 | - ココス(キーリング)諸島 48 | - Cocoseilanden 49 | world_region: APAC 50 | -------------------------------------------------------------------------------- /data/countries/CF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | CF: 3 | alpha2: CF 4 | alpha3: CAF 5 | continent: Africa 6 | country_code: '236' 7 | currency_code: XAF 8 | gec: CT 9 | geo: 10 | latitude: 6.611110999999999 11 | longitude: 20.939444 12 | max_latitude: 11.0179569 13 | max_longitude: 27.4583049 14 | min_latitude: 2.2230529 15 | min_longitude: 14.4150981 16 | bounds: 17 | northeast: 18 | lat: 11.0179569 19 | lng: 27.4583049 20 | southwest: 21 | lat: 2.2230529 22 | lng: 14.4150981 23 | international_prefix: '00' 24 | ioc: CAF 25 | iso_long_name: The Central African Republic 26 | iso_short_name: Central African Republic 27 | languages_official: 28 | - fr 29 | - sg 30 | languages_spoken: 31 | - fr 32 | - sg 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 8 37 | national_prefix: None 38 | nationality: Central African 39 | number: '140' 40 | postal_code: false 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Middle Africa 44 | un_locode: CF 45 | unofficial_names: 46 | - Central African Republic 47 | - Zentralafrikanische Republik 48 | - République Centrafricaine 49 | - República Centroafricana 50 | - 中央アフリカ共和国 51 | - Centraal-Afrikaanse Republiek 52 | world_region: EMEA 53 | -------------------------------------------------------------------------------- /data/countries/CG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | CG: 3 | alpha2: CG 4 | alpha3: COG 5 | continent: Africa 6 | country_code: '242' 7 | currency_code: XAF 8 | gec: CF 9 | geo: 10 | latitude: -0.228021 11 | longitude: 15.827659 12 | max_latitude: 3.707791 13 | max_longitude: 18.650421 14 | min_latitude: -5.0964 15 | min_longitude: 11.1182001 16 | bounds: 17 | northeast: 18 | lat: 3.707791 19 | lng: 18.650421 20 | southwest: 21 | lat: -5.0964 22 | lng: 11.1182001 23 | international_prefix: '00' 24 | ioc: CGO 25 | iso_long_name: The Republic of the Congo 26 | iso_short_name: Congo 27 | languages_official: 28 | - fr 29 | - ln 30 | languages_spoken: 31 | - fr 32 | - ln 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 7 37 | national_prefix: None 38 | nationality: Congolese 39 | number: '178' 40 | postal_code: false 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Middle Africa 44 | un_locode: CG 45 | unofficial_names: 46 | - Congo 47 | - Kongo 48 | - コンゴ共和国 49 | - Congo [Republiek] 50 | - Congo, Republic of 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/CI.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | CI: 3 | alpha2: CI 4 | alpha3: CIV 5 | continent: Africa 6 | country_code: '225' 7 | currency_code: XOF 8 | gec: IV 9 | geo: 10 | latitude: 7.539988999999999 11 | longitude: -5.547079999999999 12 | max_latitude: 10.7400149 13 | max_longitude: -2.493031 14 | min_latitude: 4.193 15 | min_longitude: -8.6020589 16 | bounds: 17 | northeast: 18 | lat: 10.7400149 19 | lng: -2.493031 20 | southwest: 21 | lat: 4.193 22 | lng: -8.6020589 23 | international_prefix: '00' 24 | ioc: CIV 25 | iso_long_name: The Republic of Côte d'Ivoire 26 | iso_short_name: Côte d'Ivoire 27 | languages_official: 28 | - fr 29 | languages_spoken: 30 | - fr 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | national_prefix: '0' 36 | nationality: Ivorian 37 | number: '384' 38 | postal_code: false 39 | region: Africa 40 | start_of_week: monday 41 | subregion: Western Africa 42 | un_locode: CI 43 | unofficial_names: 44 | - Côte D'Ivoire 45 | - Elfenbeinküste 46 | - コートジボワール 47 | - Ivoorkust 48 | - Cote D'Ivoire (Ivory Coast) 49 | - Cote d Ivoire (Ivory Coast) 50 | - Ivory Coast 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/CK.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | CK: 3 | alpha2: CK 4 | alpha3: COK 5 | continent: Australia 6 | country_code: '682' 7 | currency_code: NZD 8 | gec: CW 9 | geo: 10 | latitude: -21.236736 11 | longitude: -159.777671 12 | max_latitude: -8.1679932 13 | max_longitude: -155.6982422 14 | min_latitude: -23.0898384 15 | min_longitude: -166.1791992 16 | bounds: 17 | northeast: 18 | lat: -8.1679932 19 | lng: -155.6982422 20 | southwest: 21 | lat: -23.0898384 22 | lng: -166.1791992 23 | international_prefix: '00' 24 | ioc: COK 25 | iso_long_name: The Cook Islands 26 | iso_short_name: Cook Islands 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 5 35 | national_prefix: '00' 36 | nationality: Cook Islander 37 | number: '184' 38 | postal_code: false 39 | region: Oceania 40 | start_of_week: monday 41 | subregion: Polynesia 42 | un_locode: CK 43 | unofficial_names: 44 | - Cook Islands 45 | - Cookinseln 46 | - Îles Cook 47 | - Islas Cook 48 | - クック諸島 49 | - Cookeilanden 50 | world_region: APAC 51 | -------------------------------------------------------------------------------- /data/countries/CL.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | CL: 3 | alpha2: CL 4 | alpha3: CHL 5 | continent: South America 6 | country_code: '56' 7 | currency_code: CLP 8 | gec: CI 9 | geo: 10 | latitude: -35.675147 11 | longitude: -71.542969 12 | max_latitude: -17.4983291 13 | max_longitude: -66.3327 14 | min_latitude: -56.1455 15 | min_longitude: -110.0281 16 | bounds: 17 | northeast: 18 | lat: -17.4983291 19 | lng: -66.3327 20 | southwest: 21 | lat: -56.1455 22 | lng: -110.0281 23 | international_prefix: '00' 24 | ioc: CHI 25 | iso_long_name: The Republic of Chile 26 | iso_short_name: Chile 27 | languages_official: 28 | - es 29 | languages_spoken: 30 | - es 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | - 9 36 | national_prefix: '0' 37 | nationality: Chilean 38 | number: '152' 39 | postal_code: true 40 | postal_code_format: "\\d{7}" 41 | region: Americas 42 | start_of_week: monday 43 | subregion: South America 44 | un_locode: CL 45 | unofficial_names: 46 | - Chile 47 | - チリ 48 | - Chili 49 | vat_rates: 50 | standard: 19 51 | reduced: [] 52 | super_reduced: 53 | parking: 54 | world_region: AMER 55 | -------------------------------------------------------------------------------- /data/countries/CM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | CM: 3 | alpha2: CM 4 | alpha3: CMR 5 | continent: Africa 6 | country_code: '237' 7 | currency_code: XAF 8 | gec: CM 9 | geo: 10 | latitude: 7.369721999999999 11 | longitude: 12.354722 12 | max_latitude: 13.083335 13 | max_longitude: 16.1944081 14 | min_latitude: 1.6559 15 | min_longitude: 8.3936001 16 | bounds: 17 | northeast: 18 | lat: 13.083335 19 | lng: 16.1944081 20 | southwest: 21 | lat: 1.6559 22 | lng: 8.3936001 23 | international_prefix: '00' 24 | ioc: CMR 25 | iso_long_name: The Republic of Cameroon 26 | iso_short_name: Cameroon 27 | languages_official: 28 | - en 29 | - fr 30 | languages_spoken: 31 | - en 32 | - fr 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 8 37 | national_prefix: None 38 | nationality: Cameroonian 39 | number: '120' 40 | postal_code: false 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Middle Africa 44 | un_locode: CM 45 | unofficial_names: 46 | - Cameroon 47 | - Kamerun 48 | - Cameroun 49 | - Camerún 50 | - カメルーン 51 | - Kameroen 52 | world_region: EMEA 53 | -------------------------------------------------------------------------------- /data/countries/CO.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | CO: 3 | alpha2: CO 4 | alpha3: COL 5 | continent: South America 6 | country_code: '57' 7 | currency_code: COP 8 | gec: CO 9 | geo: 10 | latitude: 4.570868 11 | longitude: -74.297333 12 | max_latitude: 13.5177999 13 | max_longitude: -66.8463122 14 | min_latitude: -4.227109899999999 15 | min_longitude: -81.8317 16 | bounds: 17 | northeast: 18 | lat: 13.5177999 19 | lng: -66.8463122 20 | southwest: 21 | lat: -4.227109899999999 22 | lng: -81.8317 23 | international_prefix: '005' 24 | ioc: COL 25 | iso_long_name: The Republic of Colombia 26 | iso_short_name: Colombia 27 | languages_official: 28 | - es 29 | languages_spoken: 30 | - es 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 9 35 | - 10 36 | national_prefix: '05' 37 | nationality: Colombian 38 | number: '170' 39 | postal_code: true 40 | postal_code_format: "\\d{6}" 41 | region: Americas 42 | start_of_week: monday 43 | subregion: South America 44 | un_locode: CO 45 | unofficial_names: 46 | - Colombia 47 | - Kolumbien 48 | - Colombie 49 | - コロンビア 50 | world_region: AMER 51 | -------------------------------------------------------------------------------- /data/countries/CR.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | CR: 3 | alpha2: CR 4 | alpha3: CRI 5 | continent: North America 6 | country_code: '506' 7 | currency_code: CRC 8 | gec: CS 9 | geo: 10 | latitude: 9.748916999999999 11 | longitude: -83.753428 12 | max_latitude: 11.2196806 13 | max_longitude: -82.51830009999999 14 | min_latitude: 5.496099999999999 15 | min_longitude: -87.09899999999999 16 | bounds: 17 | northeast: 18 | lat: 11.2196806 19 | lng: -82.51830009999999 20 | southwest: 21 | lat: 5.496099999999999 22 | lng: -87.09899999999999 23 | international_prefix: '00' 24 | ioc: CRC 25 | iso_long_name: The Republic of Costa Rica 26 | iso_short_name: Costa Rica 27 | languages_official: 28 | - es 29 | languages_spoken: 30 | - es 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | national_prefix: None 36 | nationality: Costa Rican 37 | number: '188' 38 | postal_code: true 39 | postal_code_format: "\\d{4,5}|\\d{3}-\\d{4}" 40 | region: Americas 41 | start_of_week: monday 42 | subregion: Central America 43 | un_locode: CR 44 | unofficial_names: 45 | - Costa Rica 46 | - コスタリカ 47 | world_region: AMER 48 | -------------------------------------------------------------------------------- /data/countries/CU.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | CU: 3 | alpha2: CU 4 | alpha3: CUB 5 | continent: North America 6 | country_code: '53' 7 | currency_code: CUP 8 | gec: CU 9 | geo: 10 | latitude: 21.521757 11 | longitude: -77.781167 12 | max_latitude: 23.3776001 13 | max_longitude: -73.9545 14 | min_latitude: 19.6529001 15 | min_longitude: -85.1715001 16 | bounds: 17 | northeast: 18 | lat: 23.3776001 19 | lng: -73.9545 20 | southwest: 21 | lat: 19.6529001 22 | lng: -85.1715001 23 | international_prefix: '119' 24 | ioc: CUB 25 | iso_long_name: The Republic of Cuba 26 | iso_short_name: Cuba 27 | languages_official: 28 | - es 29 | languages_spoken: 30 | - es 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | national_prefix: '0' 36 | nationality: Cuban 37 | number: '192' 38 | postal_code: true 39 | postal_code_format: "\\d{5}" 40 | region: Americas 41 | start_of_week: monday 42 | subregion: Caribbean 43 | un_locode: CU 44 | unofficial_names: 45 | - Cuba 46 | - Kuba 47 | - キューバ 48 | world_region: AMER 49 | -------------------------------------------------------------------------------- /data/countries/CV.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | CV: 3 | alpha2: CV 4 | alpha3: CPV 5 | continent: Africa 6 | country_code: '238' 7 | currency_code: CVE 8 | gec: CV 9 | geo: 10 | latitude: 16.5388 11 | longitude: -23.0418 12 | max_latitude: 17.3191764 13 | max_longitude: -22.5933839 14 | min_latitude: 14.7270733 15 | min_longitude: -25.383911 16 | bounds: 17 | northeast: 18 | lat: 17.3191764 19 | lng: -22.5933839 20 | southwest: 21 | lat: 14.7270733 22 | lng: -25.383911 23 | international_prefix: '00' 24 | ioc: CPV 25 | iso_long_name: The Republic of Cabo Verde 26 | iso_short_name: Cabo Verde 27 | languages_official: 28 | - pt 29 | languages_spoken: 30 | - pt 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | national_prefix: None 36 | nationality: Cape Verdian 37 | number: '132' 38 | postal_code: true 39 | postal_code_format: "\\d{4}" 40 | region: Africa 41 | start_of_week: monday 42 | subregion: Western Africa 43 | un_locode: CV 44 | unofficial_names: 45 | - Cape Verde 46 | - Kap Verde 47 | - Cap Vert 48 | - Cabo Verde 49 | - カーボベルデ 50 | - Kaapverdië 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/CW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | CW: 3 | alpha2: CW 4 | alpha3: CUW 5 | continent: North America 6 | country_code: '599' 7 | currency_code: ANG 8 | gec: UC 9 | geo: 10 | latitude: 12.16957 11 | longitude: -68.99002 12 | max_latitude: 12.4941999 13 | max_longitude: -68.5670001 14 | min_latitude: 11.9224 15 | min_longitude: -69.29899999999999 16 | bounds: 17 | northeast: 18 | lat: 12.4941999 19 | lng: -68.5670001 20 | southwest: 21 | lat: 11.9224 22 | lng: -69.29899999999999 23 | international_prefix: '00' 24 | ioc: 25 | iso_long_name: The Country of Curaçao 26 | iso_short_name: Curaçao 27 | languages_official: 28 | - nl 29 | languages_spoken: 30 | - nl 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | national_prefix: '0' 36 | nationality: Dutch 37 | number: '531' 38 | postal_code: false 39 | region: Americas 40 | start_of_week: monday 41 | subregion: Caribbean 42 | un_locode: CW 43 | unofficial_names: 44 | - Curaçao 45 | - キュラソー島 46 | world_region: AMER 47 | -------------------------------------------------------------------------------- /data/countries/CX.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | CX: 3 | alpha2: CX 4 | alpha3: CXR 5 | continent: Asia 6 | country_code: '61' 7 | currency_code: AUD 8 | gec: KT 9 | geo: 10 | latitude: -10.447525 11 | longitude: 105.690449 12 | max_latitude: -10.412352 13 | max_longitude: 105.7129382 14 | min_latitude: -10.5703619 15 | min_longitude: 105.5333161 16 | bounds: 17 | northeast: 18 | lat: -10.412352 19 | lng: 105.7129382 20 | southwest: 21 | lat: -10.5703619 22 | lng: 105.5333161 23 | international_prefix: '0011' 24 | ioc: 25 | iso_long_name: The Territory of Christmas Island 26 | iso_short_name: Christmas Island 27 | languages_official: 28 | - en 29 | - zh 30 | - ms 31 | languages_spoken: 32 | - en 33 | - zh 34 | - ms 35 | national_destination_code_lengths: [] 36 | national_number_lengths: [] 37 | national_prefix: '0' 38 | nationality: Christmas Island 39 | number: '162' 40 | postal_code: true 41 | postal_code_format: '6798' 42 | region: Oceania 43 | start_of_week: monday 44 | subregion: Australia and New Zealand 45 | un_locode: CX 46 | unofficial_names: 47 | - Christmas Island 48 | - Weihnachtsinsel 49 | - クリスマス島 50 | - Christmaseiland 51 | world_region: APAC 52 | -------------------------------------------------------------------------------- /data/countries/DJ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | DJ: 3 | alpha2: DJ 4 | alpha3: DJI 5 | continent: Africa 6 | country_code: '253' 7 | currency_code: DJF 8 | gec: DJ 9 | geo: 10 | latitude: 11.825138 11 | longitude: 42.590275 12 | max_latitude: 12.7136972 13 | max_longitude: 43.4839 14 | min_latitude: 10.912953 15 | min_longitude: 41.77084600000001 16 | bounds: 17 | northeast: 18 | lat: 12.7136972 19 | lng: 43.4839 20 | southwest: 21 | lat: 10.912953 22 | lng: 41.77084600000001 23 | international_prefix: '00' 24 | ioc: DJI 25 | iso_long_name: The Republic of Djibouti 26 | iso_short_name: Djibouti 27 | languages_official: 28 | - ar 29 | - fr 30 | languages_spoken: 31 | - ar 32 | - fr 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 6 37 | national_prefix: None 38 | nationality: Djibouti 39 | number: '262' 40 | postal_code: false 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Eastern Africa 44 | un_locode: DJ 45 | unofficial_names: 46 | - Djibouti 47 | - جيبوتي 48 | - Dschibuti 49 | - ジブチ 50 | world_region: EMEA 51 | -------------------------------------------------------------------------------- /data/countries/DM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | DM: 3 | alpha2: DM 4 | alpha3: DMA 5 | continent: North America 6 | country_code: '1' 7 | currency_code: XCD 8 | gec: DO 9 | geo: 10 | latitude: 15.414999 11 | longitude: -61.37097600000001 12 | max_latitude: 15.6485199 13 | max_longitude: -61.23090180000001 14 | min_latitude: 15.2042266 15 | min_longitude: -61.484108 16 | bounds: 17 | northeast: 18 | lat: 15.6485199 19 | lng: -61.23090180000001 20 | southwest: 21 | lat: 15.2042266 22 | lng: -61.484108 23 | international_prefix: '011' 24 | ioc: DMA 25 | iso_long_name: The Commonwealth of Dominica 26 | iso_short_name: Dominica 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | nanp_prefix: '1767' 32 | national_destination_code_lengths: 33 | - 3 34 | national_number_lengths: 35 | - 10 36 | national_prefix: '1' 37 | nationality: Dominican 38 | number: '212' 39 | postal_code: false 40 | region: Americas 41 | start_of_week: monday 42 | subregion: Caribbean 43 | un_locode: DM 44 | unofficial_names: 45 | - Dominica 46 | - ドミニカ国 47 | world_region: AMER 48 | -------------------------------------------------------------------------------- /data/countries/DO.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | DO: 3 | alpha2: DO 4 | alpha3: DOM 5 | continent: North America 6 | country_code: '1' 7 | currency_code: DOP 8 | gec: DR 9 | geo: 10 | latitude: 18.735693 11 | longitude: -70.162651 12 | max_latitude: 19.9786989 13 | max_longitude: -68.25260010000001 14 | min_latitude: 17.3611001 15 | min_longitude: -72.0075099 16 | bounds: 17 | northeast: 18 | lat: 19.9786989 19 | lng: -68.25260010000001 20 | southwest: 21 | lat: 17.3611001 22 | lng: -72.0075099 23 | international_prefix: '011' 24 | ioc: DOM 25 | iso_long_name: The Dominican Republic 26 | iso_short_name: Dominican Republic 27 | languages_official: 28 | - es 29 | languages_spoken: 30 | - es 31 | national_destination_code_lengths: 32 | - 3 33 | national_number_lengths: 34 | - 10 35 | national_prefix: '1' 36 | nationality: Dominican 37 | number: '214' 38 | postal_code: true 39 | postal_code_format: "\\d{5}" 40 | region: Americas 41 | start_of_week: monday 42 | subregion: Caribbean 43 | un_locode: DO 44 | unofficial_names: 45 | - Dominican Republic 46 | - Dominikanische Republik 47 | - République Dominicaine 48 | - República Dominicana 49 | - ドミニカ共和国 50 | - Dominicaanse Republiek 51 | world_region: AMER 52 | -------------------------------------------------------------------------------- /data/countries/DZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | DZ: 3 | alpha2: DZ 4 | alpha3: DZA 5 | continent: Africa 6 | country_code: '213' 7 | currency_code: DZD 8 | gec: AG 9 | geo: 10 | latitude: 28.033886 11 | longitude: 1.659626 12 | max_latitude: 37.2216 13 | max_longitude: 11.9999992 14 | min_latitude: 18.9681469 15 | min_longitude: -8.6676111 16 | bounds: 17 | northeast: 18 | lat: 37.2216 19 | lng: 11.9999992 20 | southwest: 21 | lat: 18.9681469 22 | lng: -8.6676111 23 | international_prefix: '00' 24 | ioc: ALG 25 | iso_long_name: The People's Democratic Republic of Algeria 26 | iso_short_name: Algeria 27 | languages_official: 28 | - ar 29 | languages_spoken: 30 | - ar 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | national_prefix: '7' 36 | nationality: Algerian 37 | number: '012' 38 | postal_code: true 39 | postal_code_format: "\\d{5}" 40 | region: Africa 41 | start_of_week: sunday 42 | subregion: Northern Africa 43 | un_locode: DZ 44 | unofficial_names: 45 | - Algeria 46 | - الجزائر 47 | - Algerien 48 | - Algérie 49 | - Argelia 50 | - アルジェリア 51 | - Algerije 52 | world_region: EMEA 53 | -------------------------------------------------------------------------------- /data/countries/EC.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | EC: 3 | alpha2: EC 4 | alpha3: ECU 5 | continent: South America 6 | country_code: '593' 7 | currency_code: USD 8 | gec: EC 9 | geo: 10 | latitude: -1.831239 11 | longitude: -78.18340599999999 12 | max_latitude: 2.2955 13 | max_longitude: -75.1887938 14 | min_latitude: -5.0143509 15 | min_longitude: -92.60379999999999 16 | bounds: 17 | northeast: 18 | lat: 2.2955 19 | lng: -75.1887938 20 | southwest: 21 | lat: -5.0143509 22 | lng: -92.60379999999999 23 | international_prefix: '00' 24 | ioc: ECU 25 | iso_long_name: The Republic of Ecuador 26 | iso_short_name: Ecuador 27 | languages_official: 28 | - es 29 | languages_spoken: 30 | - es 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | - 9 36 | national_prefix: '0' 37 | nationality: Ecuadorean 38 | number: '218' 39 | postal_code: true 40 | postal_code_format: "\\d{6}" 41 | region: Americas 42 | start_of_week: monday 43 | subregion: South America 44 | un_locode: EC 45 | unofficial_names: 46 | - Ecuador 47 | - Équateur 48 | - エクアドル 49 | world_region: AMER 50 | -------------------------------------------------------------------------------- /data/countries/EG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | EG: 3 | address_format: |- 4 | {{recipient}} 5 | {{street}} 6 | {{postalcode}} {{city}} 7 | {{country}} 8 | alpha2: EG 9 | alpha3: EGY 10 | continent: Africa 11 | country_code: '20' 12 | currency_code: EGP 13 | gec: EG 14 | geo: 15 | latitude: 26.820553 16 | longitude: 30.802498 17 | max_latitude: 31.8122 18 | max_longitude: 37.0569 19 | min_latitude: 21.9999999 20 | min_longitude: 24.696775 21 | bounds: 22 | northeast: 23 | lat: 31.8122 24 | lng: 37.0569 25 | southwest: 26 | lat: 21.9999999 27 | lng: 24.696775 28 | international_prefix: '00' 29 | ioc: EGY 30 | iso_long_name: The Arab Republic of Egypt 31 | iso_short_name: Egypt 32 | languages_official: 33 | - ar 34 | languages_spoken: 35 | - ar 36 | national_destination_code_lengths: 37 | - 2 38 | national_number_lengths: 39 | - 9 40 | national_prefix: '0' 41 | nationality: Egyptian 42 | number: '818' 43 | postal_code: true 44 | postal_code_format: "\\d{5}" 45 | region: Africa 46 | start_of_week: sunday 47 | subregion: Northern Africa 48 | un_locode: EG 49 | unofficial_names: 50 | - Egypt 51 | - مصر 52 | - Ägypten 53 | - Égypte 54 | - Egipto 55 | - エジプト 56 | - Egypte 57 | world_region: EMEA 58 | -------------------------------------------------------------------------------- /data/countries/EH.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | EH: 3 | alpha2: EH 4 | alpha3: ESH 5 | continent: Africa 6 | country_code: '212' 7 | currency_code: MAD 8 | gec: WI 9 | geo: 10 | latitude: 24.215527 11 | longitude: -12.885834 12 | max_latitude: 27.7223999 13 | max_longitude: -8.667525 14 | min_latitude: 20.427 15 | min_longitude: -17.4573001 16 | bounds: 17 | northeast: 18 | lat: 27.7223999 19 | lng: -8.667525 20 | southwest: 21 | lat: 20.427 22 | lng: -17.4573001 23 | international_prefix: '' 24 | ioc: 25 | iso_long_name: The Sahrawi Arab Democratic Republic 26 | iso_short_name: Western Sahara 27 | languages_official: 28 | - es 29 | - fr 30 | languages_spoken: 31 | - es 32 | - fr 33 | national_destination_code_lengths: [] 34 | national_number_lengths: [] 35 | national_prefix: '' 36 | nationality: Sahrawi 37 | number: '732' 38 | postal_code: true 39 | postal_code_format: "\\d{5}" 40 | region: Africa 41 | start_of_week: monday 42 | subregion: Northern Africa 43 | un_locode: EH 44 | unofficial_names: 45 | - Western Sahara 46 | - الصحراء الغربية 47 | - Westsahara 48 | - Sahara Occidental 49 | - 西サハラ 50 | - Westelijke Sahara 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/ER.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | ER: 3 | alpha2: ER 4 | alpha3: ERI 5 | continent: Africa 6 | country_code: '291' 7 | currency_code: ETB 8 | gec: ER 9 | geo: 10 | latitude: 15.179384 11 | longitude: 39.782334 12 | max_latitude: 18.0204137 13 | max_longitude: 43.2312 14 | min_latitude: 12.354723 15 | min_longitude: 36.433348 16 | bounds: 17 | northeast: 18 | lat: 18.0204137 19 | lng: 43.2312 20 | southwest: 21 | lat: 12.354723 22 | lng: 36.433348 23 | international_prefix: '00' 24 | ioc: ERI 25 | iso_long_name: The State of Eritrea 26 | iso_short_name: Eritrea 27 | languages_official: 28 | - en 29 | - ar 30 | - ti 31 | languages_spoken: 32 | - en 33 | - ar 34 | - ti 35 | national_destination_code_lengths: 36 | - 2 37 | national_number_lengths: 38 | - 7 39 | national_prefix: '0' 40 | nationality: Eritrean 41 | number: '232' 42 | postal_code: false 43 | region: Africa 44 | start_of_week: monday 45 | subregion: Eastern Africa 46 | un_locode: ER 47 | unofficial_names: 48 | - Eritrea 49 | - إريتريا 50 | - Érythrée 51 | - エリトリア 52 | world_region: EMEA 53 | -------------------------------------------------------------------------------- /data/countries/ET.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | ET: 3 | alpha2: ET 4 | alpha3: ETH 5 | continent: Africa 6 | country_code: '251' 7 | currency_code: ETB 8 | gec: ET 9 | geo: 10 | latitude: 9.145000000000001 11 | longitude: 40.489673 12 | max_latitude: 14.8942141 13 | max_longitude: 48.0010561 14 | min_latitude: 3.4041369 15 | min_longitude: 32.997734 16 | bounds: 17 | northeast: 18 | lat: 14.8942141 19 | lng: 48.0010561 20 | southwest: 21 | lat: 3.4041369 22 | lng: 32.997734 23 | international_prefix: '00' 24 | ioc: ETH 25 | iso_long_name: The Federal Democratic Republic of Ethiopia 26 | iso_short_name: Ethiopia 27 | languages_official: 28 | - am 29 | languages_spoken: 30 | - am 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 9 35 | national_prefix: '0' 36 | nationality: Ethiopian 37 | number: '231' 38 | postal_code: true 39 | postal_code_format: "\\d{4}" 40 | region: Africa 41 | start_of_week: monday 42 | subregion: Eastern Africa 43 | un_locode: ET 44 | unofficial_names: 45 | - Ethiopia 46 | - Äthiopien 47 | - Éthiopie 48 | - Etiopía 49 | - エチオピア 50 | - Ethiopië 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/FJ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | FJ: 3 | alpha2: FJ 4 | alpha3: FJI 5 | continent: Australia 6 | country_code: '679' 7 | currency_code: FJD 8 | gec: FJ 9 | geo: 10 | latitude: -17.713371 11 | longitude: 178.065032 12 | max_latitude: -12.2084957 13 | max_longitude: -177.8686523 14 | min_latitude: -20.8998713 15 | min_longitude: 176.7919922 16 | bounds: 17 | northeast: 18 | lat: -12.2084957 19 | lng: -177.8686523 20 | southwest: 21 | lat: -20.8998713 22 | lng: 176.7919922 23 | international_prefix: '00' 24 | ioc: FIJ 25 | iso_long_name: The Republic of Fiji 26 | iso_short_name: Fiji 27 | languages_official: 28 | - en 29 | - fj 30 | - hi 31 | - ur 32 | languages_spoken: 33 | - en 34 | - fj 35 | - hi 36 | - ur 37 | national_destination_code_lengths: 38 | - 2 39 | national_number_lengths: 40 | - 7 41 | national_prefix: None 42 | nationality: Fijian 43 | number: '242' 44 | postal_code: false 45 | region: Oceania 46 | start_of_week: monday 47 | subregion: Melanesia 48 | un_locode: FJ 49 | unofficial_names: 50 | - Fiji 51 | - Fidschi 52 | - Fidji 53 | - フィジー 54 | world_region: APAC 55 | -------------------------------------------------------------------------------- /data/countries/FK.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | FK: 3 | alpha2: FK 4 | alpha3: FLK 5 | continent: South America 6 | country_code: '500' 7 | currency_code: FKP 8 | gec: FK 9 | geo: 10 | latitude: -51.796253 11 | longitude: -59.523613 12 | max_latitude: -50.9809115 13 | max_longitude: -57.6768495 14 | min_latitude: -52.4744161 15 | min_longitude: -61.3792419 16 | bounds: 17 | northeast: 18 | lat: -50.9809115 19 | lng: -57.6768495 20 | southwest: 21 | lat: -52.4744161 22 | lng: -61.3792419 23 | international_prefix: '00' 24 | ioc: 25 | iso_long_name: The Falkland Islands 26 | iso_short_name: Falkland Islands (Malvinas) 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 5 35 | national_prefix: None 36 | nationality: Falkland Islander 37 | number: '238' 38 | postal_code: true 39 | postal_code_format: FIQQ 1ZZ 40 | region: Americas 41 | start_of_week: monday 42 | subregion: South America 43 | un_locode: FK 44 | unofficial_names: 45 | - Falkland Islands 46 | - Falklandinseln 47 | - Îles Malouines 48 | - Islas Malvinas 49 | - フォークランド(マルビナス)諸島 50 | - Falklandeilanden [Islas Malvinas] 51 | world_region: AMER 52 | -------------------------------------------------------------------------------- /data/countries/FM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | FM: 3 | alpha2: FM 4 | alpha3: FSM 5 | continent: Australia 6 | country_code: '691' 7 | currency_code: USD 8 | gec: FM 9 | geo: 10 | latitude: 7.425554 11 | longitude: 150.550812 12 | max_latitude: 10.2770863 13 | max_longitude: 163.5177612 14 | min_latitude: 0.1538084 15 | min_longitude: 136.9226075 16 | bounds: 17 | northeast: 18 | lat: 10.2770863 19 | lng: 163.5177612 20 | southwest: 21 | lat: 0.1538084 22 | lng: 136.9226075 23 | international_prefix: '011' 24 | ioc: FSM 25 | iso_long_name: The Federated States of Micronesia 26 | iso_short_name: Micronesia (Federated States of) 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | national_prefix: '1' 36 | nationality: Micronesian 37 | number: '583' 38 | postal_code: true 39 | postal_code_format: "(9694[1-4])(?:[ \\-](\\d{4}))?" 40 | region: Oceania 41 | start_of_week: monday 42 | subregion: Micronesia 43 | un_locode: FM 44 | unofficial_names: 45 | - Micronesia 46 | - Mikronesien 47 | - Micronésie 48 | - ミクロネシア連邦 49 | - Micronesië 50 | world_region: APAC 51 | -------------------------------------------------------------------------------- /data/countries/FO.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | FO: 3 | alpha2: FO 4 | alpha3: FRO 5 | continent: Europe 6 | country_code: '298' 7 | currency_code: DKK 8 | gec: FO 9 | geo: 10 | latitude: 61.89263500000001 11 | longitude: -6.9118061 12 | max_latitude: 62.4310742 13 | max_longitude: -6.190796 14 | min_latitude: 61.3677776 15 | min_longitude: -7.7178956 16 | bounds: 17 | northeast: 18 | lat: 62.4310742 19 | lng: -6.190796 20 | southwest: 21 | lat: 61.3677776 22 | lng: -7.7178956 23 | international_prefix: '00' 24 | ioc: FRO 25 | iso_long_name: The Faroe Islands 26 | iso_short_name: Faroe Islands 27 | languages_official: 28 | - fo 29 | languages_spoken: 30 | - fo 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 6 35 | national_prefix: None 36 | nationality: Faroese 37 | number: '234' 38 | postal_code: true 39 | postal_code_format: "\\d{3}" 40 | region: Europe 41 | start_of_week: monday 42 | subregion: Northern Europe 43 | un_locode: FO 44 | unofficial_names: 45 | - Faroe Islands 46 | - Färöer-Inseln 47 | - Îles Féroé 48 | - Islas Faroe 49 | - フェロー諸島 50 | - Faeröer 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/GA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | GA: 3 | alpha2: GA 4 | alpha3: GAB 5 | continent: Africa 6 | country_code: '241' 7 | currency_code: XAF 8 | gec: GB 9 | geo: 10 | latitude: -0.803689 11 | longitude: 11.609444 12 | max_latitude: 2.318109 13 | max_longitude: 14.5269234 14 | min_latitude: -4.1656 15 | min_longitude: 8.421 16 | bounds: 17 | northeast: 18 | lat: 2.318109 19 | lng: 14.5269234 20 | southwest: 21 | lat: -4.1656 22 | lng: 8.421 23 | international_prefix: '00' 24 | ioc: GAB 25 | iso_long_name: The Gabonese Republic 26 | iso_short_name: Gabon 27 | languages_official: 28 | - fr 29 | languages_spoken: 30 | - fr 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 6 35 | - 7 36 | - 8 37 | national_prefix: None 38 | nationality: Gabonese 39 | number: '266' 40 | postal_code: false 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Middle Africa 44 | un_locode: GA 45 | unofficial_names: 46 | - Gabon 47 | - Gabun 48 | - Gabón 49 | - ガボン 50 | world_region: EMEA 51 | -------------------------------------------------------------------------------- /data/countries/GD.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | GD: 3 | alpha2: GD 4 | alpha3: GRD 5 | continent: North America 6 | country_code: '1' 7 | currency_code: XCD 8 | gec: GJ 9 | geo: 10 | latitude: 12.1165 11 | longitude: -61.67899999999999 12 | max_latitude: 12.5367 13 | max_longitude: -61.3746999 14 | min_latitude: 11.9829051 15 | min_longitude: -61.80589999999999 16 | bounds: 17 | northeast: 18 | lat: 12.5367 19 | lng: -61.3746999 20 | southwest: 21 | lat: 11.9829051 22 | lng: -61.80589999999999 23 | international_prefix: '011' 24 | ioc: GRN 25 | iso_long_name: Grenada 26 | iso_short_name: Grenada 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | nanp_prefix: '1473' 32 | national_destination_code_lengths: 33 | - 3 34 | national_number_lengths: 35 | - 10 36 | national_prefix: '1' 37 | nationality: Grenadian 38 | number: '308' 39 | postal_code: false 40 | region: Americas 41 | start_of_week: monday 42 | subregion: Caribbean 43 | un_locode: GD 44 | unofficial_names: 45 | - Grenada 46 | - グレナダ 47 | world_region: AMER 48 | -------------------------------------------------------------------------------- /data/countries/GE.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | GE: 3 | alpha2: GE 4 | alpha3: GEO 5 | continent: Asia 6 | country_code: '995' 7 | currency_code: GEL 8 | gec: GG 9 | geo: 10 | latitude: 42.315407 11 | longitude: 43.35689199999999 12 | max_latitude: 43.5866269 13 | max_longitude: 46.7361189 14 | min_latitude: 41.054942 15 | min_longitude: 39.9792001 16 | bounds: 17 | northeast: 18 | lat: 43.5866269 19 | lng: 46.7361189 20 | southwest: 21 | lat: 41.054942 22 | lng: 39.9792001 23 | international_prefix: '810' 24 | ioc: GEO 25 | iso_long_name: Georgia 26 | iso_short_name: Georgia 27 | languages_official: 28 | - ka 29 | languages_spoken: 30 | - ka 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 9 35 | national_prefix: 8* 36 | nationality: Georgian 37 | number: '268' 38 | postal_code: true 39 | postal_code_format: "\\d{4}" 40 | region: Asia 41 | start_of_week: monday 42 | subregion: Western Asia 43 | un_locode: GE 44 | unofficial_names: 45 | - Georgia 46 | - Georgien 47 | - Géorgie 48 | - グルジア 49 | - Georgië 50 | world_region: EMEA 51 | -------------------------------------------------------------------------------- /data/countries/GF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | GF: 3 | alpha2: GF 4 | alpha3: GUF 5 | continent: South America 6 | country_code: '594' 7 | currency_code: EUR 8 | eu_member: true 9 | euvat_member: false 10 | gec: FG 11 | geo: 12 | latitude: 3.933889 13 | longitude: -53.125782 14 | max_latitude: 5.9548 15 | max_longitude: -51.6164491 16 | min_latitude: 2.109287 17 | min_longitude: -54.5544379 18 | bounds: 19 | northeast: 20 | lat: 5.9548 21 | lng: -51.6164491 22 | southwest: 23 | lat: 2.109287 24 | lng: -54.5544379 25 | international_prefix: '00' 26 | ioc: 27 | iso_long_name: Guyane 28 | iso_short_name: French Guiana 29 | languages_official: 30 | - fr 31 | languages_spoken: 32 | - fr 33 | national_destination_code_lengths: 34 | - 3 35 | national_number_lengths: 36 | - 10 37 | national_prefix: None 38 | nationality: French Guianan 39 | number: '254' 40 | postal_code: true 41 | postal_code_format: 9[78]3\d{2} 42 | region: Americas 43 | start_of_week: monday 44 | subregion: South America 45 | un_locode: GF 46 | unofficial_names: 47 | - French Guiana 48 | - Französisch Guyana 49 | - Guayana Francesa 50 | - フランス領ギアナ 51 | - Frans-Guyana 52 | world_region: AMER 53 | -------------------------------------------------------------------------------- /data/countries/GG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | GG: 3 | alpha2: GG 4 | alpha3: GGY 5 | continent: Europe 6 | country_code: '44' 7 | currency_code: GBP 8 | gec: GK 9 | geo: 10 | latitude: 49.4481982 11 | longitude: -2.58949 12 | max_latitude: 49.5094108 13 | max_longitude: -2.5016885 14 | min_latitude: 49.4167199 15 | min_longitude: -2.6745361 16 | bounds: 17 | northeast: 18 | lat: 49.5094108 19 | lng: -2.5016885 20 | southwest: 21 | lat: 49.4167199 22 | lng: -2.6745361 23 | international_prefix: '' 24 | ioc: 25 | iso_long_name: The Bailiwick of Guernsey 26 | iso_short_name: Guernsey 27 | languages_official: 28 | - en 29 | - fr 30 | languages_spoken: 31 | - en 32 | - fr 33 | national_destination_code_lengths: [] 34 | national_number_lengths: [] 35 | national_prefix: '' 36 | nationality: Channel Islander 37 | number: '831' 38 | postal_code: true 39 | postal_code_format: GY\d[\dA-Z]? ?\d[ABD-HJLN-UW-Z]{2} 40 | region: Europe 41 | start_of_week: monday 42 | subregion: Northern Europe 43 | un_locode: GG 44 | unofficial_names: 45 | - Guernsey and Alderney 46 | - Guernsey und Alderney 47 | - Guernsey et Alderney 48 | - Guernsey y Alderney 49 | - ガーンジー 50 | - Guernsey 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/GH.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | GH: 3 | alpha2: GH 4 | alpha3: GHA 5 | continent: Africa 6 | country_code: '233' 7 | currency_code: GHS 8 | gec: GH 9 | geo: 10 | latitude: 7.946527 11 | longitude: -1.023194 12 | max_latitude: 11.1750308 13 | max_longitude: 1.199972 14 | min_latitude: 4.6339001 15 | min_longitude: -3.2607859 16 | bounds: 17 | northeast: 18 | lat: 11.1750308 19 | lng: 1.199972 20 | southwest: 21 | lat: 4.6339001 22 | lng: -3.2607859 23 | international_prefix: '00' 24 | ioc: GHA 25 | iso_long_name: The Republic of Ghana 26 | iso_short_name: Ghana 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 5 35 | - 6 36 | - 7 37 | - 8 38 | national_prefix: None 39 | nationality: Ghanaian 40 | number: '288' 41 | postal_code: false 42 | region: Africa 43 | start_of_week: monday 44 | subregion: Western Africa 45 | un_locode: GH 46 | unofficial_names: 47 | - Ghana 48 | - ガーナ 49 | world_region: EMEA 50 | -------------------------------------------------------------------------------- /data/countries/GI.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | GI: 3 | alpha2: GI 4 | alpha3: GIB 5 | continent: Europe 6 | country_code: '350' 7 | currency_code: GIP 8 | gec: GI 9 | geo: 10 | latitude: 36.140751 11 | longitude: -5.353585 12 | max_latitude: 36.1551186 13 | max_longitude: -5.334499999999999 14 | min_latitude: 36.1038999 15 | min_longitude: -5.3721 16 | bounds: 17 | northeast: 18 | lat: 36.1551186 19 | lng: -5.334499999999999 20 | southwest: 21 | lat: 36.1038999 22 | lng: -5.3721 23 | international_prefix: '00' 24 | ioc: 25 | iso_long_name: Gibraltar 26 | iso_short_name: Gibraltar 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | national_prefix: None 36 | nationality: Gibraltar 37 | number: '292' 38 | postal_code: true 39 | postal_code_format: GX11 1AA 40 | region: Europe 41 | start_of_week: monday 42 | subregion: Southern Europe 43 | un_locode: GI 44 | unofficial_names: 45 | - Gibraltar 46 | - ジブラルタル 47 | world_region: EMEA 48 | -------------------------------------------------------------------------------- /data/countries/GL.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | GL: 3 | address_format: |- 4 | {{recipient}} 5 | {{street}} 6 | {{postalcode}} {{city}} 7 | {{country}} 8 | alpha2: GL 9 | alpha3: GRL 10 | continent: North America 11 | country_code: '299' 12 | currency_code: DKK 13 | gec: GL 14 | geo: 15 | latitude: 71.706936 16 | longitude: -42.604303 17 | max_latitude: 83.9702561 18 | max_longitude: -8.2617199 19 | min_latitude: 58.26329 20 | min_longitude: -73.8281196 21 | bounds: 22 | northeast: 23 | lat: 83.9702561 24 | lng: -8.2617199 25 | southwest: 26 | lat: 58.26329 27 | lng: -73.8281196 28 | international_prefix: '009' 29 | ioc: 30 | iso_long_name: Kalaallit Nunaat 31 | iso_short_name: Greenland 32 | languages_official: 33 | - kl 34 | languages_spoken: 35 | - kl 36 | national_destination_code_lengths: 37 | - 2 38 | national_number_lengths: 39 | - 6 40 | national_prefix: None 41 | nationality: Greenlandic 42 | number: '304' 43 | postal_code: true 44 | postal_code_format: 39\d{2} 45 | region: Americas 46 | start_of_week: monday 47 | subregion: Northern America 48 | un_locode: GL 49 | unofficial_names: 50 | - Greenland 51 | - Grönland 52 | - Groenland 53 | - Groenlandia 54 | - グリーンランド 55 | world_region: EMEA 56 | -------------------------------------------------------------------------------- /data/countries/GM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | GM: 3 | alpha2: GM 4 | alpha3: GMB 5 | continent: Africa 6 | country_code: '220' 7 | currency_code: GMD 8 | gec: GA 9 | geo: 10 | latitude: 13.443182 11 | longitude: -15.310139 12 | max_latitude: 13.825058 13 | max_longitude: -13.7913862 14 | min_latitude: 13.0098999 15 | min_longitude: -16.9464001 16 | bounds: 17 | northeast: 18 | lat: 13.825058 19 | lng: -13.7913862 20 | southwest: 21 | lat: 13.0098999 22 | lng: -16.9464001 23 | international_prefix: '00' 24 | ioc: GAM 25 | iso_long_name: The Republic of The Gambia 26 | iso_short_name: Gambia 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | national_prefix: None 36 | nationality: Gambian 37 | number: '270' 38 | postal_code: false 39 | region: Africa 40 | start_of_week: monday 41 | subregion: Western Africa 42 | un_locode: GM 43 | unofficial_names: 44 | - The Gambia 45 | - ガンビア 46 | world_region: EMEA 47 | -------------------------------------------------------------------------------- /data/countries/GN.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | GN: 3 | alpha2: GN 4 | alpha3: GIN 5 | continent: Africa 6 | country_code: '224' 7 | currency_code: GNF 8 | gec: GV 9 | geo: 10 | latitude: 9.945587 11 | longitude: -9.696645 12 | max_latitude: 12.6748616 13 | max_longitude: -7.637853 14 | min_latitude: 7.190909099999999 15 | min_longitude: -15.282 16 | bounds: 17 | northeast: 18 | lat: 12.6748616 19 | lng: -7.637853 20 | southwest: 21 | lat: 7.190909099999999 22 | lng: -15.282 23 | international_prefix: '00' 24 | ioc: GUI 25 | iso_long_name: The Republic of Guinea 26 | iso_short_name: Guinea 27 | languages_official: 28 | - fr 29 | - ff 30 | languages_spoken: 31 | - fr 32 | - ff 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 8 37 | national_prefix: None 38 | nationality: Guinean 39 | number: '324' 40 | postal_code: true 41 | postal_code_format: "\\d{3}" 42 | region: Africa 43 | start_of_week: monday 44 | subregion: Western Africa 45 | un_locode: GN 46 | unofficial_names: 47 | - Guinea 48 | - Guinée 49 | - ギニア 50 | - Guinee 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/GP.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | GP: 3 | alpha2: GP 4 | alpha3: GLP 5 | continent: North America 6 | country_code: '590' 7 | currency_code: EUR 8 | eu_member: true 9 | euvat_member: false 10 | gec: GP 11 | geo: 12 | latitude: 16.265 13 | longitude: -61.55099999999999 14 | max_latitude: 16.5572273 15 | max_longitude: -60.9473 16 | min_latitude: 15.742032 17 | min_longitude: -61.8468 18 | bounds: 19 | northeast: 20 | lat: 16.5572273 21 | lng: -60.9473 22 | southwest: 23 | lat: 15.742032 24 | lng: -61.8468 25 | international_prefix: '00' 26 | ioc: 27 | iso_long_name: Guadeloupe 28 | iso_short_name: Guadeloupe 29 | languages_official: 30 | - fr 31 | languages_spoken: 32 | - fr 33 | national_destination_code_lengths: 34 | - 3 35 | national_number_lengths: 36 | - 10 37 | national_prefix: None 38 | nationality: French 39 | number: '312' 40 | postal_code: true 41 | postal_code_format: 9[78][01]\d{2} 42 | region: Americas 43 | start_of_week: monday 44 | subregion: Caribbean 45 | un_locode: GP 46 | unofficial_names: 47 | - Guadeloupe 48 | - Guadalupe 49 | - グアドループ 50 | world_region: AMER 51 | -------------------------------------------------------------------------------- /data/countries/GQ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | GQ: 3 | alpha2: GQ 4 | alpha3: GNQ 5 | continent: Africa 6 | country_code: '240' 7 | currency_code: XAF 8 | gec: EK 9 | geo: 10 | latitude: 1.650801 11 | longitude: 10.267895 12 | max_latitude: 3.8355 13 | max_longitude: 11.3333 14 | min_latitude: -1.5475 15 | min_longitude: 5.541900099999999 16 | bounds: 17 | northeast: 18 | lat: 3.8355 19 | lng: 11.3333 20 | southwest: 21 | lat: -1.5475 22 | lng: 5.541900099999999 23 | international_prefix: '00' 24 | ioc: GEQ 25 | iso_long_name: The Republic of Equatorial Guinea 26 | iso_short_name: Equatorial Guinea 27 | languages_official: 28 | - es 29 | - fr 30 | languages_spoken: 31 | - es 32 | - fr 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 6 37 | national_prefix: None 38 | nationality: Equatorial Guinean 39 | number: '226' 40 | postal_code: false 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Middle Africa 44 | un_locode: GQ 45 | unofficial_names: 46 | - Equatorial Guinea 47 | - Äquatorial-Guinea 48 | - Guinée Équatoriale 49 | - Guinea Ecuatorial 50 | - 赤道ギニア 51 | - Equatoriaal-Guinea 52 | world_region: EMEA 53 | -------------------------------------------------------------------------------- /data/countries/GT.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | GT: 3 | alpha2: GT 4 | alpha3: GTM 5 | continent: North America 6 | country_code: '502' 7 | currency_code: GTQ 8 | gec: GT 9 | geo: 10 | latitude: 15.783471 11 | longitude: -90.23075899999999 12 | max_latitude: 17.815697 13 | max_longitude: -88.1982001 14 | min_latitude: 13.63 15 | min_longitude: -92.2714 16 | bounds: 17 | northeast: 18 | lat: 17.815697 19 | lng: -88.1982001 20 | southwest: 21 | lat: 13.63 22 | lng: -92.2714 23 | international_prefix: '00' 24 | ioc: GUA 25 | iso_long_name: The Republic of Guatemala 26 | iso_short_name: Guatemala 27 | languages_official: 28 | - es 29 | languages_spoken: 30 | - es 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | national_prefix: None 36 | nationality: Guatemalan 37 | number: '320' 38 | postal_code: true 39 | postal_code_format: "\\d{5}" 40 | region: Americas 41 | start_of_week: monday 42 | subregion: Central America 43 | un_locode: GT 44 | unofficial_names: 45 | - Guatemala 46 | - グアテマラ 47 | world_region: AMER 48 | -------------------------------------------------------------------------------- /data/countries/GU.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | GU: 3 | alpha2: GU 4 | alpha3: GUM 5 | continent: Australia 6 | country_code: '1' 7 | currency_code: USD 8 | gec: GQ 9 | geo: 10 | latitude: 13.444304 11 | longitude: 144.793731 12 | max_latitude: 13.7994072 13 | max_longitude: 145.112915 14 | min_latitude: 13.1022175 15 | min_longitude: 144.4647218 16 | bounds: 17 | northeast: 18 | lat: 13.7994072 19 | lng: 145.112915 20 | southwest: 21 | lat: 13.1022175 22 | lng: 144.4647218 23 | international_prefix: '011' 24 | ioc: GUM 25 | iso_long_name: The Territory of Guam 26 | iso_short_name: Guam 27 | languages_official: 28 | - en 29 | - ch 30 | - es 31 | languages_spoken: 32 | - en 33 | - ch 34 | - es 35 | nanp_prefix: '1671' 36 | national_destination_code_lengths: 37 | - 3 38 | national_number_lengths: 39 | - 10 40 | national_prefix: '1' 41 | nationality: Guamanian 42 | number: '316' 43 | postal_code: true 44 | postal_code_format: "(969(?:[12]\\d|3[12]))(?:[ \\-](\\d{4}))?" 45 | region: Oceania 46 | start_of_week: monday 47 | subregion: Micronesia 48 | un_locode: GU 49 | unofficial_names: 50 | - Guam 51 | - グアム 52 | world_region: APAC 53 | -------------------------------------------------------------------------------- /data/countries/GW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | GW: 3 | alpha2: GW 4 | alpha3: GNB 5 | continent: Africa 6 | country_code: '245' 7 | currency_code: XOF 8 | gec: PU 9 | geo: 10 | latitude: 11.803749 11 | longitude: -15.180413 12 | max_latitude: 12.6869468 13 | max_longitude: -13.6265235 14 | min_latitude: 10.7146 15 | min_longitude: -16.9518999 16 | bounds: 17 | northeast: 18 | lat: 12.6869468 19 | lng: -13.6265235 20 | southwest: 21 | lat: 10.7146 22 | lng: -16.9518999 23 | international_prefix: '00' 24 | ioc: GBS 25 | iso_long_name: The Republic of Guinea-Bissau 26 | iso_short_name: Guinea-Bissau 27 | languages_official: 28 | - pt 29 | languages_spoken: 30 | - pt 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | national_prefix: None 36 | nationality: Guinea-Bissauan 37 | number: '624' 38 | postal_code: true 39 | postal_code_format: "\\d{4}" 40 | region: Africa 41 | start_of_week: monday 42 | subregion: Western Africa 43 | un_locode: GW 44 | unofficial_names: 45 | - Guinea-Bissau 46 | - Guinée-Bissau 47 | - ギニアビサウ 48 | - Guinee-Bissau 49 | - Guinea Bissau 50 | world_region: EMEA 51 | -------------------------------------------------------------------------------- /data/countries/GY.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | GY: 3 | alpha2: GY 4 | alpha3: GUY 5 | continent: South America 6 | country_code: '592' 7 | currency_code: GYD 8 | gec: GY 9 | geo: 10 | latitude: 4.860416 11 | longitude: -58.93018 12 | max_latitude: 8.722199999999999 13 | max_longitude: -56.49112 14 | min_latitude: 1.164724 15 | min_longitude: -61.414905 16 | bounds: 17 | northeast: 18 | lat: 8.722199999999999 19 | lng: -56.49112 20 | southwest: 21 | lat: 1.164724 22 | lng: -61.414905 23 | international_prefix: '00' 24 | ioc: GUY 25 | iso_long_name: The Co-operative Republic of Guyana 26 | iso_short_name: Guyana 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 6 35 | - 7 36 | national_prefix: None 37 | nationality: Guyanese 38 | number: '328' 39 | postal_code: false 40 | region: Americas 41 | start_of_week: monday 42 | subregion: South America 43 | un_locode: GY 44 | unofficial_names: 45 | - Guyana 46 | - ガイアナ 47 | world_region: AMER 48 | -------------------------------------------------------------------------------- /data/countries/HK.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | HK: 3 | address_format: |- 4 | {{recipient}} 5 | {{street}} 6 | {{postalcode}} {{city}} {{region_short}} 7 | {{country}} 8 | alpha2: HK 9 | alpha3: HKG 10 | continent: Asia 11 | country_code: '852' 12 | currency_code: HKD 13 | gec: HK 14 | geo: 15 | latitude: 22.3193039 16 | longitude: 114.1693611 17 | max_latitude: 22.5619469 18 | max_longitude: 114.4294999 19 | min_latitude: 22.1435 20 | min_longitude: 113.8259001 21 | bounds: 22 | northeast: 23 | lat: 22.5619469 24 | lng: 114.4294999 25 | southwest: 26 | lat: 22.1435 27 | lng: 113.8259001 28 | international_prefix: '001' 29 | ioc: HKG 30 | iso_long_name: The Hong Kong Special Administrative Region of China 31 | iso_short_name: Hong Kong 32 | languages_official: 33 | - en 34 | - zh 35 | languages_spoken: 36 | - en 37 | - zh 38 | national_destination_code_lengths: 39 | - 2 40 | national_number_lengths: 41 | - 8 42 | national_prefix: None 43 | nationality: Hong Kongese 44 | number: '344' 45 | postal_code: false 46 | region: Asia 47 | start_of_week: monday 48 | subregion: Eastern Asia 49 | un_locode: HK 50 | unofficial_names: 51 | - Hong Kong 52 | - 香港 53 | - Hongkong 54 | world_region: APAC 55 | -------------------------------------------------------------------------------- /data/countries/HN.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | HN: 3 | alpha2: HN 4 | alpha3: HND 5 | continent: North America 6 | country_code: '504' 7 | currency_code: HNL 8 | gec: HO 9 | geo: 10 | latitude: 15.199999 11 | longitude: -86.241905 12 | max_latitude: 17.4677999 13 | max_longitude: -83.0621001 14 | min_latitude: 12.9808201 15 | min_longitude: -89.3564822 16 | bounds: 17 | northeast: 18 | lat: 17.4677999 19 | lng: -83.0621001 20 | southwest: 21 | lat: 12.9808201 22 | lng: -89.3564822 23 | international_prefix: '00' 24 | ioc: HON 25 | iso_long_name: The Republic of Honduras 26 | iso_short_name: Honduras 27 | languages_official: 28 | - es 29 | languages_spoken: 30 | - es 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | - 8 36 | national_prefix: None 37 | nationality: Honduran 38 | number: '340' 39 | postal_code: true 40 | postal_code_format: "\\d{5}" 41 | region: Americas 42 | start_of_week: monday 43 | subregion: Central America 44 | un_locode: HN 45 | unofficial_names: 46 | - Honduras 47 | - ホンジュラス 48 | world_region: AMER 49 | -------------------------------------------------------------------------------- /data/countries/HT.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | HT: 3 | alpha2: HT 4 | alpha3: HTI 5 | continent: North America 6 | country_code: '509' 7 | currency_code: HTG 8 | gec: HA 9 | geo: 10 | latitude: 18.971187 11 | longitude: -72.285215 12 | max_latitude: 20.1282 13 | max_longitude: -71.621754 14 | min_latitude: 17.9422 15 | min_longitude: -74.6082 16 | bounds: 17 | northeast: 18 | lat: 20.1282 19 | lng: -71.621754 20 | southwest: 21 | lat: 17.9422 22 | lng: -74.6082 23 | international_prefix: '00' 24 | ioc: HAI 25 | iso_long_name: The Republic of Haiti 26 | iso_short_name: Haiti 27 | languages_official: 28 | - fr 29 | - ht 30 | languages_spoken: 31 | - fr 32 | - ht 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 8 37 | national_prefix: None 38 | nationality: Haitian 39 | number: '332' 40 | postal_code: true 41 | postal_code_format: "\\d{4}" 42 | region: Americas 43 | start_of_week: monday 44 | subregion: Caribbean 45 | un_locode: HT 46 | unofficial_names: 47 | - Haiti 48 | - ハイチ 49 | - Haïti 50 | world_region: AMER 51 | -------------------------------------------------------------------------------- /data/countries/IM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | IM: 3 | alpha2: IM 4 | alpha3: IMN 5 | continent: Europe 6 | country_code: '44' 7 | currency_code: GBP 8 | gec: IM 9 | geo: 10 | latitude: 54.236107 11 | longitude: -4.548056 12 | max_latitude: 54.4369363 13 | max_longitude: -4.270618199999999 14 | min_latitude: 54.0186764 15 | min_longitude: -4.8736609 16 | bounds: 17 | northeast: 18 | lat: 54.4369363 19 | lng: -4.270618199999999 20 | southwest: 21 | lat: 54.0186764 22 | lng: -4.8736609 23 | international_prefix: '' 24 | ioc: 25 | iso_long_name: The Isle of Man 26 | iso_short_name: Isle of Man 27 | languages_official: 28 | - en 29 | - gv 30 | languages_spoken: 31 | - en 32 | - gv 33 | national_destination_code_lengths: [] 34 | national_number_lengths: [] 35 | national_prefix: '' 36 | nationality: Manx 37 | number: '833' 38 | postal_code: true 39 | postal_code_format: IM\d[\dA-Z]? ?\d[ABD-HJLN-UW-Z]{2} 40 | region: Europe 41 | start_of_week: monday 42 | subregion: Northern Europe 43 | un_locode: IM 44 | unofficial_names: 45 | - Isle of Man 46 | - Insel Man 47 | - Île de Man 48 | - Isla de Man 49 | - マン島 50 | world_region: EMEA 51 | -------------------------------------------------------------------------------- /data/countries/IO.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | IO: 3 | alpha2: IO 4 | alpha3: IOT 5 | continent: Asia 6 | country_code: '246' 7 | currency_code: USD 8 | gec: IO 9 | geo: 10 | latitude: -6.343194 11 | longitude: 71.876519 12 | max_latitude: -5.1401857 13 | max_longitude: 72.5880433 14 | min_latitude: -7.4891118 15 | min_longitude: 71.1859131 16 | bounds: 17 | northeast: 18 | lat: -5.1401857 19 | lng: 72.5880433 20 | southwest: 21 | lat: -7.4891118 22 | lng: 71.1859131 23 | international_prefix: '' 24 | ioc: 25 | iso_long_name: The British Indian Ocean Territory 26 | iso_short_name: British Indian Ocean Territory 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: [] 32 | national_number_lengths: [] 33 | national_prefix: '' 34 | nationality: Indian 35 | number: '086' 36 | postal_code: true 37 | postal_code_format: BBND 1ZZ 38 | region: Africa 39 | start_of_week: monday 40 | subregion: Eastern Africa 41 | un_locode: IO 42 | unofficial_names: 43 | - British Indian Ocean Territory 44 | - Britisches Territorium im Indischen Ozean 45 | - イギリス領インド洋地域 46 | - Britse Gebieden in de Indische Oceaan 47 | world_region: APAC 48 | -------------------------------------------------------------------------------- /data/countries/IQ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | IQ: 3 | alpha2: IQ 4 | alpha3: IRQ 5 | continent: Asia 6 | country_code: '964' 7 | currency_code: IQD 8 | gec: IZ 9 | geo: 10 | latitude: 33.223191 11 | longitude: 43.679291 12 | max_latitude: 37.380645 13 | max_longitude: 48.6350999 14 | min_latitude: 29.0612079 15 | min_longitude: 38.7936741 16 | bounds: 17 | northeast: 18 | lat: 37.380645 19 | lng: 48.6350999 20 | southwest: 21 | lat: 29.0612079 22 | lng: 38.7936741 23 | international_prefix: '00' 24 | ioc: IRQ 25 | iso_long_name: The Republic of Iraq 26 | iso_short_name: Iraq 27 | languages_official: 28 | - ar 29 | languages_spoken: 30 | - ar 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | - 9 36 | - 10 37 | national_prefix: None 38 | nationality: Iraqi 39 | number: '368' 40 | postal_code: true 41 | postal_code_format: "\\d{5}" 42 | region: Asia 43 | start_of_week: sunday 44 | subregion: Western Asia 45 | un_locode: IQ 46 | unofficial_names: 47 | - Iraq 48 | - العراق 49 | - Irak 50 | - イラク 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/IR.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | IR: 3 | alpha2: IR 4 | alpha3: IRN 5 | continent: Asia 6 | country_code: '98' 7 | currency_code: IRR 8 | gec: IR 9 | geo: 10 | latitude: 32.427908 11 | longitude: 53.688046 12 | max_latitude: 39.782056 13 | max_longitude: 63.3333366 14 | min_latitude: 24.8066999 15 | min_longitude: 44.0326949 16 | bounds: 17 | northeast: 18 | lat: 39.782056 19 | lng: 63.3333366 20 | southwest: 21 | lat: 24.8066999 22 | lng: 44.0326949 23 | international_prefix: '00' 24 | ioc: IRI 25 | iso_long_name: The Islamic Republic of Iran 26 | iso_short_name: Iran (Islamic Republic of) 27 | languages_official: 28 | - fa 29 | languages_spoken: 30 | - fa 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 10 35 | national_prefix: '0' 36 | nationality: Iranian 37 | number: '364' 38 | postal_code: true 39 | postal_code_format: "\\d{5}-?\\d{5}" 40 | region: Asia 41 | start_of_week: saturday 42 | subregion: Southern Asia 43 | un_locode: IR 44 | unofficial_names: 45 | - Iran 46 | - Irán 47 | - Iran (Islamic Republic Of) 48 | - イラン・イスラム共和国 49 | - Islamic Republic of Iran 50 | world_region: EMEA 51 | -------------------------------------------------------------------------------- /data/countries/JE.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | JE: 3 | alpha2: JE 4 | alpha3: JEY 5 | continent: Europe 6 | country_code: '44' 7 | currency_code: GBP 8 | gec: JE 9 | geo: 10 | latitude: 49.214439 11 | longitude: -2.13125 12 | max_latitude: 49.26650009999999 13 | max_longitude: -2.0013001 14 | min_latitude: 49.1582 15 | min_longitude: -2.2602001 16 | bounds: 17 | northeast: 18 | lat: 49.26650009999999 19 | lng: -2.0013001 20 | southwest: 21 | lat: 49.1582 22 | lng: -2.2602001 23 | international_prefix: '' 24 | ioc: 25 | iso_long_name: The Bailiwick of Jersey 26 | iso_short_name: Jersey 27 | languages_official: 28 | - en 29 | - fr 30 | languages_spoken: 31 | - en 32 | - fr 33 | national_destination_code_lengths: [] 34 | national_number_lengths: [] 35 | national_prefix: '' 36 | nationality: Channel Islander 37 | number: '832' 38 | postal_code: true 39 | postal_code_format: JE\d[\dA-Z]? ?\d[ABD-HJLN-UW-Z]{2} 40 | region: Europe 41 | start_of_week: monday 42 | subregion: Northern Europe 43 | un_locode: JE 44 | unofficial_names: 45 | - Jersey 46 | - ジャージー 47 | world_region: EMEA 48 | -------------------------------------------------------------------------------- /data/countries/JM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | JM: 3 | alpha2: JM 4 | alpha3: JAM 5 | continent: North America 6 | country_code: '1' 7 | currency_code: JMD 8 | gec: JM 9 | geo: 10 | latitude: 18.109581 11 | longitude: -77.297508 12 | max_latitude: 18.5697821 13 | max_longitude: -76.1448669 14 | min_latitude: 17.6688854 15 | min_longitude: -78.4073639 16 | bounds: 17 | northeast: 18 | lat: 18.5697821 19 | lng: -76.1448669 20 | southwest: 21 | lat: 17.6688854 22 | lng: -78.4073639 23 | international_prefix: '011' 24 | ioc: JAM 25 | iso_long_name: Jamaica 26 | iso_short_name: Jamaica 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | nanp_prefix: '1876' 32 | national_destination_code_lengths: 33 | - 3 34 | national_number_lengths: 35 | - 10 36 | national_prefix: '1' 37 | nationality: Jamaican 38 | number: '388' 39 | postal_code: false 40 | region: Americas 41 | start_of_week: monday 42 | subregion: Caribbean 43 | un_locode: JM 44 | unofficial_names: 45 | - Jamaica 46 | - Jamaika 47 | - Jamaïque 48 | - ジャマイカ 49 | world_region: AMER 50 | -------------------------------------------------------------------------------- /data/countries/KE.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | KE: 3 | alpha2: KE 4 | alpha3: KEN 5 | continent: Africa 6 | country_code: '254' 7 | currency_code: KES 8 | gec: KE 9 | geo: 10 | latitude: -0.023559 11 | longitude: 37.906193 12 | max_latitude: 5.033420899999999 13 | max_longitude: 41.9069449 14 | min_latitude: -4.724299999999999 15 | min_longitude: 33.90982109999999 16 | bounds: 17 | northeast: 18 | lat: 5.033420899999999 19 | lng: 41.9069449 20 | southwest: 21 | lat: -4.724299999999999 22 | lng: 33.90982109999999 23 | international_prefix: '000' 24 | ioc: KEN 25 | iso_long_name: The Republic of Kenya 26 | iso_short_name: Kenya 27 | languages_official: 28 | - en 29 | - sw 30 | languages_spoken: 31 | - en 32 | - sw 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 9 37 | national_prefix: '0' 38 | nationality: Kenyan 39 | number: '404' 40 | postal_code: true 41 | postal_code_format: "\\d{5}" 42 | region: Africa 43 | start_of_week: monday 44 | subregion: Eastern Africa 45 | un_locode: KE 46 | unofficial_names: 47 | - Kenya 48 | - Kenia 49 | - ケニア 50 | world_region: EMEA 51 | -------------------------------------------------------------------------------- /data/countries/KG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | KG: 3 | alpha2: KG 4 | alpha3: KGZ 5 | continent: Asia 6 | country_code: '996' 7 | currency_code: KGS 8 | gec: KG 9 | geo: 10 | latitude: 41.20438 11 | longitude: 74.766098 12 | max_latitude: 43.2653569 13 | max_longitude: 80.2281514 14 | min_latitude: 39.180254 15 | min_longitude: 69.250998 16 | bounds: 17 | northeast: 18 | lat: 43.2653569 19 | lng: 80.2281514 20 | southwest: 21 | lat: 39.180254 22 | lng: 69.250998 23 | international_prefix: '00' 24 | ioc: KGZ 25 | iso_long_name: The Kyrgyz Republic 26 | iso_short_name: Kyrgyzstan 27 | languages_official: 28 | - ky 29 | - ru 30 | languages_spoken: 31 | - ky 32 | - ru 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 9 37 | national_prefix: '0' 38 | nationality: Kirghiz 39 | number: '417' 40 | postal_code: true 41 | postal_code_format: "\\d{6}" 42 | region: Asia 43 | start_of_week: monday 44 | subregion: Central Asia 45 | un_locode: KG 46 | unofficial_names: 47 | - Kyrgyzstan 48 | - Kirgisistan 49 | - Kirghizistan 50 | - Kirguizistán 51 | - キルギス 52 | - Kirgizië 53 | - Kyrgzstan 54 | world_region: EMEA 55 | -------------------------------------------------------------------------------- /data/countries/KH.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | KH: 3 | alpha2: KH 4 | alpha3: KHM 5 | continent: Asia 6 | country_code: '855' 7 | currency_code: KHR 8 | gec: CB 9 | geo: 10 | latitude: 12.565679 11 | longitude: 104.990963 12 | max_latitude: 14.6901791 13 | max_longitude: 107.627687 14 | min_latitude: 9.6007 15 | min_longitude: 102.333542 16 | bounds: 17 | northeast: 18 | lat: 14.6901791 19 | lng: 107.627687 20 | southwest: 21 | lat: 9.6007 22 | lng: 102.333542 23 | international_prefix: '00' 24 | ioc: CAM 25 | iso_long_name: The Kingdom of Cambodia 26 | iso_short_name: Cambodia 27 | languages_official: 28 | - km 29 | languages_spoken: 30 | - km 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | national_prefix: '0' 36 | nationality: Cambodian 37 | number: '116' 38 | postal_code: true 39 | postal_code_format: "\\d{5,6}" 40 | region: Asia 41 | start_of_week: monday 42 | subregion: South-Eastern Asia 43 | un_locode: KH 44 | unofficial_names: 45 | - Cambodia 46 | - Kambodscha 47 | - Cambodge 48 | - Camboya 49 | - カンボジア 50 | - Cambodja 51 | world_region: APAC 52 | -------------------------------------------------------------------------------- /data/countries/KI.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | KI: 3 | alpha2: KI 4 | alpha3: KIR 5 | continent: Australia 6 | country_code: '686' 7 | currency_code: AUD 8 | gec: KR 9 | geo: 10 | latitude: -3.370417 11 | longitude: -168.734039 12 | max_latitude: 5.4082108 13 | max_longitude: -145.1513674 14 | min_latitude: -13.0502263 15 | min_longitude: 168.8818359 16 | bounds: 17 | northeast: 18 | lat: 5.4082108 19 | lng: -145.1513674 20 | southwest: 21 | lat: -13.0502263 22 | lng: 168.8818359 23 | international_prefix: '00' 24 | ioc: KIR 25 | iso_long_name: The Republic of Kiribati 26 | iso_short_name: Kiribati 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 5 35 | national_prefix: None 36 | nationality: I-Kiribati 37 | number: '296' 38 | postal_code: false 39 | region: Oceania 40 | start_of_week: monday 41 | subregion: Micronesia 42 | un_locode: KI 43 | unofficial_names: 44 | - Kiribati 45 | - キリバス 46 | world_region: APAC 47 | -------------------------------------------------------------------------------- /data/countries/KM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | KM: 3 | alpha2: KM 4 | alpha3: COM 5 | continent: Africa 6 | country_code: '269' 7 | currency_code: KMF 8 | gec: CN 9 | geo: 10 | latitude: -11.6455 11 | longitude: 43.3333 12 | max_latitude: -11.3373321 13 | max_longitude: 44.5646666 14 | min_latitude: -12.4687602 15 | min_longitude: 43.1968689 16 | bounds: 17 | northeast: 18 | lat: -11.3373321 19 | lng: 44.5646666 20 | southwest: 21 | lat: -12.4687602 22 | lng: 43.1968689 23 | international_prefix: '00' 24 | ioc: COM 25 | iso_long_name: The Union of the Comoros 26 | iso_short_name: Comoros 27 | languages_official: 28 | - ar 29 | - fr 30 | languages_spoken: 31 | - ar 32 | - fr 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 7 37 | national_prefix: None 38 | nationality: Comoran 39 | number: '174' 40 | postal_code: false 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Eastern Africa 44 | un_locode: KM 45 | unofficial_names: 46 | - Comoros 47 | - Union der Komoren 48 | - Comores 49 | - コモロ 50 | - Comoren 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/KW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | KW: 3 | address_format: |- 4 | {{recipient}} 5 | {{street}} 6 | {{postalcode}} {{city}} 7 | {{region}} 8 | {{country}} 9 | alpha2: KW 10 | alpha3: KWT 11 | continent: Asia 12 | country_code: '965' 13 | currency_code: KWD 14 | gec: KU 15 | geo: 16 | latitude: 29.31166 17 | longitude: 47.481766 18 | max_latitude: 30.1036993 19 | max_longitude: 48.5184 20 | min_latitude: 28.5244463 21 | min_longitude: 46.55303989999999 22 | bounds: 23 | northeast: 24 | lat: 30.1036993 25 | lng: 48.5184 26 | southwest: 27 | lat: 28.5244463 28 | lng: 46.55303989999999 29 | international_prefix: '00' 30 | ioc: KUW 31 | iso_long_name: The State of Kuwait 32 | iso_short_name: Kuwait 33 | languages_official: 34 | - ar 35 | languages_spoken: 36 | - ar 37 | national_destination_code_lengths: 38 | - 2 39 | national_number_lengths: 40 | - 7 41 | national_prefix: None 42 | nationality: Kuwaiti 43 | number: '414' 44 | postal_code: true 45 | postal_code_format: "\\d{5}" 46 | region: Asia 47 | start_of_week: sunday 48 | subregion: Western Asia 49 | un_locode: KW 50 | unofficial_names: 51 | - Kuwait 52 | - الكويت 53 | - Koweït 54 | - クウェート 55 | - Koeweit 56 | world_region: EMEA 57 | -------------------------------------------------------------------------------- /data/countries/KY.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | KY: 3 | alpha2: KY 4 | alpha3: CYM 5 | continent: North America 6 | country_code: '1' 7 | currency_code: KYD 8 | gec: CJ 9 | geo: 10 | latitude: 19.3133 11 | longitude: -81.2546 12 | max_latitude: 19.7616 13 | max_longitude: -79.7191 14 | min_latitude: 19.2538999 15 | min_longitude: -81.42940010000001 16 | bounds: 17 | northeast: 18 | lat: 19.7616 19 | lng: -79.7191 20 | southwest: 21 | lat: 19.2538999 22 | lng: -81.42940010000001 23 | international_prefix: '011' 24 | ioc: CAY 25 | iso_long_name: The Cayman Islands 26 | iso_short_name: Cayman Islands 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | nanp_prefix: '1345' 32 | national_destination_code_lengths: 33 | - 3 34 | national_number_lengths: 35 | - 10 36 | national_prefix: '1' 37 | nationality: Caymanian 38 | number: '136' 39 | postal_code: true 40 | postal_code_format: KY\d-\d{4} 41 | region: Americas 42 | start_of_week: monday 43 | subregion: Caribbean 44 | un_locode: KY 45 | unofficial_names: 46 | - Cayman Islands 47 | - Kaimaninseln 48 | - Îles Caïmans 49 | - Islas Caimán 50 | - ケイマン諸島 51 | - Caymaneilanden 52 | world_region: AMER 53 | -------------------------------------------------------------------------------- /data/countries/KZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | KZ: 3 | alpha2: KZ 4 | alpha3: KAZ 5 | continent: Asia 6 | country_code: '7' 7 | currency_code: KZT 8 | gec: KZ 9 | geo: 10 | latitude: 48.019573 11 | longitude: 66.923684 12 | max_latitude: 55.4419839 13 | max_longitude: 87.315415 14 | min_latitude: 40.5685841 15 | min_longitude: 46.493672 16 | bounds: 17 | northeast: 18 | lat: 55.4419839 19 | lng: 87.315415 20 | southwest: 21 | lat: 40.5685841 22 | lng: 46.493672 23 | international_prefix: '810' 24 | ioc: KAZ 25 | iso_long_name: The Republic of Kazakhstan 26 | iso_short_name: Kazakhstan 27 | languages_official: 28 | - kk 29 | - ru 30 | languages_spoken: 31 | - kk 32 | - ru 33 | national_destination_code_lengths: 34 | - 3 35 | national_number_lengths: 36 | - 10 37 | national_prefix: '8' 38 | nationality: Kazakhstani 39 | number: '398' 40 | postal_code: true 41 | postal_code_format: "\\d{6}" 42 | region: Asia 43 | start_of_week: monday 44 | subregion: Central Asia 45 | un_locode: KZ 46 | unofficial_names: 47 | - Kazakhstan 48 | - Kasachstan 49 | - Kazajistán 50 | - カザフスタン 51 | - Kazachstan 52 | world_region: EMEA 53 | -------------------------------------------------------------------------------- /data/countries/LA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | LA: 3 | alpha2: LA 4 | alpha3: LAO 5 | continent: Asia 6 | country_code: '856' 7 | currency_code: LAK 8 | gec: LA 9 | geo: 10 | latitude: 19.85627 11 | longitude: 102.495496 12 | max_latitude: 22.5090449 13 | max_longitude: 107.635094 14 | min_latitude: 13.9097198 15 | min_longitude: 100.0832139 16 | bounds: 17 | northeast: 18 | lat: 22.5090449 19 | lng: 107.635094 20 | southwest: 21 | lat: 13.9097198 22 | lng: 100.0832139 23 | international_prefix: '00' 24 | ioc: LAO 25 | iso_long_name: The Lao People's Democratic Republic 26 | iso_short_name: Lao People's Democratic Republic 27 | languages_official: 28 | - lo 29 | languages_spoken: 30 | - lo 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | national_prefix: '0' 36 | nationality: Laotian 37 | number: '418' 38 | postal_code: true 39 | postal_code_format: "\\d{5}" 40 | region: Asia 41 | start_of_week: monday 42 | subregion: South-Eastern Asia 43 | un_locode: LA 44 | unofficial_names: 45 | - Laos 46 | - ラオス人民民主共和国 47 | - Lao People s Democratic Republic 48 | world_region: APAC 49 | -------------------------------------------------------------------------------- /data/countries/LC.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | LC: 3 | alpha2: LC 4 | alpha3: LCA 5 | continent: North America 6 | country_code: '1' 7 | currency_code: XCD 8 | gec: ST 9 | geo: 10 | latitude: 13.909444 11 | longitude: -60.978893 12 | max_latitude: 14.1209277 13 | max_longitude: -60.85979460000001 14 | min_latitude: 13.7047779 15 | min_longitude: -61.0812378 16 | bounds: 17 | northeast: 18 | lat: 14.1209277 19 | lng: -60.85979460000001 20 | southwest: 21 | lat: 13.7047779 22 | lng: -61.0812378 23 | international_prefix: '011' 24 | ioc: LCA 25 | iso_long_name: Saint Lucia 26 | iso_short_name: Saint Lucia 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | nanp_prefix: '1758' 32 | national_destination_code_lengths: 33 | - 3 34 | national_number_lengths: 35 | - 10 36 | national_prefix: '1' 37 | nationality: Saint Lucian 38 | number: '662' 39 | postal_code: false 40 | region: Americas 41 | start_of_week: monday 42 | subregion: Caribbean 43 | un_locode: LC 44 | unofficial_names: 45 | - Saint Lucia 46 | - Saint-Lucie 47 | - Santa Lucía 48 | - セントルシア 49 | - St. Lucia 50 | - St Lucia 51 | world_region: AMER 52 | -------------------------------------------------------------------------------- /data/countries/LI.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | LI: 3 | alpha2: LI 4 | alpha3: LIE 5 | continent: Europe 6 | country_code: '423' 7 | currency_code: CHF 8 | eea_member: true 9 | esm_member: true 10 | euvat_member: false 11 | gec: LS 12 | geo: 13 | latitude: 47.166 14 | longitude: 9.555373 15 | max_latitude: 47.2705467 16 | max_longitude: 9.6356501 17 | min_latitude: 47.04828999999999 18 | min_longitude: 9.47162 19 | bounds: 20 | northeast: 21 | lat: 47.2705467 22 | lng: 9.6356501 23 | southwest: 24 | lat: 47.04828999999999 25 | lng: 9.47162 26 | international_prefix: '00' 27 | ioc: LIE 28 | iso_long_name: The Principality of Liechtenstein 29 | iso_short_name: Liechtenstein 30 | languages_official: 31 | - de 32 | languages_spoken: 33 | - de 34 | national_destination_code_lengths: 35 | - 2 36 | national_number_lengths: 37 | - 7 38 | national_prefix: None 39 | nationality: Liechtensteiner 40 | number: '438' 41 | postal_code: true 42 | postal_code_format: 948[5-9]|949[0-8] 43 | region: Europe 44 | start_of_week: monday 45 | subregion: Western Europe 46 | un_locode: LI 47 | unofficial_names: 48 | - Liechtenstein 49 | - リヒテンシュタイン 50 | world_region: EMEA 51 | -------------------------------------------------------------------------------- /data/countries/LK.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | LK: 3 | alpha2: LK 4 | alpha3: LKA 5 | continent: Asia 6 | country_code: '94' 7 | currency_code: LKR 8 | gec: CE 9 | geo: 10 | latitude: 7.873053999999999 11 | longitude: 80.77179699999999 12 | max_latitude: 10.03377 13 | max_longitude: 82.14479999999999 14 | min_latitude: 5.6816 15 | min_longitude: 79.26769999999999 16 | bounds: 17 | northeast: 18 | lat: 10.03377 19 | lng: 82.14479999999999 20 | southwest: 21 | lat: 5.6816 22 | lng: 79.26769999999999 23 | international_prefix: '00' 24 | ioc: SRI 25 | iso_long_name: The Democratic Socialist Republic of Sri Lanka 26 | iso_short_name: Sri Lanka 27 | languages_official: 28 | - si 29 | - ta 30 | languages_spoken: 31 | - si 32 | - ta 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 10 37 | national_prefix: '0' 38 | nationality: Sri Lankan 39 | number: '144' 40 | postal_code: true 41 | postal_code_format: "\\d{5}" 42 | region: Asia 43 | start_of_week: monday 44 | subregion: Southern Asia 45 | un_locode: LK 46 | unofficial_names: 47 | - Sri Lanka 48 | - スリランカ 49 | world_region: APAC 50 | -------------------------------------------------------------------------------- /data/countries/LR.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | LR: 3 | alpha2: LR 4 | alpha3: LBR 5 | continent: Africa 6 | country_code: '231' 7 | currency_code: LRD 8 | gec: LI 9 | geo: 10 | latitude: 6.428055 11 | longitude: -9.429499000000002 12 | max_latitude: 8.551986 13 | max_longitude: -7.3692549 14 | min_latitude: 4.269699999999999 15 | min_longitude: -11.5355999 16 | bounds: 17 | northeast: 18 | lat: 8.551986 19 | lng: -7.3692549 20 | southwest: 21 | lat: 4.269699999999999 22 | lng: -11.5355999 23 | international_prefix: '00' 24 | ioc: LBR 25 | iso_long_name: The Republic of Liberia 26 | iso_short_name: Liberia 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 6 35 | - 7 36 | - 8 37 | national_prefix: '22' 38 | nationality: Liberian 39 | number: '430' 40 | postal_code: true 41 | postal_code_format: "\\d{4}" 42 | region: Africa 43 | start_of_week: monday 44 | subregion: Western Africa 45 | un_locode: LR 46 | unofficial_names: 47 | - Liberia 48 | - リベリア 49 | world_region: EMEA 50 | -------------------------------------------------------------------------------- /data/countries/LS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | LS: 3 | alpha2: LS 4 | alpha3: LSO 5 | alt_currency: ZAR 6 | continent: Africa 7 | country_code: '266' 8 | currency_code: LSL 9 | gec: LT 10 | geo: 11 | latitude: -29.609988 12 | longitude: 28.233608 13 | max_latitude: -28.5708011 14 | max_longitude: 29.4557087 15 | min_latitude: -30.6755788 16 | min_longitude: 27.011231 17 | bounds: 18 | northeast: 19 | lat: -28.5708011 20 | lng: 29.4557087 21 | southwest: 22 | lat: -30.6755788 23 | lng: 27.011231 24 | international_prefix: '00' 25 | ioc: LES 26 | iso_long_name: The Kingdom of Lesotho 27 | iso_short_name: Lesotho 28 | languages_official: 29 | - en 30 | - st 31 | languages_spoken: 32 | - en 33 | - st 34 | national_destination_code_lengths: 35 | - 2 36 | national_number_lengths: 37 | - 8 38 | national_prefix: None 39 | nationality: Mosotho 40 | number: '426' 41 | postal_code: true 42 | postal_code_format: "\\d{3}" 43 | region: Africa 44 | start_of_week: monday 45 | subregion: Southern Africa 46 | un_locode: LS 47 | unofficial_names: 48 | - Lesotho 49 | - レソト 50 | world_region: EMEA 51 | -------------------------------------------------------------------------------- /data/countries/LY.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | LY: 3 | alpha2: LY 4 | alpha3: LBY 5 | continent: Africa 6 | country_code: '218' 7 | currency_code: LYD 8 | gec: LY 9 | geo: 10 | latitude: 26.3351 11 | longitude: 17.228331 12 | max_latitude: 33.2203 13 | max_longitude: 25.2686 14 | min_latitude: 19.5 15 | min_longitude: 9.391466 16 | bounds: 17 | northeast: 18 | lat: 33.2203 19 | lng: 25.2686 20 | southwest: 21 | lat: 19.5 22 | lng: 9.391466 23 | international_prefix: '00' 24 | ioc: LBA 25 | iso_long_name: The State of Libya 26 | iso_short_name: Libya 27 | languages_official: 28 | - ar 29 | languages_spoken: 30 | - ar 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | - 9 36 | national_prefix: '0' 37 | nationality: Libyan 38 | number: '434' 39 | postal_code: false 40 | region: Africa 41 | start_of_week: sunday 42 | subregion: Northern Africa 43 | un_locode: LY 44 | unofficial_names: 45 | - Libya 46 | - ليبيا 47 | - Libyen 48 | - Libye 49 | - Libia 50 | - リビア 51 | - Libië 52 | - Libyan Arab Jamahiriya 53 | world_region: EMEA 54 | -------------------------------------------------------------------------------- /data/countries/MA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MA: 3 | alpha2: MA 4 | alpha3: MAR 5 | continent: Africa 6 | country_code: '212' 7 | currency_code: MAD 8 | gec: MO 9 | geo: 10 | latitude: 31.791702 11 | longitude: -7.092619999999999 12 | max_latitude: 35.9344 13 | max_longitude: -0.9969759 14 | min_latitude: 27.6672693 15 | min_longitude: -13.3044001 16 | bounds: 17 | northeast: 18 | lat: 35.9344 19 | lng: -0.9969759 20 | southwest: 21 | lat: 27.6672693 22 | lng: -13.3044001 23 | international_prefix: '00' 24 | ioc: MAR 25 | iso_long_name: The Kingdom of Morocco 26 | iso_short_name: Morocco 27 | languages_official: 28 | - ar 29 | languages_spoken: 30 | - ar 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | national_prefix: '0' 36 | nationality: Moroccan 37 | number: '504' 38 | postal_code: true 39 | postal_code_format: "\\d{5}" 40 | region: Africa 41 | start_of_week: monday 42 | subregion: Northern Africa 43 | un_locode: MA 44 | unofficial_names: 45 | - Morocco 46 | - المغرب 47 | - Marokko 48 | - Maroc 49 | - Marruecos 50 | - モロッコ 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/MC.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MC: 3 | alpha2: MC 4 | alpha3: MCO 5 | continent: Europe 6 | country_code: '377' 7 | currency_code: EUR 8 | eu_member: false 9 | euvat_member: true 10 | gec: MN 11 | geo: 12 | latitude: 43.73841760000001 13 | longitude: 7.424615799999999 14 | max_latitude: 43.7519029 15 | max_longitude: 7.4426 16 | min_latitude: 43.7237999 17 | min_longitude: 7.4091049 18 | bounds: 19 | northeast: 20 | lat: 43.7519029 21 | lng: 7.4426 22 | southwest: 23 | lat: 43.7237999 24 | lng: 7.4091049 25 | international_prefix: '00' 26 | ioc: MON 27 | iso_long_name: The Principality of Monaco 28 | iso_short_name: Monaco 29 | languages_official: 30 | - fr 31 | languages_spoken: 32 | - fr 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 8 37 | - 9 38 | national_prefix: '0' 39 | nationality: Monegasque 40 | number: '492' 41 | postal_code: true 42 | postal_code_format: 980\d{2} 43 | region: Europe 44 | start_of_week: monday 45 | subregion: Western Europe 46 | un_locode: MC 47 | unofficial_names: 48 | - Monaco 49 | - Mónaco 50 | - モナコ 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/MD.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MD: 3 | alpha2: MD 4 | alpha3: MDA 5 | continent: Europe 6 | country_code: '373' 7 | currency_code: MDL 8 | gec: MD 9 | geo: 10 | latitude: 47.411631 11 | longitude: 28.369885 12 | max_latitude: 48.492029 13 | max_longitude: 30.1635898 14 | min_latitude: 45.4674379 15 | min_longitude: 26.6164248 16 | bounds: 17 | northeast: 18 | lat: 48.492029 19 | lng: 30.1635898 20 | southwest: 21 | lat: 45.4674379 22 | lng: 26.6164248 23 | international_prefix: '00' 24 | ioc: MDA 25 | iso_long_name: The Republic of Moldova 26 | iso_short_name: Moldova (Republic of) 27 | languages_official: 28 | - ro 29 | languages_spoken: 30 | - ro 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | national_prefix: '0' 36 | nationality: Moldovan 37 | number: '498' 38 | postal_code: true 39 | postal_code_format: "\\d{4}" 40 | region: Europe 41 | start_of_week: monday 42 | subregion: Eastern Europe 43 | un_locode: MD 44 | unofficial_names: 45 | - Moldova 46 | - Moldawien 47 | - Moldavie 48 | - Moldavia 49 | - the Republic of Moldova 50 | - モルドバ共和国 51 | - Moldavië 52 | world_region: EMEA 53 | -------------------------------------------------------------------------------- /data/countries/ME.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | ME: 3 | alpha2: ME 4 | alpha3: MNE 5 | continent: Europe 6 | country_code: '382' 7 | currency_code: EUR 8 | gec: MJ 9 | geo: 10 | latitude: 42.708678 11 | longitude: 19.37439 12 | max_latitude: 43.558743 13 | max_longitude: 20.352926 14 | min_latitude: 41.8297 15 | min_longitude: 18.4337921 16 | bounds: 17 | northeast: 18 | lat: 43.558743 19 | lng: 20.352926 20 | southwest: 21 | lat: 41.8297 22 | lng: 18.4337921 23 | international_prefix: '99' 24 | ioc: MNE 25 | iso_long_name: Montenegro 26 | iso_short_name: Montenegro 27 | languages_official: 28 | - sr 29 | - bs 30 | - sq 31 | - hr 32 | languages_spoken: 33 | - sr 34 | - bs 35 | - sq 36 | - hr 37 | national_destination_code_lengths: 38 | - 2 39 | national_number_lengths: 40 | - 8 41 | national_prefix: '0' 42 | nationality: Montenegrin 43 | number: '499' 44 | postal_code: true 45 | postal_code_format: 8\d{4} 46 | region: Europe 47 | start_of_week: monday 48 | subregion: Southern Europe 49 | un_locode: ME 50 | unofficial_names: 51 | - Crna Gora 52 | - Montenegro 53 | - モンテネグロ 54 | world_region: EMEA 55 | -------------------------------------------------------------------------------- /data/countries/MF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MF: 3 | alpha2: MF 4 | alpha3: MAF 5 | continent: North America 6 | country_code: '590' 7 | currency_code: EUR 8 | eu_member: true 9 | euvat_member: false 10 | gec: RN 11 | geo: 12 | latitude: 18.08255 13 | longitude: -63.05225100000001 14 | max_latitude: 18.1356001 15 | max_longitude: -62.9613001 16 | min_latitude: 18.0462883 17 | min_longitude: -63.1630001 18 | bounds: 19 | northeast: 20 | lat: 18.1356001 21 | lng: -62.9613001 22 | southwest: 23 | lat: 18.0462883 24 | lng: -63.1630001 25 | international_prefix: '' 26 | ioc: 27 | iso_long_name: The Collectivity of Saint-Martin 28 | iso_short_name: Saint Martin (French part) 29 | languages_official: 30 | - en 31 | - fr 32 | - nl 33 | languages_spoken: 34 | - en 35 | - fr 36 | - nl 37 | national_destination_code_lengths: [] 38 | national_number_lengths: [] 39 | national_prefix: '' 40 | nationality: French 41 | number: '663' 42 | postal_code: true 43 | postal_code_format: 9[78][01]\d{2} 44 | region: Americas 45 | start_of_week: monday 46 | subregion: Caribbean 47 | un_locode: MF 48 | unofficial_names: 49 | - Saint Martin 50 | - サン・マルタン(フランス領) 51 | - Saint-Martin 52 | world_region: AMER 53 | -------------------------------------------------------------------------------- /data/countries/MG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MG: 3 | alpha2: MG 4 | alpha3: MDG 5 | continent: Africa 6 | country_code: '261' 7 | currency_code: MGA 8 | gec: MA 9 | geo: 10 | latitude: -18.766947 11 | longitude: 46.869107 12 | max_latitude: -11.4369999 13 | max_longitude: 50.9985001 14 | min_latitude: -26.2146 15 | min_longitude: 42.7368 16 | bounds: 17 | northeast: 18 | lat: -11.4369999 19 | lng: 50.9985001 20 | southwest: 21 | lat: -26.2146 22 | lng: 42.7368 23 | international_prefix: '00' 24 | ioc: MAD 25 | iso_long_name: The Republic of Madagascar 26 | iso_short_name: Madagascar 27 | languages_official: 28 | - fr 29 | - mg 30 | languages_spoken: 31 | - fr 32 | - mg 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 9 37 | national_prefix: None 38 | nationality: Malagasy 39 | number: '450' 40 | postal_code: true 41 | postal_code_format: "\\d{3}" 42 | region: Africa 43 | start_of_week: monday 44 | subregion: Eastern Africa 45 | un_locode: MG 46 | unofficial_names: 47 | - Madagascar 48 | - Madagaskar 49 | - the Republic of Madagascar 50 | - マダガスカル 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/MH.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MH: 3 | alpha2: MH 4 | alpha3: MHL 5 | continent: Australia 6 | country_code: '692' 7 | currency_code: USD 8 | gec: RM 9 | geo: 10 | latitude: 7.131474 11 | longitude: 171.184478 12 | max_latitude: 15.0190749 13 | max_longitude: 172.5732421 14 | min_latitude: 4.1601583 15 | min_longitude: 159.8840332 16 | bounds: 17 | northeast: 18 | lat: 15.0190749 19 | lng: 172.5732421 20 | southwest: 21 | lat: 4.1601583 22 | lng: 159.8840332 23 | international_prefix: '00' 24 | ioc: MHL 25 | iso_long_name: The Republic of the Marshall Islands 26 | iso_short_name: Marshall Islands 27 | languages_official: 28 | - en 29 | - mh 30 | languages_spoken: 31 | - en 32 | - mh 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 7 37 | national_prefix: '1' 38 | nationality: Marshallese 39 | number: '584' 40 | postal_code: true 41 | postal_code_format: "(969[67]\\d)(?:[ \\-](\\d{4}))?" 42 | region: Oceania 43 | start_of_week: monday 44 | subregion: Micronesia 45 | un_locode: MH 46 | unofficial_names: 47 | - Marshall Islands 48 | - Marshallinseln 49 | - Îles Marshall 50 | - Islas Marshall 51 | - マーシャル諸島 52 | - Marshalleilanden 53 | world_region: APAC 54 | -------------------------------------------------------------------------------- /data/countries/ML.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | ML: 3 | alpha2: ML 4 | alpha3: MLI 5 | continent: Africa 6 | country_code: '223' 7 | currency_code: XOF 8 | gec: ML 9 | geo: 10 | latitude: 17.570692 11 | longitude: -3.996166 12 | max_latitude: 25.001084 13 | max_longitude: 4.267382599999999 14 | min_latitude: 10.147811 15 | min_longitude: -12.2403447 16 | bounds: 17 | northeast: 18 | lat: 25.001084 19 | lng: 4.267382599999999 20 | southwest: 21 | lat: 10.147811 22 | lng: -12.2403447 23 | international_prefix: '00' 24 | ioc: MLI 25 | iso_long_name: The Republic of Mali 26 | iso_short_name: Mali 27 | languages_official: 28 | - fr 29 | languages_spoken: 30 | - fr 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | national_prefix: '0' 36 | nationality: Malian 37 | number: '466' 38 | postal_code: false 39 | region: Africa 40 | start_of_week: monday 41 | subregion: Western Africa 42 | un_locode: ML 43 | unofficial_names: 44 | - Mali 45 | - マリ 46 | world_region: EMEA 47 | -------------------------------------------------------------------------------- /data/countries/MM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MM: 3 | alpha2: MM 4 | alpha3: MMR 5 | continent: Asia 6 | country_code: '95' 7 | currency_code: MMK 8 | gec: BM 9 | geo: 10 | latitude: 21.916221 11 | longitude: 95.955974 12 | max_latitude: 28.5478351 13 | max_longitude: 101.1702717 14 | min_latitude: 9.4518 15 | min_longitude: 92.171808 16 | bounds: 17 | northeast: 18 | lat: 28.5478351 19 | lng: 101.1702717 20 | southwest: 21 | lat: 9.4518 22 | lng: 92.171808 23 | international_prefix: '00' 24 | ioc: MYA 25 | iso_long_name: The Republic of the Union of Myanmar 26 | iso_short_name: Myanmar 27 | languages_official: 28 | - my 29 | languages_spoken: 30 | - my 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | - 8 36 | national_prefix: None 37 | nationality: Myanmarian 38 | number: '104' 39 | postal_code: true 40 | postal_code_format: "\\d{5}" 41 | region: Asia 42 | start_of_week: monday 43 | subregion: South-Eastern Asia 44 | un_locode: MM 45 | unofficial_names: 46 | - Myanmar (Burma) 47 | - ミャンマー 48 | world_region: APAC 49 | -------------------------------------------------------------------------------- /data/countries/MN.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MN: 3 | alpha2: MN 4 | alpha3: MNG 5 | continent: Asia 6 | country_code: '976' 7 | currency_code: MNT 8 | gec: MG 9 | geo: 10 | latitude: 46.862496 11 | longitude: 103.846656 12 | max_latitude: 52.148355 13 | max_longitude: 119.9315098 14 | min_latitude: 41.581833 15 | min_longitude: 87.7344789 16 | bounds: 17 | northeast: 18 | lat: 52.148355 19 | lng: 119.9315098 20 | southwest: 21 | lat: 41.581833 22 | lng: 87.7344789 23 | international_prefix: '001' 24 | ioc: MGL 25 | iso_long_name: Mongolia 26 | iso_short_name: Mongolia 27 | languages_official: 28 | - mn 29 | languages_spoken: 30 | - mn 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | - 8 36 | - 9 37 | - 10 38 | national_prefix: '0' 39 | nationality: Mongolian 40 | number: '496' 41 | postal_code: true 42 | postal_code_format: "\\d{5}" 43 | region: Asia 44 | start_of_week: monday 45 | subregion: Eastern Asia 46 | un_locode: MN 47 | unofficial_names: 48 | - Mongolia 49 | - Mongolei 50 | - Mongolie 51 | - モンゴル 52 | - Mongolië 53 | world_region: APAC 54 | -------------------------------------------------------------------------------- /data/countries/MO.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MO: 3 | alpha2: MO 4 | alpha3: MAC 5 | continent: Asia 6 | country_code: '853' 7 | currency_code: MOP 8 | gec: MC 9 | geo: 10 | latitude: 22.198745 11 | longitude: 113.543873 12 | max_latitude: 22.2170639 13 | max_longitude: 113.6127001 14 | min_latitude: 22.1066001 15 | min_longitude: 113.5276053 16 | bounds: 17 | northeast: 18 | lat: 22.2170639 19 | lng: 113.6127001 20 | southwest: 21 | lat: 22.1066001 22 | lng: 113.5276053 23 | international_prefix: '00' 24 | ioc: 25 | iso_long_name: The Macao Special Administrative Region of China 26 | iso_short_name: Macao 27 | languages_official: 28 | - zh 29 | - pt 30 | languages_spoken: 31 | - zh 32 | - pt 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 8 37 | national_prefix: '0' 38 | nationality: Chinese 39 | number: '446' 40 | postal_code: false 41 | region: Asia 42 | start_of_week: monday 43 | subregion: Eastern Asia 44 | un_locode: MO 45 | unofficial_names: 46 | - Macao 47 | - Macau 48 | - マカオ 49 | world_region: APAC 50 | -------------------------------------------------------------------------------- /data/countries/MQ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MQ: 3 | alpha2: MQ 4 | alpha3: MTQ 5 | continent: North America 6 | country_code: '596' 7 | currency_code: EUR 8 | eu_member: true 9 | euvat_member: false 10 | gec: MB 11 | geo: 12 | latitude: 14.641528 13 | longitude: -61.024174 14 | max_latitude: 14.8973451 15 | max_longitude: -60.7856368 16 | min_latitude: 14.370834 17 | min_longitude: -61.24191279999999 18 | bounds: 19 | northeast: 20 | lat: 14.8973451 21 | lng: -60.7856368 22 | southwest: 23 | lat: 14.370834 24 | lng: -61.24191279999999 25 | international_prefix: '00' 26 | ioc: 27 | iso_long_name: Martinique 28 | iso_short_name: Martinique 29 | languages_official: 30 | - fr 31 | languages_spoken: 32 | - fr 33 | national_destination_code_lengths: 34 | - 3 35 | national_number_lengths: 36 | - 10 37 | national_prefix: None 38 | nationality: French 39 | number: '474' 40 | postal_code: true 41 | postal_code_format: 9[78]2\d{2} 42 | region: Americas 43 | start_of_week: monday 44 | subregion: Caribbean 45 | un_locode: MQ 46 | unofficial_names: 47 | - Martinique 48 | - Martinica 49 | - マルティニーク 50 | world_region: AMER 51 | -------------------------------------------------------------------------------- /data/countries/MR.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MR: 3 | alpha2: MR 4 | alpha3: MRT 5 | continent: Africa 6 | country_code: '222' 7 | currency_code: MRU 8 | gec: MR 9 | geo: 10 | latitude: 21.00789 11 | longitude: -10.940835 12 | max_latitude: 27.3158916 13 | max_longitude: -4.833334799999999 14 | min_latitude: 14.721273 15 | min_longitude: -17.0687276 16 | bounds: 17 | northeast: 18 | lat: 27.3158916 19 | lng: -4.833334799999999 20 | southwest: 21 | lat: 14.721273 22 | lng: -17.0687276 23 | international_prefix: '00' 24 | ioc: MTN 25 | iso_long_name: The Islamic Republic of Mauritania 26 | iso_short_name: Mauritania 27 | languages_official: 28 | - ar 29 | - fr 30 | languages_spoken: 31 | - ar 32 | - fr 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 7 37 | national_prefix: '0' 38 | nationality: Mauritanian 39 | number: '478' 40 | postal_code: false 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Western Africa 44 | un_locode: MR 45 | unofficial_names: 46 | - Mauritania 47 | - موريتانيا 48 | - Mauretanien 49 | - Mauritanie 50 | - モーリタニア 51 | - Mauritanië 52 | world_region: EMEA 53 | -------------------------------------------------------------------------------- /data/countries/MS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MS: 3 | alpha2: MS 4 | alpha3: MSR 5 | continent: North America 6 | country_code: '1' 7 | currency_code: XCD 8 | gec: MH 9 | geo: 10 | latitude: 16.742498 11 | longitude: -62.187366 12 | max_latitude: 16.8260672 13 | max_longitude: -62.14262009999999 14 | min_latitude: 16.671007 15 | min_longitude: -62.242584 16 | bounds: 17 | northeast: 18 | lat: 16.8260672 19 | lng: -62.14262009999999 20 | southwest: 21 | lat: 16.671007 22 | lng: -62.242584 23 | international_prefix: '011' 24 | ioc: 25 | iso_long_name: Montserrat 26 | iso_short_name: Montserrat 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | nanp_prefix: '1664' 32 | national_destination_code_lengths: 33 | - 3 34 | national_number_lengths: 35 | - 10 36 | national_prefix: '1' 37 | nationality: Montserratian 38 | number: '500' 39 | postal_code: false 40 | region: Americas 41 | start_of_week: monday 42 | subregion: Caribbean 43 | un_locode: MS 44 | unofficial_names: 45 | - Montserrat 46 | - モントセラト 47 | world_region: EMEA 48 | -------------------------------------------------------------------------------- /data/countries/MU.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MU: 3 | alpha2: MU 4 | alpha3: MUS 5 | continent: Africa 6 | country_code: '230' 7 | currency_code: MUR 8 | gec: MP 9 | geo: 10 | latitude: -20.348404 11 | longitude: 57.55215200000001 12 | max_latitude: -10.0878538 13 | max_longitude: 63.80859390000001 14 | min_latitude: -20.7458403 15 | min_longitude: 56.3159179 16 | bounds: 17 | northeast: 18 | lat: -10.0878538 19 | lng: 63.80859390000001 20 | southwest: 21 | lat: -20.7458403 22 | lng: 56.3159179 23 | international_prefix: '020' 24 | ioc: MRI 25 | iso_long_name: The Republic of Mauritius 26 | iso_short_name: Mauritius 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | national_prefix: None 36 | nationality: Mauritian 37 | number: '480' 38 | postal_code: true 39 | postal_code_format: "\\d{3}(?:\\d{2}|[A-Z]{2}\\d{3})" 40 | region: Africa 41 | start_of_week: monday 42 | subregion: Eastern Africa 43 | un_locode: MU 44 | unofficial_names: 45 | - Mauritius 46 | - Île Maurice 47 | - Mauricio 48 | - モーリシャス 49 | world_region: EMEA 50 | -------------------------------------------------------------------------------- /data/countries/MV.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MV: 3 | alpha2: MV 4 | alpha3: MDV 5 | continent: Asia 6 | country_code: '960' 7 | currency_code: MVR 8 | gec: MV 9 | geo: 10 | latitude: 3.202778 11 | longitude: 73.22068 12 | max_latitude: 7.5149809 13 | max_longitude: 74.7290038 14 | min_latitude: -1.2907844 15 | min_longitude: 71.75170899999999 16 | bounds: 17 | northeast: 18 | lat: 7.5149809 19 | lng: 74.7290038 20 | southwest: 21 | lat: -1.2907844 22 | lng: 71.75170899999999 23 | international_prefix: '00' 24 | ioc: MDV 25 | iso_long_name: The Republic of Maldives 26 | iso_short_name: Maldives 27 | languages_official: 28 | - dv 29 | languages_spoken: 30 | - dv 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | national_prefix: None 36 | nationality: Maldivan 37 | number: '462' 38 | postal_code: true 39 | postal_code_format: "\\d{5}" 40 | region: Asia 41 | start_of_week: sunday 42 | subregion: Southern Asia 43 | un_locode: MV 44 | unofficial_names: 45 | - Maldives 46 | - Malediven 47 | - Maldivas 48 | - モルディブ 49 | - Maldiven 50 | world_region: APAC 51 | -------------------------------------------------------------------------------- /data/countries/MW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MW: 3 | alpha2: MW 4 | alpha3: MWI 5 | continent: Africa 6 | country_code: '265' 7 | currency_code: MWK 8 | gec: MI 9 | geo: 10 | latitude: -13.254308 11 | longitude: 34.301525 12 | max_latitude: -9.3672272 13 | max_longitude: 35.91857299999999 14 | min_latitude: -17.1295216 15 | min_longitude: 32.6725205 16 | bounds: 17 | northeast: 18 | lat: -9.3672272 19 | lng: 35.91857299999999 20 | southwest: 21 | lat: -17.1295216 22 | lng: 32.6725205 23 | international_prefix: '00' 24 | ioc: MAW 25 | iso_long_name: The Republic of Malawi 26 | iso_short_name: Malawi 27 | languages_official: 28 | - en 29 | - ny 30 | languages_spoken: 31 | - en 32 | - ny 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 8 37 | national_prefix: None 38 | nationality: Malawian 39 | number: '454' 40 | postal_code: false 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Eastern Africa 44 | un_locode: MW 45 | unofficial_names: 46 | - Malawi 47 | - マラウイ 48 | world_region: EMEA 49 | -------------------------------------------------------------------------------- /data/countries/MY.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MY: 3 | alpha2: MY 4 | alpha3: MYS 5 | continent: Asia 6 | country_code: '60' 7 | currency_code: MYR 8 | gec: MY 9 | geo: 10 | latitude: 4.210484 11 | longitude: 101.975766 12 | max_latitude: 7.5191 13 | max_longitude: 119.4000001 14 | min_latitude: 0.8539281000000001 15 | min_longitude: 98.9353999 16 | bounds: 17 | northeast: 18 | lat: 7.5191 19 | lng: 119.4000001 20 | southwest: 21 | lat: 0.8539281000000001 22 | lng: 98.9353999 23 | international_prefix: '00' 24 | ioc: MAS 25 | iso_long_name: Malaysia 26 | iso_short_name: Malaysia 27 | languages_official: 28 | - ms 29 | - en 30 | languages_spoken: 31 | - ms 32 | - en 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 9 37 | - 10 38 | national_prefix: '0' 39 | nationality: Malaysian 40 | number: '458' 41 | postal_code: true 42 | postal_code_format: "\\d{5}" 43 | region: Asia 44 | start_of_week: sunday 45 | subregion: South-Eastern Asia 46 | un_locode: MY 47 | unofficial_names: 48 | - Malaysia 49 | - Malaisie 50 | - Malasia 51 | - マレーシア 52 | - Maleisië 53 | world_region: APAC 54 | -------------------------------------------------------------------------------- /data/countries/MZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | MZ: 3 | alpha2: MZ 4 | alpha3: MOZ 5 | continent: Africa 6 | country_code: '258' 7 | currency_code: MZN 8 | gec: MZ 9 | geo: 10 | latitude: -18.665695 11 | longitude: 35.529562 12 | max_latitude: -10.3128929 13 | max_longitude: 41.3965 14 | min_latitude: -26.9612 15 | min_longitude: 30.2155501 16 | bounds: 17 | northeast: 18 | lat: -10.3128929 19 | lng: 41.3965 20 | southwest: 21 | lat: -26.9612 22 | lng: 30.2155501 23 | international_prefix: '00' 24 | ioc: MOZ 25 | iso_long_name: The Republic of Mozambique 26 | iso_short_name: Mozambique 27 | languages_official: 28 | - pt 29 | languages_spoken: 30 | - pt 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | - 9 36 | national_prefix: '0' 37 | nationality: Mozambican 38 | number: '508' 39 | postal_code: true 40 | postal_code_format: "\\d{4}" 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Eastern Africa 44 | un_locode: MZ 45 | unofficial_names: 46 | - Mozambique 47 | - Mosambik 48 | - モザンビーク 49 | world_region: EMEA 50 | -------------------------------------------------------------------------------- /data/countries/NA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | NA: 3 | alpha2: NA 4 | alpha3: NAM 5 | alt_currency: ZAR 6 | continent: Africa 7 | country_code: '264' 8 | currency_code: NAD 9 | gec: WA 10 | geo: 11 | latitude: -22.95764 12 | longitude: 18.49041 13 | max_latitude: -16.9634849 14 | max_longitude: 25.261752 15 | min_latitude: -28.97063889999999 16 | min_longitude: 11.4696999 17 | bounds: 18 | northeast: 19 | lat: -16.9634849 20 | lng: 25.261752 21 | southwest: 22 | lat: -28.97063889999999 23 | lng: 11.4696999 24 | international_prefix: '00' 25 | ioc: NAM 26 | iso_long_name: The Republic of Namibia 27 | iso_short_name: Namibia 28 | languages_official: 29 | - en 30 | - af 31 | languages_spoken: 32 | - en 33 | - af 34 | national_destination_code_lengths: 35 | - 2 36 | national_number_lengths: 37 | - 6 38 | - 7 39 | national_prefix: '0' 40 | nationality: Namibian 41 | number: '516' 42 | postal_code: true 43 | postal_code_format: "\\d{5}" 44 | region: Africa 45 | start_of_week: monday 46 | subregion: Southern Africa 47 | un_locode: NA 48 | unofficial_names: 49 | - Namibia 50 | - Namibie 51 | - ナミビア 52 | - Namibië 53 | world_region: EMEA 54 | -------------------------------------------------------------------------------- /data/countries/NC.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | NC: 3 | alpha2: NC 4 | alpha3: NCL 5 | continent: Australia 6 | country_code: '687' 7 | currency_code: XPF 8 | gec: NC 9 | geo: 10 | latitude: -20.904305 11 | longitude: 165.618042 12 | max_latitude: -19.1607355 13 | max_longitude: 168.3325194 14 | min_latitude: -23.2514406 15 | min_longitude: 163.3557129 16 | bounds: 17 | northeast: 18 | lat: -19.1607355 19 | lng: 168.3325194 20 | southwest: 21 | lat: -23.2514406 22 | lng: 163.3557129 23 | international_prefix: '00' 24 | ioc: 25 | iso_long_name: New Caledonia 26 | iso_short_name: New Caledonia 27 | languages_official: 28 | - fr 29 | languages_spoken: 30 | - fr 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 6 35 | national_prefix: None 36 | nationality: New Caledonian 37 | number: '540' 38 | postal_code: true 39 | postal_code_format: 988\d{2} 40 | region: Oceania 41 | start_of_week: monday 42 | subregion: Melanesia 43 | un_locode: NC 44 | unofficial_names: 45 | - New Caledonia 46 | - Neukaledonien 47 | - Nouvelle-Calédonie 48 | - Nueva Caledonia 49 | - ニューカレドニア 50 | - Nieuw-Caledonië 51 | world_region: APAC 52 | -------------------------------------------------------------------------------- /data/countries/NE.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | NE: 3 | alpha2: NE 4 | alpha3: NER 5 | continent: Africa 6 | country_code: '227' 7 | currency_code: XOF 8 | gec: NG 9 | geo: 10 | latitude: 17.607789 11 | longitude: 8.081666 12 | max_latitude: 23.4999997 13 | max_longitude: 15.9990339 14 | min_latitude: 11.693756 15 | min_longitude: 0.1617177 16 | bounds: 17 | northeast: 18 | lat: 23.4999997 19 | lng: 15.9990339 20 | southwest: 21 | lat: 11.693756 22 | lng: 0.1617177 23 | international_prefix: '00' 24 | ioc: NIG 25 | iso_long_name: The Republic of the Niger 26 | iso_short_name: Niger 27 | languages_official: 28 | - fr 29 | languages_spoken: 30 | - fr 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | national_prefix: '0' 36 | nationality: Nigerian 37 | number: '562' 38 | postal_code: true 39 | postal_code_format: "\\d{4}" 40 | region: Africa 41 | start_of_week: monday 42 | subregion: Western Africa 43 | un_locode: NE 44 | unofficial_names: 45 | - Niger 46 | - Níger 47 | - ニジェール 48 | world_region: EMEA 49 | -------------------------------------------------------------------------------- /data/countries/NF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | NF: 3 | alpha2: NF 4 | alpha3: NFK 5 | continent: Australia 6 | country_code: '672' 7 | currency_code: AUD 8 | gec: NF 9 | geo: 10 | latitude: -29.040835 11 | longitude: 167.954712 12 | max_latitude: -28.9929014 13 | max_longitude: 167.9985523 14 | min_latitude: -29.137506 15 | min_longitude: 167.9134083 16 | bounds: 17 | northeast: 18 | lat: -28.9929014 19 | lng: 167.9985523 20 | southwest: 21 | lat: -29.137506 22 | lng: 167.9134083 23 | international_prefix: '00' 24 | ioc: 25 | iso_long_name: The Territory of Norfolk Island 26 | iso_short_name: Norfolk Island 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 6 35 | national_prefix: None 36 | nationality: Norfolk Islander 37 | number: '574' 38 | postal_code: true 39 | postal_code_format: '2899' 40 | region: Oceania 41 | start_of_week: monday 42 | subregion: Australia and New Zealand 43 | un_locode: NF 44 | unofficial_names: 45 | - Norfolk Island 46 | - Norfolkinsel 47 | - Île de Norfolk 48 | - Isla de Norfolk 49 | - ノーフォーク島 50 | - Norfolkeiland 51 | world_region: APAC 52 | -------------------------------------------------------------------------------- /data/countries/NG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | NG: 3 | alpha2: NG 4 | alpha3: NGA 5 | continent: Africa 6 | country_code: '234' 7 | currency_code: NGN 8 | gec: NI 9 | geo: 10 | latitude: 9.081999 11 | longitude: 8.675277 12 | max_latitude: 13.8856449 13 | max_longitude: 14.677982 14 | min_latitude: 4.1821001 15 | min_longitude: 2.676932 16 | bounds: 17 | northeast: 18 | lat: 13.8856449 19 | lng: 14.677982 20 | southwest: 21 | lat: 4.1821001 22 | lng: 2.676932 23 | international_prefix: '009' 24 | ioc: NGR 25 | iso_long_name: The Federal Republic of Nigeria 26 | iso_short_name: Nigeria 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | - 8 36 | national_prefix: '0' 37 | nationality: Nigerian 38 | number: '566' 39 | postal_code: true 40 | postal_code_format: "\\d{6}" 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Western Africa 44 | un_locode: NG 45 | unofficial_names: 46 | - Nigeria 47 | - Nigéria 48 | - the Federal Republic of Nigeria 49 | - ナイジェリア 50 | vat_rates: 51 | standard: 5 52 | reduced: [] 53 | super_reduced: 54 | parking: 55 | world_region: EMEA 56 | -------------------------------------------------------------------------------- /data/countries/NI.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | NI: 3 | alpha2: NI 4 | alpha3: NIC 5 | continent: North America 6 | country_code: '505' 7 | currency_code: NIO 8 | gec: NU 9 | geo: 10 | latitude: 12.865416 11 | longitude: -85.207229 12 | max_latitude: 15.0297369 13 | max_longitude: -82.2766 14 | min_latitude: 10.7080549 15 | min_longitude: -87.7588 16 | bounds: 17 | northeast: 18 | lat: 15.0297369 19 | lng: -82.2766 20 | southwest: 21 | lat: 10.7080549 22 | lng: -87.7588 23 | international_prefix: '00' 24 | ioc: NCA 25 | iso_long_name: The Republic of Nicaragua 26 | iso_short_name: Nicaragua 27 | languages_official: 28 | - es 29 | languages_spoken: 30 | - es 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | national_prefix: None 36 | nationality: Nicaraguan 37 | number: '558' 38 | postal_code: true 39 | postal_code_format: "\\d{5}" 40 | region: Americas 41 | start_of_week: monday 42 | subregion: Central America 43 | un_locode: NI 44 | unofficial_names: 45 | - Nicaragua 46 | - ニカラグア 47 | world_region: AMER 48 | -------------------------------------------------------------------------------- /data/countries/NR.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | NR: 3 | alpha2: NR 4 | alpha3: NRU 5 | continent: Australia 6 | country_code: '674' 7 | currency_code: AUD 8 | gec: NR 9 | geo: 10 | latitude: -0.522778 11 | longitude: 166.931503 12 | max_latitude: -0.4978976000000001 13 | max_longitude: 166.9631767 14 | min_latitude: -0.5580623 15 | min_longitude: 166.9071293 16 | bounds: 17 | northeast: 18 | lat: -0.4978976000000001 19 | lng: 166.9631767 20 | southwest: 21 | lat: -0.5580623 22 | lng: 166.9071293 23 | international_prefix: '00' 24 | ioc: NRU 25 | iso_long_name: The Republic of Nauru 26 | iso_short_name: Nauru 27 | languages_official: 28 | - en 29 | - na 30 | languages_spoken: 31 | - en 32 | - na 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 7 37 | national_prefix: '0' 38 | nationality: Nauruan 39 | number: '520' 40 | postal_code: false 41 | region: Oceania 42 | start_of_week: monday 43 | subregion: Micronesia 44 | un_locode: NR 45 | unofficial_names: 46 | - Nauru 47 | - ナウル 48 | world_region: APAC 49 | -------------------------------------------------------------------------------- /data/countries/NU.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | NU: 3 | alpha2: NU 4 | alpha3: NIU 5 | continent: Australia 6 | country_code: '683' 7 | currency_code: NZD 8 | gec: NE 9 | geo: 10 | latitude: -19.054445 11 | longitude: -169.867233 12 | max_latitude: -18.952625 13 | max_longitude: -169.7743248 14 | min_latitude: -19.1555668 15 | min_longitude: -169.9500846 16 | bounds: 17 | northeast: 18 | lat: -18.952625 19 | lng: -169.7743248 20 | southwest: 21 | lat: -19.1555668 22 | lng: -169.9500846 23 | international_prefix: '00' 24 | ioc: 25 | iso_long_name: Niue 26 | iso_short_name: Niue 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 4 35 | national_prefix: None 36 | nationality: Niuean 37 | number: '570' 38 | postal_code: false 39 | region: Oceania 40 | start_of_week: monday 41 | subregion: Polynesia 42 | un_locode: NU 43 | unofficial_names: 44 | - Niue 45 | - ニウエ 46 | world_region: APAC 47 | -------------------------------------------------------------------------------- /data/countries/OM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | OM: 3 | address_format: |- 4 | {{recipient}} 5 | {{street}} 6 | {{postalcode}} {{city}} 7 | {{region}} 8 | {{country}} 9 | alpha2: OM 10 | alpha3: OMN 11 | continent: Asia 12 | country_code: '968' 13 | currency_code: OMR 14 | gec: MU 15 | geo: 16 | latitude: 21.4735329 17 | longitude: 55.975413 18 | max_latitude: 26.4361001 19 | max_longitude: 60.30399999999999 20 | min_latitude: 16.4571999 21 | min_longitude: 52.0000019 22 | bounds: 23 | northeast: 24 | lat: 26.4361001 25 | lng: 60.30399999999999 26 | southwest: 27 | lat: 16.4571999 28 | lng: 52.0000019 29 | international_prefix: '00' 30 | ioc: OMA 31 | iso_long_name: The Sultanate of Oman 32 | iso_short_name: Oman 33 | languages_official: 34 | - ar 35 | languages_spoken: 36 | - ar 37 | national_destination_code_lengths: 38 | - 2 39 | national_number_lengths: 40 | - 8 41 | national_prefix: None 42 | nationality: Omani 43 | number: '512' 44 | postal_code: true 45 | postal_code_format: "(?:PC )?\\d{3}" 46 | region: Asia 47 | start_of_week: sunday 48 | subregion: Western Asia 49 | un_locode: OM 50 | unofficial_names: 51 | - Oman 52 | - عمان 53 | - Omán 54 | - オマーン 55 | world_region: EMEA 56 | -------------------------------------------------------------------------------- /data/countries/PA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | PA: 3 | alpha2: PA 4 | alpha3: PAN 5 | alt_currency: USD 6 | continent: North America 7 | country_code: '507' 8 | currency_code: PAB 9 | gec: PM 10 | geo: 11 | latitude: 8.537981 12 | longitude: -80.782127 13 | max_latitude: 9.7145001 14 | max_longitude: -77.1584879 15 | min_latitude: 7.0409 16 | min_longitude: -83.05224109999999 17 | bounds: 18 | northeast: 19 | lat: 9.7145001 20 | lng: -77.1584879 21 | southwest: 22 | lat: 7.0409 23 | lng: -83.05224109999999 24 | international_prefix: '00' 25 | ioc: PAN 26 | iso_long_name: The Republic of Panamá 27 | iso_short_name: Panama 28 | languages_official: 29 | - es 30 | languages_spoken: 31 | - es 32 | national_destination_code_lengths: 33 | - 2 34 | national_number_lengths: 35 | - 7 36 | national_prefix: None 37 | nationality: Panamanian 38 | number: '591' 39 | postal_code: false 40 | region: Americas 41 | start_of_week: monday 42 | subregion: Central America 43 | un_locode: PA 44 | unofficial_names: 45 | - Panama 46 | - Panamá 47 | - パナマ 48 | world_region: AMER 49 | -------------------------------------------------------------------------------- /data/countries/PE.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | PE: 3 | alpha2: PE 4 | alpha3: PER 5 | continent: South America 6 | country_code: '51' 7 | currency_code: PEN 8 | gec: PE 9 | geo: 10 | latitude: -9.189967 11 | longitude: -75.015152 12 | max_latitude: -0.0387769 13 | max_longitude: -68.65232879999999 14 | min_latitude: -18.4483 15 | min_longitude: -81.3867001 16 | bounds: 17 | northeast: 18 | lat: -0.0387769 19 | lng: -68.65232879999999 20 | southwest: 21 | lat: -18.4483 22 | lng: -81.3867001 23 | international_prefix: '00' 24 | ioc: PER 25 | iso_long_name: The Republic of Perú 26 | iso_short_name: Peru 27 | languages_official: 28 | - es 29 | languages_spoken: 30 | - es 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | - 9 36 | national_prefix: '0' 37 | nationality: Peruvian 38 | number: '604' 39 | postal_code: true 40 | postal_code_format: "(?:LIMA \\d{1,2}|CALLAO 0?\\d)|[0-2]\\d{4}" 41 | region: Americas 42 | start_of_week: monday 43 | subregion: South America 44 | un_locode: PE 45 | unofficial_names: 46 | - Peru 47 | - Pérou 48 | - Perú 49 | - ペルー 50 | world_region: AMER 51 | -------------------------------------------------------------------------------- /data/countries/PF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | PF: 3 | alpha2: PF 4 | alpha3: PYF 5 | continent: Australia 6 | country_code: '689' 7 | currency_code: XPF 8 | gec: FP 9 | geo: 10 | latitude: -17.679742 11 | longitude: -149.406843 12 | max_latitude: -6.4682 13 | max_longitude: -134.0551932 14 | min_latitude: -28.61346 15 | min_longitude: -155.125483 16 | bounds: 17 | northeast: 18 | lat: -6.4682 19 | lng: -134.0551932 20 | southwest: 21 | lat: -28.61346 22 | lng: -155.125483 23 | international_prefix: '00' 24 | ioc: 25 | iso_long_name: French Polynesia 26 | iso_short_name: French Polynesia 27 | languages_official: 28 | - fr 29 | languages_spoken: 30 | - fr 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 6 35 | national_prefix: None 36 | nationality: French Polynesian 37 | number: '258' 38 | postal_code: true 39 | postal_code_format: 987\d{2} 40 | region: Oceania 41 | start_of_week: monday 42 | subregion: Polynesia 43 | un_locode: PF 44 | unofficial_names: 45 | - French Polynesia 46 | - Französisch-Polynesien 47 | - Polynésie Française 48 | - Polinesia Francesa 49 | - フランス領ポリネシア 50 | - Frans-Polynesië 51 | world_region: APAC 52 | -------------------------------------------------------------------------------- /data/countries/PG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | PG: 3 | alpha2: PG 4 | alpha3: PNG 5 | continent: Australia 6 | country_code: '675' 7 | currency_code: PGK 8 | gec: PP 9 | geo: 10 | latitude: -6.314992999999999 11 | longitude: 143.95555 12 | max_latitude: -0.6702 13 | max_longitude: 159.9609001 14 | min_latitude: -12.0823 15 | min_longitude: 140.8419695 16 | bounds: 17 | northeast: 18 | lat: -0.6702 19 | lng: 159.9609001 20 | southwest: 21 | lat: -12.0823 22 | lng: 140.8419695 23 | international_prefix: '05' 24 | ioc: PNG 25 | iso_long_name: The Independent State of Papua New Guinea 26 | iso_short_name: Papua New Guinea 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | national_prefix: None 36 | nationality: Papua New Guinean 37 | number: '598' 38 | postal_code: true 39 | postal_code_format: "\\d{3}" 40 | region: Oceania 41 | start_of_week: monday 42 | subregion: Melanesia 43 | un_locode: PG 44 | unofficial_names: 45 | - Papua New Guinea 46 | - Papua-Neuguinea 47 | - Papouasie Nouvelle-Guinée 48 | - Papúa Nueva Guinea 49 | - パプアニューギニア 50 | - Papoea-Nieuw-Guinea 51 | world_region: APAC 52 | -------------------------------------------------------------------------------- /data/countries/PK.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | PK: 3 | alpha2: PK 4 | alpha3: PAK 5 | continent: Asia 6 | country_code: '92' 7 | currency_code: PKR 8 | gec: PK 9 | geo: 10 | latitude: 30.375321 11 | longitude: 69.34511599999999 12 | max_latitude: 37.0841069 13 | max_longitude: 77.8231711 14 | min_latitude: 23.6344999 15 | min_longitude: 60.8729721 16 | bounds: 17 | northeast: 18 | lat: 37.0841069 19 | lng: 77.8231711 20 | southwest: 21 | lat: 23.6344999 22 | lng: 60.8729721 23 | international_prefix: '00' 24 | ioc: PAK 25 | iso_long_name: The Islamic Republic of Pakistan 26 | iso_short_name: Pakistan 27 | languages_official: 28 | - en 29 | - ur 30 | languages_spoken: 31 | - en 32 | - ur 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 9 37 | - 10 38 | national_prefix: '0' 39 | nationality: Pakistani 40 | number: '586' 41 | postal_code: true 42 | postal_code_format: "\\d{5}" 43 | region: Asia 44 | start_of_week: monday 45 | subregion: Southern Asia 46 | un_locode: PK 47 | unofficial_names: 48 | - Pakistan 49 | - Paquistán 50 | - パキスタン 51 | world_region: APAC 52 | -------------------------------------------------------------------------------- /data/countries/PN.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | PN: 3 | alpha2: PN 4 | alpha3: PCN 5 | continent: Australia 6 | country_code: '64' 7 | currency_code: NZD 8 | gec: PC 9 | geo: 10 | latitude: -24.3767537 11 | longitude: -128.3242376 12 | max_latitude: -23.7928845 13 | max_longitude: -124.5410156 14 | min_latitude: -25.1776023 15 | min_longitude: -130.9268188 16 | bounds: 17 | northeast: 18 | lat: -23.7928845 19 | lng: -124.5410156 20 | southwest: 21 | lat: -25.1776023 22 | lng: -130.9268188 23 | international_prefix: '00' 24 | ioc: 25 | iso_long_name: The Pitcairn, Henderson, Ducie and Oeno Islands 26 | iso_short_name: Pitcairn 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: [] 32 | national_number_lengths: 33 | - 9 34 | national_prefix: '0' 35 | nationality: Pitcairn Islander 36 | number: '612' 37 | postal_code: true 38 | postal_code_format: PCRN 1ZZ 39 | region: Oceania 40 | start_of_week: monday 41 | subregion: Polynesia 42 | un_locode: PN 43 | unofficial_names: 44 | - Pitcairn 45 | - ピトケアン 46 | - Pitcairneilanden 47 | - Pitcairn Islands 48 | world_region: APAC 49 | -------------------------------------------------------------------------------- /data/countries/PR.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | PR: 3 | alpha2: PR 4 | alpha3: PRI 5 | continent: North America 6 | country_code: '1' 7 | currency_code: USD 8 | gec: RQ 9 | geo: 10 | latitude: 18.220833 11 | longitude: -66.590149 12 | max_latitude: 18.5720479 13 | max_longitude: -65.2105715 14 | min_latitude: 17.8449191 15 | min_longitude: -67.9611844 16 | bounds: 17 | northeast: 18 | lat: 18.5720479 19 | lng: -65.2105715 20 | southwest: 21 | lat: 17.8449191 22 | lng: -67.9611844 23 | international_prefix: '011' 24 | ioc: PUR 25 | iso_long_name: The Commonwealth of Puerto Rico 26 | iso_short_name: Puerto Rico 27 | languages_official: 28 | - es 29 | - en 30 | languages_spoken: 31 | - es 32 | - en 33 | national_destination_code_lengths: 34 | - 3 35 | national_number_lengths: 36 | - 10 37 | national_prefix: '1' 38 | nationality: Puerto Rican 39 | number: '630' 40 | postal_code: true 41 | postal_code_format: "(00[679]\\d{2})(?:[ \\-](\\d{4}))?" 42 | region: Americas 43 | start_of_week: monday 44 | subregion: Caribbean 45 | un_locode: PR 46 | unofficial_names: 47 | - Puerto Rico 48 | - プエルトリコ 49 | world_region: AMER 50 | -------------------------------------------------------------------------------- /data/countries/PW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | PW: 3 | alpha2: PW 4 | alpha3: PLW 5 | continent: Australia 6 | country_code: '680' 7 | currency_code: USD 8 | gec: PS 9 | geo: 10 | latitude: 7.514979999999999 11 | longitude: 134.58252 12 | max_latitude: 8.238674 13 | max_longitude: 135.0769 14 | min_latitude: 2.6394 15 | min_longitude: 131.0115 16 | bounds: 17 | northeast: 18 | lat: 8.238674 19 | lng: 135.0769 20 | southwest: 21 | lat: 2.6394 22 | lng: 131.0115 23 | international_prefix: '00' 24 | ioc: PLW 25 | iso_long_name: The Republic of Palau 26 | iso_short_name: Palau 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | national_prefix: None 36 | nationality: Palauan 37 | number: '585' 38 | postal_code: true 39 | postal_code_format: "(969(?:39|40))(?:[ \\-](\\d{4}))?" 40 | region: Oceania 41 | start_of_week: monday 42 | subregion: Micronesia 43 | un_locode: PW 44 | unofficial_names: 45 | - Palau 46 | - パラオ 47 | world_region: APAC 48 | -------------------------------------------------------------------------------- /data/countries/PY.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | PY: 3 | alpha2: PY 4 | alpha3: PRY 5 | continent: South America 6 | country_code: '595' 7 | currency_code: PYG 8 | gec: PA 9 | geo: 10 | latitude: -23.442503 11 | longitude: -58.443832 12 | max_latitude: -19.2876589 13 | max_longitude: -54.258562 14 | min_latitude: -27.5817594 15 | min_longitude: -62.63895230000001 16 | bounds: 17 | northeast: 18 | lat: -19.2876589 19 | lng: -54.258562 20 | southwest: 21 | lat: -27.5817594 22 | lng: -62.63895230000001 23 | international_prefix: '002' 24 | ioc: PAR 25 | iso_long_name: The Republic of Paraguay 26 | iso_short_name: Paraguay 27 | languages_official: 28 | - es 29 | - gn 30 | languages_spoken: 31 | - es 32 | - gn 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 9 37 | national_prefix: '0' 38 | nationality: Paraguayan 39 | number: '600' 40 | postal_code: true 41 | postal_code_format: "\\d{4}" 42 | region: Americas 43 | start_of_week: monday 44 | subregion: South America 45 | un_locode: PY 46 | unofficial_names: 47 | - Paraguay 48 | - パラグアイ 49 | world_region: AMER 50 | -------------------------------------------------------------------------------- /data/countries/QA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | QA: 3 | address_format: |- 4 | {{recipient}} 5 | {{street}} 6 | {{postalcode}} {{city}} 7 | {{country}} 8 | alpha2: QA 9 | alpha3: QAT 10 | continent: Asia 11 | country_code: '974' 12 | currency_code: QAR 13 | gec: QA 14 | geo: 15 | latitude: 25.354826 16 | longitude: 51.183884 17 | max_latitude: 26.2171 18 | max_longitude: 51.7144001 19 | min_latitude: 24.471118 20 | min_longitude: 50.7211001 21 | bounds: 22 | northeast: 23 | lat: 26.2171 24 | lng: 51.7144001 25 | southwest: 26 | lat: 24.471118 27 | lng: 50.7211001 28 | international_prefix: '00' 29 | ioc: QAT 30 | iso_long_name: The State of Qatar 31 | iso_short_name: Qatar 32 | languages_official: 33 | - ar 34 | languages_spoken: 35 | - ar 36 | national_destination_code_lengths: 37 | - 2 38 | national_number_lengths: 39 | - 7 40 | national_prefix: None 41 | nationality: Qatari 42 | number: '634' 43 | postal_code: false 44 | region: Asia 45 | start_of_week: sunday 46 | subregion: Western Asia 47 | un_locode: QA 48 | unofficial_names: 49 | - Qatar 50 | - قطر 51 | - Katar 52 | - カタール 53 | world_region: EMEA 54 | -------------------------------------------------------------------------------- /data/countries/RE.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | RE: 3 | alpha2: RE 4 | alpha3: REU 5 | continent: Africa 6 | country_code: '262' 7 | currency_code: EUR 8 | eu_member: true 9 | euvat_member: false 10 | gec: RE 11 | geo: 12 | latitude: -21.115141 13 | longitude: 55.536384 14 | max_latitude: -20.8671529 15 | max_longitude: 55.84487919999999 16 | min_latitude: -21.4035321 17 | min_longitude: 55.209732 18 | bounds: 19 | northeast: 20 | lat: -20.8671529 21 | lng: 55.84487919999999 22 | southwest: 23 | lat: -21.4035321 24 | lng: 55.209732 25 | international_prefix: '00' 26 | ioc: 27 | iso_long_name: Réunion 28 | iso_short_name: Réunion 29 | languages_official: 30 | - fr 31 | languages_spoken: 32 | - fr 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 10 37 | national_prefix: None 38 | nationality: French 39 | number: '638' 40 | postal_code: true 41 | postal_code_format: 9[78]4\d{2} 42 | region: Africa 43 | start_of_week: monday 44 | subregion: Eastern Africa 45 | un_locode: RE 46 | unofficial_names: 47 | - Réunion 48 | - Reunión 49 | - Reunion 50 | - レユニオン 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/RS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | RS: 3 | alpha2: RS 4 | alpha3: SRB 5 | continent: Europe 6 | country_code: '381' 7 | currency_code: RSD 8 | gec: RI 9 | geo: 10 | latitude: 44.016521 11 | longitude: 21.005859 12 | max_latitude: 46.190032 13 | max_longitude: 23.0063095 14 | min_latitude: 42.2315029 15 | min_longitude: 18.8385221 16 | bounds: 17 | northeast: 18 | lat: 46.190032 19 | lng: 23.0063095 20 | southwest: 21 | lat: 42.2315029 22 | lng: 18.8385221 23 | international_prefix: '99' 24 | ioc: SRB 25 | iso_long_name: The Republic of Serbia 26 | iso_short_name: Serbia 27 | languages_official: 28 | - sr 29 | languages_spoken: 30 | - sr 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 9 35 | national_prefix: '0' 36 | nationality: Serbian 37 | number: '688' 38 | postal_code: true 39 | postal_code_format: "\\d{5,6}" 40 | region: Europe 41 | start_of_week: monday 42 | subregion: Southern Europe 43 | un_locode: RS 44 | unofficial_names: 45 | - Serbia 46 | - Serbien 47 | - Serbie 48 | - セルビア 49 | - Servië 50 | world_region: EMEA 51 | -------------------------------------------------------------------------------- /data/countries/RW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | RW: 3 | alpha2: RW 4 | alpha3: RWA 5 | continent: Africa 6 | country_code: '250' 7 | currency_code: RWF 8 | gec: RW 9 | geo: 10 | latitude: -1.940278 11 | longitude: 29.873888 12 | max_latitude: -1.0473752 13 | max_longitude: 30.8991179 14 | min_latitude: -2.8399383 15 | min_longitude: 28.861754 16 | bounds: 17 | northeast: 18 | lat: -1.0473752 19 | lng: 30.8991179 20 | southwest: 21 | lat: -2.8399383 22 | lng: 28.861754 23 | international_prefix: '00' 24 | ioc: RWA 25 | iso_long_name: The Republic of Rwanda 26 | iso_short_name: Rwanda 27 | languages_official: 28 | - rw 29 | - en 30 | - fr 31 | languages_spoken: 32 | - rw 33 | - en 34 | - fr 35 | national_destination_code_lengths: 36 | - 2 37 | national_number_lengths: 38 | - 8 39 | - 9 40 | national_prefix: '0' 41 | nationality: Rwandan 42 | number: '646' 43 | postal_code: false 44 | region: Africa 45 | start_of_week: monday 46 | subregion: Eastern Africa 47 | un_locode: RW 48 | unofficial_names: 49 | - Rwanda 50 | - Ruanda 51 | - ルワンダ 52 | world_region: EMEA 53 | -------------------------------------------------------------------------------- /data/countries/SB.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | SB: 3 | alpha2: SB 4 | alpha3: SLB 5 | continent: Australia 6 | country_code: '677' 7 | currency_code: SBD 8 | gec: BP 9 | geo: 10 | latitude: -9.64571 11 | longitude: 160.156194 12 | max_latitude: -6.075011 13 | max_longitude: 168.0249023 14 | min_latitude: -12.6832149 15 | min_longitude: 155.1187134 16 | bounds: 17 | northeast: 18 | lat: -6.075011 19 | lng: 168.0249023 20 | southwest: 21 | lat: -12.6832149 22 | lng: 155.1187134 23 | international_prefix: '00' 24 | ioc: SOL 25 | iso_long_name: The Solomon Islands 26 | iso_short_name: Solomon Islands 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 5 35 | national_prefix: None 36 | nationality: Solomon Islander 37 | number: '090' 38 | postal_code: false 39 | region: Oceania 40 | start_of_week: monday 41 | subregion: Melanesia 42 | un_locode: SB 43 | unofficial_names: 44 | - Solomon Islands 45 | - Salomonen 46 | - Îles Salomon 47 | - Islas Salomón 48 | - ソロモン諸島 49 | - Salomonseilanden 50 | world_region: APAC 51 | -------------------------------------------------------------------------------- /data/countries/SC.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | SC: 3 | alpha2: SC 4 | alpha3: SYC 5 | continent: Africa 6 | country_code: '248' 7 | currency_code: SCR 8 | gec: SE 9 | geo: 10 | latitude: -4.679574 11 | longitude: 55.491977 12 | max_latitude: -3.7091721 13 | max_longitude: 56.3928224 14 | min_latitude: -10.4716073 15 | min_longitude: 45.9832764 16 | bounds: 17 | northeast: 18 | lat: -3.7091721 19 | lng: 56.3928224 20 | southwest: 21 | lat: -10.4716073 22 | lng: 45.9832764 23 | international_prefix: '00' 24 | ioc: SEY 25 | iso_long_name: The Republic of Seychelles 26 | iso_short_name: Seychelles 27 | languages_official: 28 | - fr 29 | - en 30 | languages_spoken: 31 | - fr 32 | - en 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 6 37 | national_prefix: None 38 | nationality: Seychellois 39 | number: '690' 40 | postal_code: false 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Eastern Africa 44 | un_locode: SC 45 | unofficial_names: 46 | - Seychelles 47 | - Seychellen 48 | - セーシェル 49 | world_region: EMEA 50 | -------------------------------------------------------------------------------- /data/countries/SD.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | SD: 3 | alpha2: SD 4 | alpha3: SDN 5 | continent: Africa 6 | country_code: '249' 7 | currency_code: SDG 8 | gec: SU 9 | geo: 10 | latitude: 12.862807 11 | longitude: 30.217636 12 | max_latitude: 22.224918 13 | max_longitude: 38.69379989999999 14 | min_latitude: 9.3472209 15 | min_longitude: 21.8146345 16 | bounds: 17 | northeast: 18 | lat: 22.224918 19 | lng: 38.69379989999999 20 | southwest: 21 | lat: 9.3472209 22 | lng: 21.8146345 23 | international_prefix: '00' 24 | ioc: SUD 25 | iso_long_name: The Republic of the Sudan 26 | iso_short_name: Sudan 27 | languages_official: 28 | - ar 29 | - en 30 | languages_spoken: 31 | - ar 32 | - en 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 9 37 | national_prefix: '0' 38 | nationality: Sudanese 39 | number: '729' 40 | postal_code: true 41 | postal_code_format: "\\d{5}" 42 | region: Africa 43 | start_of_week: monday 44 | subregion: Northern Africa 45 | un_locode: SD 46 | unofficial_names: 47 | - Sudan 48 | - السودان 49 | - Soudan 50 | - Sudán 51 | - スーダン 52 | - Soedan 53 | world_region: EMEA 54 | -------------------------------------------------------------------------------- /data/countries/SL.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | SL: 3 | alpha2: SL 4 | alpha3: SLE 5 | continent: Africa 6 | country_code: '232' 7 | currency_code: SLL 8 | gec: SL 9 | geo: 10 | latitude: 8.460555 11 | longitude: -11.779889 12 | max_latitude: 9.9999737 13 | max_longitude: -10.2716829 14 | min_latitude: 6.8446 15 | min_longitude: -13.4032999 16 | bounds: 17 | northeast: 18 | lat: 9.9999737 19 | lng: -10.2716829 20 | southwest: 21 | lat: 6.8446 22 | lng: -13.4032999 23 | international_prefix: '00' 24 | ioc: SLE 25 | iso_long_name: The Republic of Sierra Leone 26 | iso_short_name: Sierra Leone 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | national_prefix: '0' 36 | nationality: Sierra Leonean 37 | number: '694' 38 | postal_code: false 39 | region: Africa 40 | start_of_week: monday 41 | subregion: Western Africa 42 | un_locode: SL 43 | unofficial_names: 44 | - Sierra Leone 45 | - シエラレオネ 46 | world_region: EMEA 47 | -------------------------------------------------------------------------------- /data/countries/SM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | SM: 3 | alpha2: SM 4 | alpha3: SMR 5 | continent: Europe 6 | country_code: '378' 7 | currency_code: EUR 8 | gec: SM 9 | geo: 10 | latitude: 43.94236 11 | longitude: 12.457777 12 | max_latitude: 43.992075 13 | max_longitude: 12.5167041 14 | min_latitude: 43.8936809 15 | min_longitude: 12.4034824 16 | bounds: 17 | northeast: 18 | lat: 43.992075 19 | lng: 12.5167041 20 | southwest: 21 | lat: 43.8936809 22 | lng: 12.4034824 23 | international_prefix: '00' 24 | ioc: SMR 25 | iso_long_name: The Republic of San Marino 26 | iso_short_name: San Marino 27 | languages_official: 28 | - it 29 | languages_spoken: 30 | - it 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 9 35 | - 10 36 | - 11 37 | - 12 38 | national_prefix: None 39 | nationality: Sammarinese 40 | number: '674' 41 | postal_code: true 42 | postal_code_format: 4789\d 43 | region: Europe 44 | start_of_week: monday 45 | subregion: Southern Europe 46 | un_locode: SM 47 | unofficial_names: 48 | - San Marino 49 | - Saint-Marin 50 | - サンマリノ 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/SN.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | SN: 3 | alpha2: SN 4 | alpha3: SEN 5 | continent: Africa 6 | country_code: '221' 7 | currency_code: XOF 8 | gec: SG 9 | geo: 10 | latitude: 14.497401 11 | longitude: -14.452362 12 | max_latitude: 16.6929572 13 | max_longitude: -11.3457683 14 | min_latitude: 12.2649001 15 | min_longitude: -17.6879999 16 | bounds: 17 | northeast: 18 | lat: 16.6929572 19 | lng: -11.3457683 20 | southwest: 21 | lat: 12.2649001 22 | lng: -17.6879999 23 | international_prefix: '00' 24 | ioc: SEN 25 | iso_long_name: The Republic of Senegal 26 | iso_short_name: Senegal 27 | languages_official: 28 | - fr 29 | languages_spoken: 30 | - fr 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | national_prefix: None 36 | nationality: Senegalese 37 | number: '686' 38 | postal_code: true 39 | postal_code_format: "\\d{5}" 40 | region: Africa 41 | start_of_week: monday 42 | subregion: Western Africa 43 | un_locode: SN 44 | unofficial_names: 45 | - Senegal 46 | - Sénégal 47 | - セネガル 48 | world_region: EMEA 49 | -------------------------------------------------------------------------------- /data/countries/SO.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | SO: 3 | alpha2: SO 4 | alpha3: SOM 5 | continent: Africa 6 | country_code: '252' 7 | currency_code: SOS 8 | gec: SO 9 | geo: 10 | latitude: 5.152149 11 | longitude: 46.199616 12 | max_latitude: 12.3615 13 | max_longitude: 51.6138 14 | min_latitude: -1.8673 15 | min_longitude: 40.994373 16 | bounds: 17 | northeast: 18 | lat: 12.3615 19 | lng: 51.6138 20 | southwest: 21 | lat: -1.8673 22 | lng: 40.994373 23 | international_prefix: '00' 24 | ioc: SOM 25 | iso_long_name: The Federal Republic of Somalia 26 | iso_short_name: Somalia 27 | languages_official: 28 | - so 29 | - ar 30 | languages_spoken: 31 | - so 32 | - ar 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 7 37 | - 8 38 | national_prefix: None 39 | nationality: Somali 40 | number: '706' 41 | postal_code: true 42 | postal_code_format: "[A-Z]{2} ?\\d{5}" 43 | region: Africa 44 | start_of_week: monday 45 | subregion: Eastern Africa 46 | un_locode: SO 47 | unofficial_names: 48 | - Somalia 49 | - الصومال 50 | - ソマリア 51 | - Somalië 52 | world_region: EMEA 53 | -------------------------------------------------------------------------------- /data/countries/SR.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | SR: 3 | alpha2: SR 4 | alpha3: SUR 5 | continent: South America 6 | country_code: '597' 7 | currency_code: SRD 8 | gec: NS 9 | geo: 10 | latitude: 3.919305 11 | longitude: -56.027783 12 | max_latitude: 6.1295999 13 | max_longitude: -53.94289999999999 14 | min_latitude: 1.837306 15 | min_longitude: -58.07050590000001 16 | bounds: 17 | northeast: 18 | lat: 6.1295999 19 | lng: -53.94289999999999 20 | southwest: 21 | lat: 1.837306 22 | lng: -58.07050590000001 23 | international_prefix: '00' 24 | ioc: SUR 25 | iso_long_name: The Republic of Suriname 26 | iso_short_name: Suriname 27 | languages_official: 28 | - nl 29 | languages_spoken: 30 | - nl 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 6 35 | national_prefix: '0' 36 | nationality: Surinamer 37 | number: '740' 38 | postal_code: false 39 | region: Americas 40 | start_of_week: monday 41 | subregion: South America 42 | un_locode: SR 43 | unofficial_names: 44 | - Suriname 45 | - Surinam 46 | - スリナム 47 | world_region: AMER 48 | -------------------------------------------------------------------------------- /data/countries/SS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | SS: 3 | alpha2: SS 4 | alpha3: SSD 5 | continent: Africa 6 | country_code: '211' 7 | currency_code: SSP 8 | gec: OD 9 | geo: 10 | latitude: 6.876991899999999 11 | longitude: 31.3069788 12 | max_latitude: 12.236389 13 | max_longitude: 35.9489971 14 | min_latitude: 3.48898 15 | min_longitude: 23.4408491 16 | bounds: 17 | northeast: 18 | lat: 12.236389 19 | lng: 35.9489971 20 | southwest: 21 | lat: 3.48898 22 | lng: 23.4408491 23 | international_prefix: '0' 24 | ioc: 25 | iso_long_name: The Republic of South Sudan 26 | iso_short_name: South Sudan 27 | languages_official: 28 | - ar 29 | - en 30 | languages_spoken: 31 | - ar 32 | - en 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 9 37 | national_prefix: '0' 38 | nationality: South Sudanese 39 | number: '728' 40 | postal_code: false 41 | region: Africa 42 | start_of_week: sunday 43 | subregion: Northern Africa 44 | un_locode: SS 45 | unofficial_names: 46 | - South Sudan 47 | - Südsudan 48 | - 南スーダン 49 | - Zuid-Soedan 50 | world_region: EMEA 51 | -------------------------------------------------------------------------------- /data/countries/ST.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | ST: 3 | alpha2: ST 4 | alpha3: STP 5 | continent: Africa 6 | country_code: '239' 7 | currency_code: STD 8 | gec: TP 9 | geo: 10 | latitude: 0.18636 11 | longitude: 6.613080999999999 12 | max_latitude: 1.8961687 13 | max_longitude: 7.658843900000001 14 | min_latitude: -0.09887689999999999 15 | min_longitude: 6.328125 16 | bounds: 17 | northeast: 18 | lat: 1.8961687 19 | lng: 7.658843900000001 20 | southwest: 21 | lat: -0.09887689999999999 22 | lng: 6.328125 23 | international_prefix: '00' 24 | ioc: STP 25 | iso_long_name: The Democratic Republic of São Tomé and Príncipe 26 | iso_short_name: Sao Tome and Principe 27 | languages_official: 28 | - pt 29 | languages_spoken: 30 | - pt 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 6 35 | - 7 36 | national_prefix: '0' 37 | nationality: Sao Tomean 38 | number: '678' 39 | postal_code: false 40 | region: Africa 41 | start_of_week: monday 42 | subregion: Middle Africa 43 | un_locode: ST 44 | unofficial_names: 45 | - São Tomé and Príncipe 46 | - São Tomé und Príncipe 47 | - São Tomé et Príncipe 48 | - Santo Tomé y Príncipe 49 | - サントメ・プリンシペ 50 | - Sao Tomé en Principe 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/SV.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | SV: 3 | alpha2: SV 4 | alpha3: SLV 5 | continent: North America 6 | country_code: '503' 7 | currency_code: USD 8 | gec: ES 9 | geo: 10 | latitude: 13.794185 11 | longitude: -88.89653 12 | max_latitude: 14.4505567 13 | max_longitude: -87.6682 14 | min_latitude: 13.0473999 15 | min_longitude: -90.19229999999999 16 | bounds: 17 | northeast: 18 | lat: 14.4505567 19 | lng: -87.6682 20 | southwest: 21 | lat: 13.0473999 22 | lng: -90.19229999999999 23 | international_prefix: '00' 24 | ioc: ESA 25 | iso_long_name: The Republic of El Salvador 26 | iso_short_name: El Salvador 27 | languages_official: 28 | - es 29 | languages_spoken: 30 | - es 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 8 35 | national_prefix: None 36 | nationality: Salvadoran 37 | number: '222' 38 | postal_code: true 39 | postal_code_format: CP [1-3][1-7][0-2]\d 40 | region: Americas 41 | start_of_week: monday 42 | subregion: Central America 43 | un_locode: SV 44 | unofficial_names: 45 | - El Salvador 46 | - Salvador 47 | - エルサルバドル 48 | world_region: AMER 49 | -------------------------------------------------------------------------------- /data/countries/SX.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | SX: 3 | alpha2: SX 4 | alpha3: SXM 5 | continent: North America 6 | country_code: '1' 7 | currency_code: ANG 8 | gec: NN 9 | geo: 10 | latitude: 18.04248 11 | longitude: -63.05483 12 | max_latitude: 18.0641707 13 | max_longitude: -62.9784 14 | min_latitude: 17.9941 15 | min_longitude: -63.13979990000001 16 | bounds: 17 | northeast: 18 | lat: 18.0641707 19 | lng: -62.9784 20 | southwest: 21 | lat: 17.9941 22 | lng: -63.13979990000001 23 | international_prefix: '011' 24 | ioc: 25 | iso_long_name: Sint Maarten 26 | iso_short_name: Sint Maarten (Dutch part) 27 | languages_official: 28 | - nl 29 | - en 30 | languages_spoken: 31 | - nl 32 | - en 33 | nanp_prefix: '1721' 34 | national_destination_code_lengths: 35 | - 3 36 | national_number_lengths: 37 | - 10 38 | national_prefix: '0' 39 | nationality: Dutch 40 | number: '534' 41 | postal_code: false 42 | region: Americas 43 | start_of_week: monday 44 | subregion: Caribbean 45 | un_locode: SX 46 | unofficial_names: 47 | - Sint Maarten 48 | - セント・マーチン島 49 | world_region: AMER 50 | -------------------------------------------------------------------------------- /data/countries/SZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | SZ: 3 | alpha2: SZ 4 | alpha3: SWZ 5 | continent: Africa 6 | country_code: '268' 7 | currency_code: SZL 8 | gec: WZ 9 | geo: 10 | latitude: -26.522503 11 | longitude: 31.465866 12 | max_latitude: -25.71792 13 | max_longitude: 32.1349067 14 | min_latitude: -27.317402 15 | min_longitude: 30.79064 16 | bounds: 17 | northeast: 18 | lat: -25.71792 19 | lng: 32.1349067 20 | southwest: 21 | lat: -27.317402 22 | lng: 30.79064 23 | international_prefix: '00' 24 | ioc: SWZ 25 | iso_long_name: The Kingdom of Eswatini 26 | iso_short_name: Eswatini 27 | languages_official: 28 | - en 29 | - ss 30 | languages_spoken: 31 | - en 32 | - ss 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 7 37 | national_prefix: None 38 | nationality: Swazi 39 | number: '748' 40 | postal_code: true 41 | postal_code_format: "[HLMS]\\d{3}" 42 | region: Africa 43 | start_of_week: monday 44 | subregion: Southern Africa 45 | un_locode: SZ 46 | unofficial_names: 47 | - Swaziland 48 | - Swasiland 49 | - Suazilandia 50 | - スワジランド 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/TD.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | TD: 3 | alpha2: TD 4 | alpha3: TCD 5 | continent: Africa 6 | country_code: '235' 7 | currency_code: XAF 8 | gec: CD 9 | geo: 10 | latitude: 15.454166 11 | longitude: 18.732207 12 | max_latitude: 23.449228 13 | max_longitude: 24.0000011 14 | min_latitude: 7.442975 15 | min_longitude: 13.4699999 16 | bounds: 17 | northeast: 18 | lat: 23.449228 19 | lng: 24.0000011 20 | southwest: 21 | lat: 7.442975 22 | lng: 13.4699999 23 | international_prefix: '15' 24 | ioc: CHA 25 | iso_long_name: The Republic of Chad 26 | iso_short_name: Chad 27 | languages_official: 28 | - ar 29 | - fr 30 | languages_spoken: 31 | - ar 32 | - fr 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 7 37 | national_prefix: None 38 | nationality: Chadian 39 | number: '148' 40 | postal_code: false 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Middle Africa 44 | un_locode: TD 45 | unofficial_names: 46 | - Chad 47 | - تشاد 48 | - Tschad 49 | - Tchad 50 | - チャド 51 | - Tsjaad 52 | world_region: EMEA 53 | -------------------------------------------------------------------------------- /data/countries/TG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | TG: 3 | alpha2: TG 4 | alpha3: TGO 5 | continent: Africa 6 | country_code: '228' 7 | currency_code: XOF 8 | gec: TO 9 | geo: 10 | latitude: 8.619543 11 | longitude: 0.824782 12 | max_latitude: 11.139617 13 | max_longitude: 1.8089071 14 | min_latitude: 6.0812 15 | min_longitude: -0.1440418 16 | bounds: 17 | northeast: 18 | lat: 11.139617 19 | lng: 1.8089071 20 | southwest: 21 | lat: 6.0812 22 | lng: -0.1440418 23 | international_prefix: '00' 24 | ioc: TOG 25 | iso_long_name: The Togolese Republic 26 | iso_short_name: Togo 27 | languages_official: 28 | - fr 29 | languages_spoken: 30 | - fr 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | national_prefix: None 36 | nationality: Togolese 37 | number: '768' 38 | postal_code: false 39 | region: Africa 40 | start_of_week: monday 41 | subregion: Western Africa 42 | un_locode: TG 43 | unofficial_names: 44 | - Togo 45 | - トーゴ 46 | world_region: EMEA 47 | -------------------------------------------------------------------------------- /data/countries/TH.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | TH: 3 | alpha2: TH 4 | alpha3: THA 5 | continent: Asia 6 | country_code: '66' 7 | currency_code: THB 8 | gec: TH 9 | geo: 10 | latitude: 15.870032 11 | longitude: 100.992541 12 | max_latitude: 20.465143 13 | max_longitude: 105.636812 14 | min_latitude: 5.613038 15 | min_longitude: 97.343396 16 | bounds: 17 | northeast: 18 | lat: 20.465143 19 | lng: 105.636812 20 | southwest: 21 | lat: 5.613038 22 | lng: 97.343396 23 | international_prefix: '001' 24 | ioc: THA 25 | iso_long_name: The Kingdom of Thailand 26 | iso_short_name: Thailand 27 | languages_official: 28 | - th 29 | languages_spoken: 30 | - th 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 9 35 | - 10 36 | national_prefix: '0' 37 | nationality: Thai 38 | number: '764' 39 | postal_code: true 40 | postal_code_format: "\\d{5}" 41 | region: Asia 42 | start_of_week: monday 43 | subregion: South-Eastern Asia 44 | un_locode: TH 45 | unofficial_names: 46 | - Thailand 47 | - Thaïlande 48 | - Tailandia 49 | - タイ 50 | - ประเทศไทย 51 | vat_rates: 52 | standard: 7 53 | reduced: 54 | - 0 55 | super_reduced: 56 | parking: 57 | world_region: APAC 58 | -------------------------------------------------------------------------------- /data/countries/TJ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | TJ: 3 | alpha2: TJ 4 | alpha3: TJK 5 | alt_currency: RUB 6 | continent: Asia 7 | country_code: '992' 8 | currency_code: TJS 9 | gec: TI 10 | geo: 11 | latitude: 38.861034 12 | longitude: 71.276093 13 | max_latitude: 41.044367 14 | max_longitude: 75.1539564 15 | min_latitude: 36.6719898 16 | min_longitude: 67.34201209999999 17 | bounds: 18 | northeast: 19 | lat: 41.044367 20 | lng: 75.1539564 21 | southwest: 22 | lat: 36.6719898 23 | lng: 67.34201209999999 24 | international_prefix: '810' 25 | ioc: TJK 26 | iso_long_name: The Republic of Tajikistan 27 | iso_short_name: Tajikistan 28 | languages_official: 29 | - tg 30 | - ru 31 | languages_spoken: 32 | - tg 33 | - ru 34 | national_destination_code_lengths: 35 | - 2 36 | national_number_lengths: 37 | - 9 38 | national_prefix: '8' 39 | nationality: Tadzhik 40 | number: '762' 41 | postal_code: true 42 | postal_code_format: "\\d{6}" 43 | region: Asia 44 | start_of_week: monday 45 | subregion: Central Asia 46 | un_locode: TJ 47 | unofficial_names: 48 | - Tajikistan 49 | - Tadschikistan 50 | - Tayikistán 51 | - タジキスタン 52 | - Tadzjikistan 53 | - Tajikstan 54 | world_region: EMEA 55 | -------------------------------------------------------------------------------- /data/countries/TK.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | TK: 3 | alpha2: TK 4 | alpha3: TKL 5 | continent: Australia 6 | country_code: '690' 7 | currency_code: NZD 8 | gec: TL 9 | geo: 10 | latitude: -9.200199999999999 11 | longitude: -171.8484 12 | max_latitude: -8.4221116 13 | max_longitude: -171.0928346 14 | min_latitude: -9.5059527 15 | min_longitude: -172.6625061 16 | bounds: 17 | northeast: 18 | lat: -8.4221116 19 | lng: -171.0928346 20 | southwest: 21 | lat: -9.5059527 22 | lng: -172.6625061 23 | international_prefix: '00' 24 | ioc: 25 | iso_long_name: Tokelau 26 | iso_short_name: Tokelau 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 4 35 | national_prefix: None 36 | nationality: Tokelauan 37 | number: '772' 38 | postal_code: false 39 | region: Oceania 40 | start_of_week: monday 41 | subregion: Polynesia 42 | un_locode: TK 43 | unofficial_names: 44 | - Tokelau 45 | - Îles Tokelau 46 | - Islas Tokelau 47 | - トケラウ 48 | world_region: APAC 49 | -------------------------------------------------------------------------------- /data/countries/TL.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | TL: 3 | alpha2: TL 4 | alpha3: TLS 5 | continent: Asia 6 | country_code: '670' 7 | currency_code: IDR 8 | gec: TT 9 | geo: 10 | latitude: -8.874217 11 | longitude: 125.727539 12 | max_latitude: -8.048399999999999 13 | max_longitude: 127.4249 14 | min_latitude: -9.5303001 15 | min_longitude: 124.0332 16 | bounds: 17 | northeast: 18 | lat: -8.048399999999999 19 | lng: 127.4249 20 | southwest: 21 | lat: -9.5303001 22 | lng: 124.0332 23 | international_prefix: None 24 | ioc: TLS 25 | iso_long_name: The Democratic Republic of Timor-Leste 26 | iso_short_name: Timor-Leste 27 | languages_official: 28 | - pt 29 | languages_spoken: 30 | - pt 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | national_prefix: None 36 | nationality: East Timorese 37 | number: '626' 38 | postal_code: false 39 | region: Asia 40 | start_of_week: monday 41 | subregion: South-Eastern Asia 42 | un_locode: TL 43 | unofficial_names: 44 | - East Timor 45 | - Timor-Leste 46 | - Timor oriental 47 | - Timor Oriental 48 | - 東ティモール 49 | - Oost-Timor 50 | world_region: APAC 51 | -------------------------------------------------------------------------------- /data/countries/TM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | TM: 3 | alpha2: TM 4 | alpha3: TKM 5 | continent: Asia 6 | country_code: '993' 7 | currency_code: TMT 8 | gec: TX 9 | geo: 10 | latitude: 38.969719 11 | longitude: 59.556278 12 | max_latitude: 42.798844 13 | max_longitude: 66.70735309999999 14 | min_latitude: 35.12876 15 | min_longitude: 52.3169 16 | bounds: 17 | northeast: 18 | lat: 42.798844 19 | lng: 66.70735309999999 20 | southwest: 21 | lat: 35.12876 22 | lng: 52.3169 23 | international_prefix: '810' 24 | ioc: TKM 25 | iso_long_name: Turkmenistan 26 | iso_short_name: Turkmenistan 27 | languages_official: 28 | - tk 29 | languages_spoken: 30 | - tk 31 | - ru 32 | national_destination_code_lengths: 33 | - 2 34 | national_number_lengths: 35 | - 8 36 | national_prefix: '8' 37 | nationality: Turkmen 38 | number: '795' 39 | postal_code: true 40 | postal_code_format: "\\d{6}" 41 | region: Asia 42 | start_of_week: monday 43 | subregion: Central Asia 44 | un_locode: TM 45 | unofficial_names: 46 | - Turkmenistan 47 | - Turkménistan 48 | - Turkmenistán 49 | - トルクメニスタン 50 | - Turkmenia 51 | world_region: EMEA 52 | -------------------------------------------------------------------------------- /data/countries/TN.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | TN: 3 | alpha2: TN 4 | alpha3: TUN 5 | continent: Africa 6 | country_code: '216' 7 | currency_code: TND 8 | gec: TS 9 | geo: 10 | latitude: 33.886917 11 | longitude: 9.537499 12 | max_latitude: 37.5359 13 | max_longitude: 11.599217 14 | min_latitude: 30.2280339 15 | min_longitude: 7.522311 16 | bounds: 17 | northeast: 18 | lat: 37.5359 19 | lng: 11.599217 20 | southwest: 21 | lat: 30.2280339 22 | lng: 7.522311 23 | international_prefix: '00' 24 | ioc: TUN 25 | iso_long_name: The Republic of Tunisia 26 | iso_short_name: Tunisia 27 | languages_official: 28 | - ar 29 | - fr 30 | languages_spoken: 31 | - ar 32 | - fr 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 8 37 | national_prefix: None 38 | nationality: Tunisian 39 | number: '788' 40 | postal_code: true 41 | postal_code_format: "\\d{4}" 42 | region: Africa 43 | start_of_week: monday 44 | subregion: Northern Africa 45 | un_locode: TN 46 | unofficial_names: 47 | - Tunisia 48 | - تونس 49 | - Tunesien 50 | - Tunisie 51 | - Túnez 52 | - チュニジア 53 | - Tunesië 54 | world_region: EMEA 55 | -------------------------------------------------------------------------------- /data/countries/TO.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | TO: 3 | alpha2: TO 4 | alpha3: TON 5 | continent: Australia 6 | country_code: '676' 7 | currency_code: TOP 8 | gec: TN 9 | geo: 10 | latitude: -21.178986 11 | longitude: -175.198242 12 | max_latitude: -15.4060236 13 | max_longitude: -173.2543946 14 | min_latitude: -21.8360059 15 | min_longitude: -175.9570313 16 | bounds: 17 | northeast: 18 | lat: -15.4060236 19 | lng: -173.2543946 20 | southwest: 21 | lat: -21.8360059 22 | lng: -175.9570313 23 | international_prefix: '00' 24 | ioc: TGA 25 | iso_long_name: The Kingdom of Tonga 26 | iso_short_name: Tonga 27 | languages_official: 28 | - en 29 | - to 30 | languages_spoken: 31 | - en 32 | - to 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 5 37 | - 6 38 | - 7 39 | national_prefix: None 40 | nationality: Tongan 41 | number: '776' 42 | postal_code: false 43 | region: Oceania 44 | start_of_week: monday 45 | subregion: Polynesia 46 | un_locode: TO 47 | unofficial_names: 48 | - Tonga 49 | - トンガ 50 | world_region: APAC 51 | -------------------------------------------------------------------------------- /data/countries/TT.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | TT: 3 | alpha2: TT 4 | alpha3: TTO 5 | continent: North America 6 | country_code: '1' 7 | currency_code: TTD 8 | gec: TD 9 | geo: 10 | latitude: 10.691803 11 | longitude: -61.222503 12 | max_latitude: 11.4004 13 | max_longitude: -60.45089989999999 14 | min_latitude: 9.9930001 15 | min_longitude: -61.9725001 16 | bounds: 17 | northeast: 18 | lat: 11.4004 19 | lng: -60.45089989999999 20 | southwest: 21 | lat: 9.9930001 22 | lng: -61.9725001 23 | international_prefix: '011' 24 | ioc: TRI 25 | iso_long_name: The Republic of Trinidad and Tobago 26 | iso_short_name: Trinidad and Tobago 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | nanp_prefix: '1868' 32 | national_destination_code_lengths: 33 | - 3 34 | national_number_lengths: 35 | - 10 36 | national_prefix: '1' 37 | nationality: Trinidadian 38 | number: '780' 39 | postal_code: false 40 | region: Americas 41 | start_of_week: monday 42 | subregion: Caribbean 43 | un_locode: TT 44 | unofficial_names: 45 | - Trinidad and Tobago 46 | - Trinidad und Tobago 47 | - Trinité et Tobago 48 | - Trinidad y Tobago 49 | - トリニダード・トバゴ 50 | - Trinidad en Tobago 51 | world_region: AMER 52 | -------------------------------------------------------------------------------- /data/countries/TV.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | TV: 3 | alpha2: TV 4 | alpha3: TUV 5 | continent: Australia 6 | country_code: '688' 7 | currency_code: AUD 8 | gec: TV 9 | geo: 10 | latitude: -7.109534999999999 11 | longitude: 177.64933 12 | max_latitude: -5.4300853 13 | max_longitude: 179.9999999 14 | min_latitude: -11.1891797 15 | min_longitude: 175.5615234 16 | bounds: 17 | northeast: 18 | lat: -5.4300853 19 | lng: 179.9999999 20 | southwest: 21 | lat: -11.1891797 22 | lng: 175.5615234 23 | international_prefix: '00' 24 | ioc: TUV 25 | iso_long_name: Tuvalu 26 | iso_short_name: Tuvalu 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 5 35 | national_prefix: None 36 | nationality: Tuvaluan 37 | number: '798' 38 | postal_code: false 39 | region: Oceania 40 | start_of_week: monday 41 | subregion: Polynesia 42 | un_locode: TV 43 | unofficial_names: 44 | - Tuvalu 45 | - ツバル 46 | world_region: APAC 47 | -------------------------------------------------------------------------------- /data/countries/TZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | TZ: 3 | alpha2: TZ 4 | alpha3: TZA 5 | continent: Africa 6 | country_code: '255' 7 | currency_code: TZS 8 | gec: TZ 9 | geo: 10 | latitude: -6.369028 11 | longitude: 34.888822 12 | max_latitude: -0.9843968000000001 13 | max_longitude: 40.6398 14 | min_latitude: -11.7612539 15 | min_longitude: 29.34 16 | bounds: 17 | northeast: 18 | lat: -0.9843968000000001 19 | lng: 40.6398 20 | southwest: 21 | lat: -11.7612539 22 | lng: 29.34 23 | international_prefix: '000' 24 | ioc: TAN 25 | iso_long_name: The United Republic of Tanzania 26 | iso_short_name: Tanzania, United Republic of 27 | languages_official: 28 | - sw 29 | - en 30 | languages_spoken: 31 | - sw 32 | - en 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 9 37 | national_prefix: '0' 38 | nationality: Tanzanian 39 | number: '834' 40 | postal_code: true 41 | postal_code_format: "\\d{4,5}" 42 | region: Africa 43 | start_of_week: monday 44 | subregion: Eastern Africa 45 | un_locode: TZ 46 | unofficial_names: 47 | - Tanzania 48 | - Tansania 49 | - Tanzanie 50 | - タンザニア 51 | - Tanzania United Republic 52 | world_region: EMEA 53 | -------------------------------------------------------------------------------- /data/countries/UG.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | UG: 3 | alpha2: UG 4 | alpha3: UGA 5 | continent: Africa 6 | country_code: '256' 7 | currency_code: UGX 8 | gec: UG 9 | geo: 10 | latitude: 1.373333 11 | longitude: 32.290275 12 | max_latitude: 4.218628 13 | max_longitude: 35.0330489 14 | min_latitude: -1.4823178 15 | min_longitude: 29.573433 16 | bounds: 17 | northeast: 18 | lat: 4.218628 19 | lng: 35.0330489 20 | southwest: 21 | lat: -1.4823178 22 | lng: 29.573433 23 | international_prefix: '000' 24 | ioc: UGA 25 | iso_long_name: The Republic of Uganda 26 | iso_short_name: Uganda 27 | languages_official: 28 | - en 29 | - sw 30 | languages_spoken: 31 | - en 32 | - sw 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 9 37 | national_prefix: '0' 38 | nationality: Ugandan 39 | number: '800' 40 | postal_code: false 41 | region: Africa 42 | start_of_week: monday 43 | subregion: Eastern Africa 44 | un_locode: UG 45 | unofficial_names: 46 | - Uganda 47 | - ウガンダ 48 | - Oeganda 49 | world_region: EMEA 50 | -------------------------------------------------------------------------------- /data/countries/UY.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | UY: 3 | alpha2: UY 4 | alpha3: URY 5 | continent: South America 6 | country_code: '598' 7 | currency_code: UYU 8 | gec: UY 9 | geo: 10 | latitude: -32.522779 11 | longitude: -55.765835 12 | max_latitude: -30.0852149 13 | max_longitude: -53.0779284 14 | min_latitude: -35.1558001 15 | min_longitude: -58.4913609 16 | bounds: 17 | northeast: 18 | lat: -30.0852149 19 | lng: -53.0779284 20 | southwest: 21 | lat: -35.1558001 22 | lng: -58.4913609 23 | international_prefix: '00' 24 | ioc: URU 25 | iso_long_name: The Oriental Republic of Uruguay 26 | iso_short_name: Uruguay 27 | languages_official: 28 | - es 29 | languages_spoken: 30 | - es 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 7 35 | - 8 36 | national_prefix: '0' 37 | nationality: Uruguayan 38 | number: '858' 39 | postal_code: true 40 | postal_code_format: "\\d{5}" 41 | region: Americas 42 | start_of_week: monday 43 | subregion: South America 44 | un_locode: UY 45 | unofficial_names: 46 | - Uruguay 47 | - ウルグアイ 48 | world_region: AMER 49 | -------------------------------------------------------------------------------- /data/countries/UZ.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | UZ: 3 | alpha2: UZ 4 | alpha3: UZB 5 | continent: Asia 6 | country_code: '998' 7 | currency_code: UZS 8 | gec: UZ 9 | geo: 10 | latitude: 41.377491 11 | longitude: 64.585262 12 | max_latitude: 45.590075 13 | max_longitude: 73.148946 14 | min_latitude: 37.1722571 15 | min_longitude: 55.9982179 16 | bounds: 17 | northeast: 18 | lat: 45.590075 19 | lng: 73.148946 20 | southwest: 21 | lat: 37.1722571 22 | lng: 55.9982179 23 | international_prefix: '810' 24 | ioc: UZB 25 | iso_long_name: The Republic of Uzbekistan 26 | iso_short_name: Uzbekistan 27 | languages_official: 28 | - uz 29 | - ru 30 | languages_spoken: 31 | - uz 32 | - ru 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 9 37 | national_prefix: '8' 38 | nationality: Uzbekistani 39 | number: '860' 40 | postal_code: true 41 | postal_code_format: "\\d{6}" 42 | region: Asia 43 | start_of_week: monday 44 | subregion: Central Asia 45 | un_locode: UZ 46 | unofficial_names: 47 | - Uzbekistan 48 | - Usbekistan 49 | - Ouzbékistan 50 | - Uzbekistán 51 | - ウズベキスタン 52 | - Oezbekistan 53 | world_region: EMEA 54 | -------------------------------------------------------------------------------- /data/countries/VA.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | VA: 3 | alpha2: VA 4 | alpha3: VAT 5 | continent: Europe 6 | country_code: '39' 7 | currency_code: EUR 8 | gec: VT 9 | geo: 10 | latitude: 41.902916 11 | longitude: 12.453389 12 | max_latitude: 41.90744309999999 13 | max_longitude: 12.4583938 14 | min_latitude: 41.9001896 15 | min_longitude: 12.4457286 16 | bounds: 17 | northeast: 18 | lat: 41.90744309999999 19 | lng: 12.4583938 20 | southwest: 21 | lat: 41.9001896 22 | lng: 12.4457286 23 | international_prefix: '00' 24 | ioc: 25 | iso_long_name: The Holy See 26 | iso_short_name: Holy See 27 | languages_official: 28 | - it 29 | - la 30 | languages_spoken: 31 | - it 32 | - la 33 | national_destination_code_lengths: 34 | - 3 35 | national_number_lengths: 36 | - 9 37 | national_prefix: None 38 | nationality: Italian 39 | number: '336' 40 | postal_code: true 41 | postal_code_format: '00120' 42 | region: Europe 43 | start_of_week: monday 44 | subregion: Southern Europe 45 | un_locode: VA 46 | unofficial_names: 47 | - Vatican City 48 | - Vatikan 49 | - Cité du Vatican 50 | - Ciudad del Vaticano 51 | - バチカン市国 52 | - Vaticaanstad 53 | - Vatican City State (Holy See) 54 | world_region: EMEA 55 | -------------------------------------------------------------------------------- /data/countries/VE.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | VE: 3 | alpha2: VE 4 | alpha3: VEN 5 | continent: South America 6 | country_code: '58' 7 | currency_code: VES 8 | gec: VE 9 | geo: 10 | latitude: 6.42375 11 | longitude: -66.58973 12 | max_latitude: 12.6886 13 | max_longitude: -59.805666 14 | min_latitude: 0.6475291 15 | min_longitude: -73.36703899999999 16 | bounds: 17 | northeast: 18 | lat: 12.6886 19 | lng: -59.805666 20 | southwest: 21 | lat: 0.6475291 22 | lng: -73.36703899999999 23 | international_prefix: '00' 24 | ioc: VEN 25 | iso_long_name: The Bolivarian Republic of Venezuela 26 | iso_short_name: Venezuela (Bolivarian Republic of) 27 | languages_official: 28 | - es 29 | languages_spoken: 30 | - es 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 10 35 | national_prefix: '0' 36 | nationality: Venezuelan 37 | number: '862' 38 | postal_code: true 39 | postal_code_format: "\\d{4}" 40 | region: Americas 41 | start_of_week: monday 42 | subregion: South America 43 | un_locode: VE 44 | unofficial_names: 45 | - Venezuela 46 | - ベネズエラ・ボリバル共和国 47 | world_region: AMER 48 | -------------------------------------------------------------------------------- /data/countries/VU.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | VU: 3 | alpha2: VU 4 | alpha3: VUT 5 | continent: Australia 6 | country_code: '678' 7 | currency_code: VUV 8 | gec: NH 9 | geo: 10 | latitude: -15.376706 11 | longitude: 166.959158 12 | max_latitude: -12.8064449 13 | max_longitude: 170.5023193 14 | min_latitude: -20.5350773 15 | min_longitude: 166.0583495 16 | bounds: 17 | northeast: 18 | lat: -12.8064449 19 | lng: 170.5023193 20 | southwest: 21 | lat: -20.5350773 22 | lng: 166.0583495 23 | international_prefix: '00' 24 | ioc: VAN 25 | iso_long_name: The Republic of Vanuatu 26 | iso_short_name: Vanuatu 27 | languages_official: 28 | - bi 29 | - en 30 | - fr 31 | languages_spoken: 32 | - bi 33 | - en 34 | - fr 35 | national_destination_code_lengths: 36 | - 2 37 | national_number_lengths: 38 | - 5 39 | - 6 40 | - 7 41 | national_prefix: None 42 | nationality: Ni-Vanuatu 43 | number: '548' 44 | postal_code: false 45 | region: Oceania 46 | start_of_week: monday 47 | subregion: Melanesia 48 | un_locode: VU 49 | unofficial_names: 50 | - Vanuatu 51 | - バヌアツ 52 | world_region: APAC 53 | -------------------------------------------------------------------------------- /data/countries/WF.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | WF: 3 | alpha2: WF 4 | alpha3: WLF 5 | continent: Australia 6 | country_code: '681' 7 | currency_code: XPF 8 | gec: WF 9 | geo: 10 | latitude: -14.2938 11 | longitude: -178.1165 12 | max_latitude: -13.1303042 13 | max_longitude: -176.0971068 14 | min_latitude: -14.4187203 15 | min_longitude: -178.2284546 16 | bounds: 17 | northeast: 18 | lat: -13.1303042 19 | lng: -176.0971068 20 | southwest: 21 | lat: -14.4187203 22 | lng: -178.2284546 23 | international_prefix: '19' 24 | ioc: 25 | iso_long_name: The Territory of the Wallis and Futuna Islands 26 | iso_short_name: Wallis and Futuna 27 | languages_official: 28 | - fr 29 | languages_spoken: 30 | - fr 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 6 35 | national_prefix: None 36 | nationality: Wallis and Futuna Islander 37 | number: '876' 38 | postal_code: true 39 | postal_code_format: 986\d{2} 40 | region: Oceania 41 | start_of_week: monday 42 | subregion: Polynesia 43 | un_locode: WF 44 | unofficial_names: 45 | - Wallis and Futuna 46 | - Wallis und Futuna 47 | - Wallis et Futuna 48 | - Wallis y Futuna 49 | - ウォリス・フツナ 50 | - Wallis en Futuna 51 | world_region: APAC 52 | -------------------------------------------------------------------------------- /data/countries/WS.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | WS: 3 | alpha2: WS 4 | alpha3: WSM 5 | continent: Australia 6 | country_code: '685' 7 | currency_code: WST 8 | gec: WS 9 | geo: 10 | latitude: -13.759029 11 | longitude: -172.104629 12 | max_latitude: -13.4203449 13 | max_longitude: -171.3950515 14 | min_latitude: -14.0833012 15 | min_longitude: -172.8108215 16 | bounds: 17 | northeast: 18 | lat: -13.4203449 19 | lng: -171.3950515 20 | southwest: 21 | lat: -14.0833012 22 | lng: -172.8108215 23 | international_prefix: '00' 24 | ioc: SAM 25 | iso_long_name: The Independent State of Samoa 26 | iso_short_name: Samoa 27 | languages_official: 28 | - sm 29 | - en 30 | languages_spoken: 31 | - sm 32 | - en 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 6 37 | - 7 38 | national_prefix: None 39 | nationality: Samoan 40 | number: '882' 41 | postal_code: false 42 | region: Oceania 43 | start_of_week: monday 44 | subregion: Polynesia 45 | un_locode: WS 46 | unofficial_names: 47 | - Samoa 48 | - サモア 49 | world_region: APAC 50 | -------------------------------------------------------------------------------- /data/countries/YE.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | YE: 3 | address_format: |- 4 | {{recipient}} 5 | {{street}} 6 | {{postalcode}} {{city}} 7 | {{country}} 8 | alpha2: YE 9 | alpha3: YEM 10 | continent: Asia 11 | country_code: '967' 12 | currency_code: YER 13 | gec: YM 14 | geo: 15 | latitude: 15.552727 16 | longitude: 48.516388 17 | max_latitude: 18.9996331 18 | max_longitude: 54.67899999999999 19 | min_latitude: 11.7975 20 | min_longitude: 41.70959999999999 21 | bounds: 22 | northeast: 23 | lat: 18.9996331 24 | lng: 54.67899999999999 25 | southwest: 26 | lat: 11.7975 27 | lng: 41.70959999999999 28 | international_prefix: '00' 29 | ioc: YEM 30 | iso_long_name: The Republic of Yemen 31 | iso_short_name: Yemen 32 | languages_official: 33 | - ar 34 | languages_spoken: 35 | - ar 36 | national_destination_code_lengths: 37 | - 2 38 | national_number_lengths: 39 | - 7 40 | - 8 41 | - 9 42 | national_prefix: '0' 43 | nationality: Yemeni 44 | number: '887' 45 | postal_code: false 46 | region: Asia 47 | start_of_week: sunday 48 | subregion: Western Asia 49 | un_locode: YE 50 | unofficial_names: 51 | - Yemen 52 | - اليمن 53 | - Jemen 54 | - Yémen 55 | - イエメン 56 | world_region: EMEA 57 | -------------------------------------------------------------------------------- /data/countries/YT.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | YT: 3 | alpha2: YT 4 | alpha3: MYT 5 | continent: Africa 6 | country_code: '262' 7 | currency_code: EUR 8 | eu_member: true 9 | euvat_member: false 10 | gec: MF 11 | geo: 12 | latitude: -12.8275 13 | longitude: 45.166244 14 | max_latitude: -12.5772665 15 | max_longitude: 45.32014849999999 16 | min_latitude: -13.0358332 17 | min_longitude: 44.9914169 18 | bounds: 19 | northeast: 20 | lat: -12.5772665 21 | lng: 45.32014849999999 22 | southwest: 23 | lat: -13.0358332 24 | lng: 44.9914169 25 | international_prefix: '00' 26 | ioc: 27 | iso_long_name: The Department of Mayotte 28 | iso_short_name: Mayotte 29 | languages_official: 30 | - fr 31 | languages_spoken: 32 | - fr 33 | national_destination_code_lengths: 34 | - 2 35 | national_number_lengths: 36 | - 7 37 | national_prefix: None 38 | nationality: French 39 | number: '175' 40 | postal_code: true 41 | postal_code_format: 976\d{2} 42 | region: Africa 43 | start_of_week: monday 44 | subregion: Eastern Africa 45 | un_locode: YT 46 | unofficial_names: 47 | - Mayotte 48 | - マヨット 49 | world_region: EMEA 50 | -------------------------------------------------------------------------------- /data/countries/ZM.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | ZM: 3 | alpha2: ZM 4 | alpha3: ZMB 5 | continent: Africa 6 | country_code: '260' 7 | currency_code: ZMW 8 | gec: ZA 9 | geo: 10 | latitude: -13.133897 11 | longitude: 27.849332 12 | max_latitude: -8.2032838 13 | max_longitude: 33.7090305 14 | min_latitude: -18.0774179 15 | min_longitude: 21.999351 16 | bounds: 17 | northeast: 18 | lat: -8.2032838 19 | lng: 33.7090305 20 | southwest: 21 | lat: -18.0774179 22 | lng: 21.999351 23 | international_prefix: '00' 24 | ioc: ZAM 25 | iso_long_name: The Republic of Zambia 26 | iso_short_name: Zambia 27 | languages_official: 28 | - en 29 | languages_spoken: 30 | - en 31 | national_destination_code_lengths: 32 | - 2 33 | national_number_lengths: 34 | - 9 35 | national_prefix: '0' 36 | nationality: Zambian 37 | number: '894' 38 | postal_code: true 39 | postal_code_format: "\\d{5}" 40 | region: Africa 41 | start_of_week: monday 42 | subregion: Eastern Africa 43 | un_locode: ZM 44 | unofficial_names: 45 | - Zambia 46 | - Sambia 47 | - Zambie 48 | - ザンビア 49 | world_region: EMEA 50 | -------------------------------------------------------------------------------- /data/countries/ZW.yaml: -------------------------------------------------------------------------------- 1 | --- 2 | ZW: 3 | alpha2: ZW 4 | alpha3: ZWE 5 | continent: Africa 6 | country_code: '263' 7 | currency_code: USD 8 | gec: ZI 9 | geo: 10 | latitude: -19.015438 11 | longitude: 29.154857 12 | max_latitude: -15.6093188 13 | max_longitude: 33.068236 14 | min_latitude: -22.4219117 15 | min_longitude: 25.237368 16 | bounds: 17 | northeast: 18 | lat: -15.6093188 19 | lng: 33.068236 20 | southwest: 21 | lat: -22.4219117 22 | lng: 25.237368 23 | international_prefix: '00' 24 | ioc: ZIM 25 | iso_long_name: The Republic of Zimbabwe 26 | iso_short_name: Zimbabwe 27 | languages_official: 28 | - en 29 | - sn 30 | - nd 31 | languages_spoken: 32 | - en 33 | - sn 34 | - nd 35 | national_destination_code_lengths: 36 | - 2 37 | national_number_lengths: 38 | - 8 39 | - 9 40 | - 10 41 | - 11 42 | national_prefix: '0' 43 | nationality: Zimbabwean 44 | number: '716' 45 | postal_code: false 46 | region: Africa 47 | start_of_week: monday 48 | subregion: Eastern Africa 49 | un_locode: ZW 50 | unofficial_names: 51 | - Zimbabwe 52 | - Simbabwe 53 | - Zimbabue 54 | - ジンバブエ 55 | world_region: EMEA 56 | -------------------------------------------------------------------------------- /go.mod: -------------------------------------------------------------------------------- 1 | module github.com/pioz/countries 2 | 3 | go 1.19 4 | 5 | require ( 6 | github.com/stretchr/testify v1.8.0 7 | gopkg.in/yaml.v3 v3.0.1 8 | ) 9 | 10 | require ( 11 | github.com/davecgh/go-spew v1.1.1 // indirect 12 | github.com/pmezard/go-difflib v1.0.0 // indirect 13 | ) 14 | --------------------------------------------------------------------------------