Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time

README.md

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)

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.