Skip to content

mjonkus/postal-codes-json-xml-csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors