Skip to content

Collection of postal codes in different formats, ready for importing.

License

Notifications You must be signed in to change notification settings

pocki/postal-codes-json-xml-csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Postal Codes in JSON, XML and CSV format

Postal codes/ zipcodes from geonames.org converted to JSON, XML and JSON.

Countries (number of postal codes)

  • AD (7)
  • AE (178171)
  • AI (1)
  • AL (494)
  • AR (20260)
  • AS (1)
  • AT (18957)
  • AU (16873)
  • AX (37)
  • AZ (1186)
  • BD (1349)
  • BE (2781)
  • BG (5304)
  • BM (112)
  • BR (5525)
  • BY (3133)
  • CA (1655)
  • CC (1)
  • CH (4521)
  • CL (346)
  • CN (2352)
  • CO (3681)
  • CR (473)
  • CX (1)
  • CY (1127)
  • CZ (15507)
  • DE (16477)
  • DK (1159)
  • DO (544)
  • DZ (15951)
  • EC (1225)
  • EE (5398)
  • ES (37867)
  • FI (3576)
  • FK (1)
  • FM (4)
  • FO (130)
  • FR (51677)
  • GB (27450)
  • GF (77)
  • GG (14)
  • GI (1)
  • GL (33)
  • GP (105)
  • GS (1)
  • GT (548)
  • GU (21)
  • HK (1)
  • HM (1)
  • HN (38)
  • HR (6774)
  • HT (236)
  • HU (3571)
  • IE (139)
  • IM (87)
  • IN (155570)
  • IO (1)
  • IS (147)
  • IT (18415)
  • JE (5)
  • JP (146883)
  • KE (890)
  • KR (35583)
  • LI (13)
  • LK (1837)
  • LT (21870)
  • LU (4519)
  • LV (6101)
  • MA (1325)
  • MC (29)
  • MD (1753)
  • MH (2)
  • MK (220)
  • MO (1)
  • MP (3)
  • MQ (100)
  • MT (73)
  • MW (491)
  • MX (144655)
  • MY (2818)
  • NC (52)
  • NF (1)
  • NL (4334)
  • NO (5132)
  • NR (1)
  • NU (1)
  • NZ (1738)
  • PA (729)
  • PE (96943)
  • PF (207)
  • PH (2317)
  • PK (2563)
  • PL (72900)
  • PM (2)
  • PN (1)
  • PR (177)
  • PT (206942)
  • PW (1)
  • RE (152)
  • RO (37915)
  • RS (1155)
  • RU (43538)
  • SE (18815)
  • SG (121154)
  • SI (556)
  • SJ (8)
  • SK (5233)
  • SM (26)
  • TC (1)
  • TH (903)
  • TR (36307)
  • UA (29571)
  • US (41483)
  • UY (1964)
  • VA (1)
  • VI (16)
  • WF (3)
  • WS (1)
  • YT (21)
  • ZA (3920)

Format

Ready to go files in JSON, XML and CSV format.

JSON

  {
    "country_code":"DE",
    "zipcode":"55252",
    "place":"Mainz-Kastel",
    "state":"Hessen",
    "state_code":"HE",
    "province":"Regierungsbezirk Darmstadt",
    "province_code":"064",
    "community":"Wiesbaden, Landeshauptstadt",
     "community_code":"06414",
    "latitude":"50.0102",
    "longitude":"8.2844"
  }

CSV

  country_code,zipcode,place,state,state_code,province,province_code,community,community_code,latitude,longitude
  DE,55246,Mainz-Kostheim,Hessen,HE,Regierungsbezirk Darmstadt,064,"Wiesbaden, Landeshauptstadt",06414,50.0051,8.3134

XML

  <object>
    <country_code>DE</country-code>
    <zipcode>01945</zipcode>
    <place>Grünewald</place>
    <state>Brandenburg</state>
    <state_code>BB</state-code>
    <province></province>
    <province_code>00</province-code>
    <community>Landkreis Oberspreewald-Lausitz</community>
    <community_code>12066</community-code>
    <latitude>51.4</latitude>
    <longitude>14</longitude>
  </object>

License

Do you need a developer who can work with these records?

Contact us here www.zauberware.com

About

Collection of postal codes in different formats, ready for importing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 59.7%
  • Ruby 40.3%