Skip to content

Collection of postal codes in different formats, ready for importing. Germany (16481 total) Austria (18957 total) Switzerland (4356 total) Liechtenstein (13 total) Luxembourg (4217 total)

License

Notifications You must be signed in to change notification settings

magicbrothers/postal-codes-json-xml-csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Postal Codes in JSON, XML and CSV format

Postal codes for German speaking countries.

Countries

  • Germany (16481 total)
  • Austria (18957 total)
  • Switzerland (4356 total)
  • Liechtenstein (13 total)
  • Luxembourg (4217 total)

Format

Ready to go files in XML, JSON 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"
  }

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>

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

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. Germany (16481 total) Austria (18957 total) Switzerland (4356 total) Liechtenstein (13 total) Luxembourg (4217 total)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published