pointblank 0.18.0__py3-none-any.whl → 0.20.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (322) hide show
  1. pointblank/__init__.py +44 -1
  2. pointblank/_constants.py +258 -166
  3. pointblank/_constants_translations.py +378 -0
  4. pointblank/_interrogation.py +204 -0
  5. pointblank/_utils_llms_txt.py +20 -0
  6. pointblank/data/api-docs.txt +793 -1
  7. pointblank/field.py +1507 -0
  8. pointblank/generate/__init__.py +17 -0
  9. pointblank/generate/base.py +49 -0
  10. pointblank/generate/generators.py +573 -0
  11. pointblank/generate/regex.py +217 -0
  12. pointblank/locales/__init__.py +1476 -0
  13. pointblank/locales/data/AR/address.json +73 -0
  14. pointblank/locales/data/AR/company.json +60 -0
  15. pointblank/locales/data/AR/internet.json +19 -0
  16. pointblank/locales/data/AR/misc.json +7 -0
  17. pointblank/locales/data/AR/person.json +39 -0
  18. pointblank/locales/data/AR/text.json +38 -0
  19. pointblank/locales/data/AT/address.json +84 -0
  20. pointblank/locales/data/AT/company.json +65 -0
  21. pointblank/locales/data/AT/internet.json +20 -0
  22. pointblank/locales/data/AT/misc.json +8 -0
  23. pointblank/locales/data/AT/person.json +17 -0
  24. pointblank/locales/data/AT/text.json +35 -0
  25. pointblank/locales/data/AU/address.json +83 -0
  26. pointblank/locales/data/AU/company.json +65 -0
  27. pointblank/locales/data/AU/internet.json +20 -0
  28. pointblank/locales/data/AU/misc.json +8 -0
  29. pointblank/locales/data/AU/person.json +17 -0
  30. pointblank/locales/data/AU/text.json +35 -0
  31. pointblank/locales/data/BE/address.json +225 -0
  32. pointblank/locales/data/BE/company.json +129 -0
  33. pointblank/locales/data/BE/internet.json +36 -0
  34. pointblank/locales/data/BE/misc.json +6 -0
  35. pointblank/locales/data/BE/person.json +62 -0
  36. pointblank/locales/data/BE/text.json +38 -0
  37. pointblank/locales/data/BG/address.json +75 -0
  38. pointblank/locales/data/BG/company.json +60 -0
  39. pointblank/locales/data/BG/internet.json +19 -0
  40. pointblank/locales/data/BG/misc.json +7 -0
  41. pointblank/locales/data/BG/person.json +40 -0
  42. pointblank/locales/data/BG/text.json +38 -0
  43. pointblank/locales/data/BR/address.json +98 -0
  44. pointblank/locales/data/BR/company.json +65 -0
  45. pointblank/locales/data/BR/internet.json +20 -0
  46. pointblank/locales/data/BR/misc.json +8 -0
  47. pointblank/locales/data/BR/person.json +17 -0
  48. pointblank/locales/data/BR/text.json +35 -0
  49. pointblank/locales/data/CA/address.json +747 -0
  50. pointblank/locales/data/CA/company.json +120 -0
  51. pointblank/locales/data/CA/internet.json +24 -0
  52. pointblank/locales/data/CA/misc.json +11 -0
  53. pointblank/locales/data/CA/person.json +1033 -0
  54. pointblank/locales/data/CA/text.json +58 -0
  55. pointblank/locales/data/CH/address.json +184 -0
  56. pointblank/locales/data/CH/company.json +112 -0
  57. pointblank/locales/data/CH/internet.json +20 -0
  58. pointblank/locales/data/CH/misc.json +10 -0
  59. pointblank/locales/data/CH/person.json +64 -0
  60. pointblank/locales/data/CH/text.json +45 -0
  61. pointblank/locales/data/CL/address.json +71 -0
  62. pointblank/locales/data/CL/company.json +60 -0
  63. pointblank/locales/data/CL/internet.json +19 -0
  64. pointblank/locales/data/CL/misc.json +7 -0
  65. pointblank/locales/data/CL/person.json +38 -0
  66. pointblank/locales/data/CL/text.json +38 -0
  67. pointblank/locales/data/CN/address.json +124 -0
  68. pointblank/locales/data/CN/company.json +76 -0
  69. pointblank/locales/data/CN/internet.json +20 -0
  70. pointblank/locales/data/CN/misc.json +8 -0
  71. pointblank/locales/data/CN/person.json +50 -0
  72. pointblank/locales/data/CN/text.json +38 -0
  73. pointblank/locales/data/CO/address.json +76 -0
  74. pointblank/locales/data/CO/company.json +60 -0
  75. pointblank/locales/data/CO/internet.json +19 -0
  76. pointblank/locales/data/CO/misc.json +7 -0
  77. pointblank/locales/data/CO/person.json +38 -0
  78. pointblank/locales/data/CO/text.json +38 -0
  79. pointblank/locales/data/CY/address.json +62 -0
  80. pointblank/locales/data/CY/company.json +60 -0
  81. pointblank/locales/data/CY/internet.json +19 -0
  82. pointblank/locales/data/CY/misc.json +7 -0
  83. pointblank/locales/data/CY/person.json +38 -0
  84. pointblank/locales/data/CY/text.json +38 -0
  85. pointblank/locales/data/CZ/address.json +70 -0
  86. pointblank/locales/data/CZ/company.json +61 -0
  87. pointblank/locales/data/CZ/internet.json +19 -0
  88. pointblank/locales/data/CZ/misc.json +7 -0
  89. pointblank/locales/data/CZ/person.json +40 -0
  90. pointblank/locales/data/CZ/text.json +38 -0
  91. pointblank/locales/data/DE/address.json +756 -0
  92. pointblank/locales/data/DE/company.json +101 -0
  93. pointblank/locales/data/DE/internet.json +22 -0
  94. pointblank/locales/data/DE/misc.json +11 -0
  95. pointblank/locales/data/DE/person.json +1026 -0
  96. pointblank/locales/data/DE/text.json +50 -0
  97. pointblank/locales/data/DK/address.json +231 -0
  98. pointblank/locales/data/DK/company.json +65 -0
  99. pointblank/locales/data/DK/internet.json +20 -0
  100. pointblank/locales/data/DK/misc.json +7 -0
  101. pointblank/locales/data/DK/person.json +45 -0
  102. pointblank/locales/data/DK/text.json +43 -0
  103. pointblank/locales/data/EE/address.json +69 -0
  104. pointblank/locales/data/EE/company.json +60 -0
  105. pointblank/locales/data/EE/internet.json +19 -0
  106. pointblank/locales/data/EE/misc.json +7 -0
  107. pointblank/locales/data/EE/person.json +39 -0
  108. pointblank/locales/data/EE/text.json +38 -0
  109. pointblank/locales/data/ES/address.json +3086 -0
  110. pointblank/locales/data/ES/company.json +644 -0
  111. pointblank/locales/data/ES/internet.json +25 -0
  112. pointblank/locales/data/ES/misc.json +11 -0
  113. pointblank/locales/data/ES/person.json +488 -0
  114. pointblank/locales/data/ES/text.json +49 -0
  115. pointblank/locales/data/FI/address.json +93 -0
  116. pointblank/locales/data/FI/company.json +65 -0
  117. pointblank/locales/data/FI/internet.json +20 -0
  118. pointblank/locales/data/FI/misc.json +8 -0
  119. pointblank/locales/data/FI/person.json +17 -0
  120. pointblank/locales/data/FI/text.json +35 -0
  121. pointblank/locales/data/FR/address.json +619 -0
  122. pointblank/locales/data/FR/company.json +111 -0
  123. pointblank/locales/data/FR/internet.json +22 -0
  124. pointblank/locales/data/FR/misc.json +11 -0
  125. pointblank/locales/data/FR/person.json +1066 -0
  126. pointblank/locales/data/FR/text.json +50 -0
  127. pointblank/locales/data/GB/address.json +5759 -0
  128. pointblank/locales/data/GB/company.json +131 -0
  129. pointblank/locales/data/GB/internet.json +24 -0
  130. pointblank/locales/data/GB/misc.json +45 -0
  131. pointblank/locales/data/GB/person.json +578 -0
  132. pointblank/locales/data/GB/text.json +61 -0
  133. pointblank/locales/data/GR/address.json +68 -0
  134. pointblank/locales/data/GR/company.json +61 -0
  135. pointblank/locales/data/GR/internet.json +19 -0
  136. pointblank/locales/data/GR/misc.json +7 -0
  137. pointblank/locales/data/GR/person.json +39 -0
  138. pointblank/locales/data/GR/text.json +38 -0
  139. pointblank/locales/data/HK/address.json +79 -0
  140. pointblank/locales/data/HK/company.json +69 -0
  141. pointblank/locales/data/HK/internet.json +19 -0
  142. pointblank/locales/data/HK/misc.json +7 -0
  143. pointblank/locales/data/HK/person.json +42 -0
  144. pointblank/locales/data/HK/text.json +38 -0
  145. pointblank/locales/data/HR/address.json +73 -0
  146. pointblank/locales/data/HR/company.json +60 -0
  147. pointblank/locales/data/HR/internet.json +19 -0
  148. pointblank/locales/data/HR/misc.json +7 -0
  149. pointblank/locales/data/HR/person.json +38 -0
  150. pointblank/locales/data/HR/text.json +38 -0
  151. pointblank/locales/data/HU/address.json +70 -0
  152. pointblank/locales/data/HU/company.json +61 -0
  153. pointblank/locales/data/HU/internet.json +19 -0
  154. pointblank/locales/data/HU/misc.json +7 -0
  155. pointblank/locales/data/HU/person.json +40 -0
  156. pointblank/locales/data/HU/text.json +38 -0
  157. pointblank/locales/data/ID/address.json +68 -0
  158. pointblank/locales/data/ID/company.json +61 -0
  159. pointblank/locales/data/ID/internet.json +19 -0
  160. pointblank/locales/data/ID/misc.json +7 -0
  161. pointblank/locales/data/ID/person.json +40 -0
  162. pointblank/locales/data/ID/text.json +38 -0
  163. pointblank/locales/data/IE/address.json +643 -0
  164. pointblank/locales/data/IE/company.json +140 -0
  165. pointblank/locales/data/IE/internet.json +24 -0
  166. pointblank/locales/data/IE/misc.json +44 -0
  167. pointblank/locales/data/IE/person.json +55 -0
  168. pointblank/locales/data/IE/text.json +60 -0
  169. pointblank/locales/data/IN/address.json +92 -0
  170. pointblank/locales/data/IN/company.json +65 -0
  171. pointblank/locales/data/IN/internet.json +20 -0
  172. pointblank/locales/data/IN/misc.json +8 -0
  173. pointblank/locales/data/IN/person.json +52 -0
  174. pointblank/locales/data/IN/text.json +39 -0
  175. pointblank/locales/data/IS/address.json +63 -0
  176. pointblank/locales/data/IS/company.json +61 -0
  177. pointblank/locales/data/IS/internet.json +19 -0
  178. pointblank/locales/data/IS/misc.json +7 -0
  179. pointblank/locales/data/IS/person.json +44 -0
  180. pointblank/locales/data/IS/text.json +38 -0
  181. pointblank/locales/data/IT/address.json +192 -0
  182. pointblank/locales/data/IT/company.json +137 -0
  183. pointblank/locales/data/IT/internet.json +20 -0
  184. pointblank/locales/data/IT/misc.json +10 -0
  185. pointblank/locales/data/IT/person.json +70 -0
  186. pointblank/locales/data/IT/text.json +44 -0
  187. pointblank/locales/data/JP/address.json +713 -0
  188. pointblank/locales/data/JP/company.json +113 -0
  189. pointblank/locales/data/JP/internet.json +22 -0
  190. pointblank/locales/data/JP/misc.json +10 -0
  191. pointblank/locales/data/JP/person.json +1057 -0
  192. pointblank/locales/data/JP/text.json +51 -0
  193. pointblank/locales/data/KR/address.json +77 -0
  194. pointblank/locales/data/KR/company.json +68 -0
  195. pointblank/locales/data/KR/internet.json +19 -0
  196. pointblank/locales/data/KR/misc.json +7 -0
  197. pointblank/locales/data/KR/person.json +40 -0
  198. pointblank/locales/data/KR/text.json +38 -0
  199. pointblank/locales/data/LT/address.json +66 -0
  200. pointblank/locales/data/LT/company.json +60 -0
  201. pointblank/locales/data/LT/internet.json +19 -0
  202. pointblank/locales/data/LT/misc.json +7 -0
  203. pointblank/locales/data/LT/person.json +42 -0
  204. pointblank/locales/data/LT/text.json +38 -0
  205. pointblank/locales/data/LU/address.json +66 -0
  206. pointblank/locales/data/LU/company.json +60 -0
  207. pointblank/locales/data/LU/internet.json +19 -0
  208. pointblank/locales/data/LU/misc.json +7 -0
  209. pointblank/locales/data/LU/person.json +38 -0
  210. pointblank/locales/data/LU/text.json +38 -0
  211. pointblank/locales/data/LV/address.json +62 -0
  212. pointblank/locales/data/LV/company.json +60 -0
  213. pointblank/locales/data/LV/internet.json +19 -0
  214. pointblank/locales/data/LV/misc.json +7 -0
  215. pointblank/locales/data/LV/person.json +40 -0
  216. pointblank/locales/data/LV/text.json +38 -0
  217. pointblank/locales/data/MT/address.json +61 -0
  218. pointblank/locales/data/MT/company.json +60 -0
  219. pointblank/locales/data/MT/internet.json +19 -0
  220. pointblank/locales/data/MT/misc.json +7 -0
  221. pointblank/locales/data/MT/person.json +38 -0
  222. pointblank/locales/data/MT/text.json +38 -0
  223. pointblank/locales/data/MX/address.json +100 -0
  224. pointblank/locales/data/MX/company.json +65 -0
  225. pointblank/locales/data/MX/internet.json +20 -0
  226. pointblank/locales/data/MX/misc.json +8 -0
  227. pointblank/locales/data/MX/person.json +18 -0
  228. pointblank/locales/data/MX/text.json +39 -0
  229. pointblank/locales/data/NL/address.json +1517 -0
  230. pointblank/locales/data/NL/company.json +133 -0
  231. pointblank/locales/data/NL/internet.json +44 -0
  232. pointblank/locales/data/NL/misc.json +55 -0
  233. pointblank/locales/data/NL/person.json +365 -0
  234. pointblank/locales/data/NL/text.json +210 -0
  235. pointblank/locales/data/NO/address.json +86 -0
  236. pointblank/locales/data/NO/company.json +66 -0
  237. pointblank/locales/data/NO/internet.json +20 -0
  238. pointblank/locales/data/NO/misc.json +8 -0
  239. pointblank/locales/data/NO/person.json +17 -0
  240. pointblank/locales/data/NO/text.json +35 -0
  241. pointblank/locales/data/NZ/address.json +90 -0
  242. pointblank/locales/data/NZ/company.json +65 -0
  243. pointblank/locales/data/NZ/internet.json +20 -0
  244. pointblank/locales/data/NZ/misc.json +8 -0
  245. pointblank/locales/data/NZ/person.json +17 -0
  246. pointblank/locales/data/NZ/text.json +39 -0
  247. pointblank/locales/data/PH/address.json +67 -0
  248. pointblank/locales/data/PH/company.json +61 -0
  249. pointblank/locales/data/PH/internet.json +19 -0
  250. pointblank/locales/data/PH/misc.json +7 -0
  251. pointblank/locales/data/PH/person.json +40 -0
  252. pointblank/locales/data/PH/text.json +38 -0
  253. pointblank/locales/data/PL/address.json +91 -0
  254. pointblank/locales/data/PL/company.json +65 -0
  255. pointblank/locales/data/PL/internet.json +20 -0
  256. pointblank/locales/data/PL/misc.json +8 -0
  257. pointblank/locales/data/PL/person.json +17 -0
  258. pointblank/locales/data/PL/text.json +35 -0
  259. pointblank/locales/data/PT/address.json +90 -0
  260. pointblank/locales/data/PT/company.json +65 -0
  261. pointblank/locales/data/PT/internet.json +20 -0
  262. pointblank/locales/data/PT/misc.json +8 -0
  263. pointblank/locales/data/PT/person.json +17 -0
  264. pointblank/locales/data/PT/text.json +35 -0
  265. pointblank/locales/data/RO/address.json +73 -0
  266. pointblank/locales/data/RO/company.json +61 -0
  267. pointblank/locales/data/RO/internet.json +19 -0
  268. pointblank/locales/data/RO/misc.json +7 -0
  269. pointblank/locales/data/RO/person.json +40 -0
  270. pointblank/locales/data/RO/text.json +38 -0
  271. pointblank/locales/data/RU/address.json +74 -0
  272. pointblank/locales/data/RU/company.json +60 -0
  273. pointblank/locales/data/RU/internet.json +19 -0
  274. pointblank/locales/data/RU/misc.json +7 -0
  275. pointblank/locales/data/RU/person.json +38 -0
  276. pointblank/locales/data/RU/text.json +38 -0
  277. pointblank/locales/data/SE/address.json +247 -0
  278. pointblank/locales/data/SE/company.json +65 -0
  279. pointblank/locales/data/SE/internet.json +20 -0
  280. pointblank/locales/data/SE/misc.json +7 -0
  281. pointblank/locales/data/SE/person.json +45 -0
  282. pointblank/locales/data/SE/text.json +43 -0
  283. pointblank/locales/data/SI/address.json +67 -0
  284. pointblank/locales/data/SI/company.json +60 -0
  285. pointblank/locales/data/SI/internet.json +19 -0
  286. pointblank/locales/data/SI/misc.json +7 -0
  287. pointblank/locales/data/SI/person.json +38 -0
  288. pointblank/locales/data/SI/text.json +38 -0
  289. pointblank/locales/data/SK/address.json +64 -0
  290. pointblank/locales/data/SK/company.json +60 -0
  291. pointblank/locales/data/SK/internet.json +19 -0
  292. pointblank/locales/data/SK/misc.json +7 -0
  293. pointblank/locales/data/SK/person.json +38 -0
  294. pointblank/locales/data/SK/text.json +38 -0
  295. pointblank/locales/data/TR/address.json +105 -0
  296. pointblank/locales/data/TR/company.json +65 -0
  297. pointblank/locales/data/TR/internet.json +20 -0
  298. pointblank/locales/data/TR/misc.json +8 -0
  299. pointblank/locales/data/TR/person.json +17 -0
  300. pointblank/locales/data/TR/text.json +35 -0
  301. pointblank/locales/data/TW/address.json +86 -0
  302. pointblank/locales/data/TW/company.json +69 -0
  303. pointblank/locales/data/TW/internet.json +19 -0
  304. pointblank/locales/data/TW/misc.json +7 -0
  305. pointblank/locales/data/TW/person.json +42 -0
  306. pointblank/locales/data/TW/text.json +38 -0
  307. pointblank/locales/data/US/address.json +996 -0
  308. pointblank/locales/data/US/company.json +131 -0
  309. pointblank/locales/data/US/internet.json +22 -0
  310. pointblank/locales/data/US/misc.json +11 -0
  311. pointblank/locales/data/US/person.json +1092 -0
  312. pointblank/locales/data/US/text.json +56 -0
  313. pointblank/locales/data/_shared/misc.json +42 -0
  314. pointblank/schema.py +339 -2
  315. pointblank/validate.py +1263 -11
  316. {pointblank-0.18.0.dist-info → pointblank-0.20.0.dist-info}/METADATA +45 -1
  317. pointblank-0.20.0.dist-info/RECORD +366 -0
  318. {pointblank-0.18.0.dist-info → pointblank-0.20.0.dist-info}/WHEEL +1 -1
  319. pointblank-0.18.0.dist-info/RECORD +0 -59
  320. {pointblank-0.18.0.dist-info → pointblank-0.20.0.dist-info}/entry_points.txt +0 -0
  321. {pointblank-0.18.0.dist-info → pointblank-0.20.0.dist-info}/licenses/LICENSE +0 -0
  322. {pointblank-0.18.0.dist-info → pointblank-0.20.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1517 @@
1
+ {
2
+ "locations": [
3
+ {
4
+ "city": "Amsterdam",
5
+ "state": "Noord-Holland",
6
+ "state_abbr": "NH",
7
+ "postcode": "1012",
8
+ "postcode_prefix": "10",
9
+ "lat_min": 52.35,
10
+ "lat_max": 52.4,
11
+ "lon_min": 4.88,
12
+ "lon_max": 4.94
13
+ },
14
+ {
15
+ "city": "Rotterdam",
16
+ "state": "Zuid-Holland",
17
+ "state_abbr": "ZH",
18
+ "postcode": "3011",
19
+ "postcode_prefix": "30",
20
+ "lat_min": 51.9,
21
+ "lat_max": 51.95,
22
+ "lon_min": 4.46,
23
+ "lon_max": 4.52
24
+ },
25
+ {
26
+ "city": "Den Haag",
27
+ "state": "Zuid-Holland",
28
+ "state_abbr": "ZH",
29
+ "postcode": "2511",
30
+ "postcode_prefix": "25",
31
+ "lat_min": 52.06,
32
+ "lat_max": 52.12,
33
+ "lon_min": 4.28,
34
+ "lon_max": 4.34
35
+ },
36
+ {
37
+ "city": "Utrecht",
38
+ "state": "Utrecht",
39
+ "state_abbr": "UT",
40
+ "postcode": "3511",
41
+ "postcode_prefix": "35",
42
+ "lat_min": 52.08,
43
+ "lat_max": 52.12,
44
+ "lon_min": 5.1,
45
+ "lon_max": 5.16
46
+ },
47
+ {
48
+ "city": "Eindhoven",
49
+ "state": "Noord-Brabant",
50
+ "state_abbr": "NB",
51
+ "postcode": "5611",
52
+ "postcode_prefix": "56",
53
+ "lat_min": 51.43,
54
+ "lat_max": 51.47,
55
+ "lon_min": 5.46,
56
+ "lon_max": 5.52
57
+ },
58
+ {
59
+ "city": "Groningen",
60
+ "state": "Groningen",
61
+ "state_abbr": "GR",
62
+ "postcode": "9711",
63
+ "postcode_prefix": "97",
64
+ "lat_min": 53.2,
65
+ "lat_max": 53.24,
66
+ "lon_min": 6.54,
67
+ "lon_max": 6.6
68
+ },
69
+ {
70
+ "city": "Tilburg",
71
+ "state": "Noord-Brabant",
72
+ "state_abbr": "NB",
73
+ "postcode": "5038",
74
+ "postcode_prefix": "50",
75
+ "lat_min": 51.54,
76
+ "lat_max": 51.58,
77
+ "lon_min": 5.06,
78
+ "lon_max": 5.12
79
+ },
80
+ {
81
+ "city": "Almere",
82
+ "state": "Flevoland",
83
+ "state_abbr": "FL",
84
+ "postcode": "1315",
85
+ "postcode_prefix": "13",
86
+ "lat_min": 52.36,
87
+ "lat_max": 52.4,
88
+ "lon_min": 5.2,
89
+ "lon_max": 5.26
90
+ },
91
+ {
92
+ "city": "Breda",
93
+ "state": "Noord-Brabant",
94
+ "state_abbr": "NB",
95
+ "postcode": "4811",
96
+ "postcode_prefix": "48",
97
+ "lat_min": 51.58,
98
+ "lat_max": 51.62,
99
+ "lon_min": 4.76,
100
+ "lon_max": 4.82
101
+ },
102
+ {
103
+ "city": "Nijmegen",
104
+ "state": "Gelderland",
105
+ "state_abbr": "GE",
106
+ "postcode": "6511",
107
+ "postcode_prefix": "65",
108
+ "lat_min": 51.82,
109
+ "lat_max": 51.86,
110
+ "lon_min": 5.84,
111
+ "lon_max": 5.9
112
+ },
113
+ {
114
+ "city": "Apeldoorn",
115
+ "state": "Gelderland",
116
+ "state_abbr": "GE",
117
+ "postcode": "7311",
118
+ "postcode_prefix": "73",
119
+ "lat_min": 52.2,
120
+ "lat_max": 52.24,
121
+ "lon_min": 5.96,
122
+ "lon_max": 6.02
123
+ },
124
+ {
125
+ "city": "Arnhem",
126
+ "state": "Gelderland",
127
+ "state_abbr": "GE",
128
+ "postcode": "6811",
129
+ "postcode_prefix": "68",
130
+ "lat_min": 51.98,
131
+ "lat_max": 52.02,
132
+ "lon_min": 5.9,
133
+ "lon_max": 5.96
134
+ },
135
+ {
136
+ "city": "Haarlem",
137
+ "state": "Noord-Holland",
138
+ "state_abbr": "NH",
139
+ "postcode": "2011",
140
+ "postcode_prefix": "20",
141
+ "lat_min": 52.38,
142
+ "lat_max": 52.42,
143
+ "lon_min": 4.62,
144
+ "lon_max": 4.68
145
+ },
146
+ {
147
+ "city": "Enschede",
148
+ "state": "Overijssel",
149
+ "state_abbr": "OV",
150
+ "postcode": "7511",
151
+ "postcode_prefix": "75",
152
+ "lat_min": 52.21,
153
+ "lat_max": 52.25,
154
+ "lon_min": 6.88,
155
+ "lon_max": 6.94
156
+ },
157
+ {
158
+ "city": "Haarlemmermeer",
159
+ "state": "Noord-Holland",
160
+ "state_abbr": "NH",
161
+ "postcode": "2132",
162
+ "postcode_prefix": "21",
163
+ "lat_min": 52.28,
164
+ "lat_max": 52.34,
165
+ "lon_min": 4.68,
166
+ "lon_max": 4.76
167
+ },
168
+ {
169
+ "city": "Amersfoort",
170
+ "state": "Utrecht",
171
+ "state_abbr": "UT",
172
+ "postcode": "3811",
173
+ "postcode_prefix": "38",
174
+ "lat_min": 52.14,
175
+ "lat_max": 52.18,
176
+ "lon_min": 5.38,
177
+ "lon_max": 5.44
178
+ },
179
+ {
180
+ "city": "Zaanstad",
181
+ "state": "Noord-Holland",
182
+ "state_abbr": "NH",
183
+ "postcode": "1506",
184
+ "postcode_prefix": "15",
185
+ "lat_min": 52.44,
186
+ "lat_max": 52.48,
187
+ "lon_min": 4.8,
188
+ "lon_max": 4.86
189
+ },
190
+ {
191
+ "city": "'s-Hertogenbosch",
192
+ "state": "Noord-Brabant",
193
+ "state_abbr": "NB",
194
+ "postcode": "5211",
195
+ "postcode_prefix": "52",
196
+ "lat_min": 51.68,
197
+ "lat_max": 51.72,
198
+ "lon_min": 5.3,
199
+ "lon_max": 5.36
200
+ },
201
+ {
202
+ "city": "Zwolle",
203
+ "state": "Overijssel",
204
+ "state_abbr": "OV",
205
+ "postcode": "8011",
206
+ "postcode_prefix": "80",
207
+ "lat_min": 52.5,
208
+ "lat_max": 52.54,
209
+ "lon_min": 6.08,
210
+ "lon_max": 6.14
211
+ },
212
+ {
213
+ "city": "Leiden",
214
+ "state": "Zuid-Holland",
215
+ "state_abbr": "ZH",
216
+ "postcode": "2311",
217
+ "postcode_prefix": "23",
218
+ "lat_min": 52.15,
219
+ "lat_max": 52.18,
220
+ "lon_min": 4.48,
221
+ "lon_max": 4.52
222
+ },
223
+ {
224
+ "city": "Maastricht",
225
+ "state": "Limburg",
226
+ "state_abbr": "LI",
227
+ "postcode": "6211",
228
+ "postcode_prefix": "62",
229
+ "lat_min": 50.84,
230
+ "lat_max": 50.88,
231
+ "lon_min": 5.68,
232
+ "lon_max": 5.72
233
+ },
234
+ {
235
+ "city": "Dordrecht",
236
+ "state": "Zuid-Holland",
237
+ "state_abbr": "ZH",
238
+ "postcode": "3311",
239
+ "postcode_prefix": "33",
240
+ "lat_min": 51.8,
241
+ "lat_max": 51.84,
242
+ "lon_min": 4.66,
243
+ "lon_max": 4.7
244
+ },
245
+ {
246
+ "city": "Zoetermeer",
247
+ "state": "Zuid-Holland",
248
+ "state_abbr": "ZH",
249
+ "postcode": "2711",
250
+ "postcode_prefix": "27",
251
+ "lat_min": 52.04,
252
+ "lat_max": 52.08,
253
+ "lon_min": 4.48,
254
+ "lon_max": 4.52
255
+ },
256
+ {
257
+ "city": "Ede",
258
+ "state": "Gelderland",
259
+ "state_abbr": "GE",
260
+ "postcode": "6711",
261
+ "postcode_prefix": "67",
262
+ "lat_min": 52.04,
263
+ "lat_max": 52.08,
264
+ "lon_min": 5.66,
265
+ "lon_max": 5.72
266
+ },
267
+ {
268
+ "city": "Westland",
269
+ "state": "Zuid-Holland",
270
+ "state_abbr": "ZH",
271
+ "postcode": "2671",
272
+ "postcode_prefix": "26",
273
+ "lat_min": 51.98,
274
+ "lat_max": 52.02,
275
+ "lon_min": 4.2,
276
+ "lon_max": 4.26
277
+ },
278
+ {
279
+ "city": "Delft",
280
+ "state": "Zuid-Holland",
281
+ "state_abbr": "ZH",
282
+ "postcode": "2611",
283
+ "postcode_prefix": "26",
284
+ "lat_min": 51.99,
285
+ "lat_max": 52.03,
286
+ "lon_min": 4.34,
287
+ "lon_max": 4.38
288
+ },
289
+ {
290
+ "city": "Emmen",
291
+ "state": "Drenthe",
292
+ "state_abbr": "DR",
293
+ "postcode": "7811",
294
+ "postcode_prefix": "78",
295
+ "lat_min": 52.77,
296
+ "lat_max": 52.81,
297
+ "lon_min": 6.88,
298
+ "lon_max": 6.94
299
+ },
300
+ {
301
+ "city": "Venlo",
302
+ "state": "Limburg",
303
+ "state_abbr": "LI",
304
+ "postcode": "5911",
305
+ "postcode_prefix": "59",
306
+ "lat_min": 51.36,
307
+ "lat_max": 51.4,
308
+ "lon_min": 6.16,
309
+ "lon_max": 6.2
310
+ },
311
+ {
312
+ "city": "Deventer",
313
+ "state": "Overijssel",
314
+ "state_abbr": "OV",
315
+ "postcode": "7411",
316
+ "postcode_prefix": "74",
317
+ "lat_min": 52.24,
318
+ "lat_max": 52.28,
319
+ "lon_min": 6.16,
320
+ "lon_max": 6.2
321
+ },
322
+ {
323
+ "city": "Leeuwarden",
324
+ "state": "Friesland",
325
+ "state_abbr": "FR",
326
+ "postcode": "8911",
327
+ "postcode_prefix": "89",
328
+ "lat_min": 53.19,
329
+ "lat_max": 53.23,
330
+ "lon_min": 5.78,
331
+ "lon_max": 5.82
332
+ },
333
+ {
334
+ "city": "Alkmaar",
335
+ "state": "Noord-Holland",
336
+ "state_abbr": "NH",
337
+ "postcode": "1811",
338
+ "postcode_prefix": "18",
339
+ "lat_min": 52.62,
340
+ "lat_max": 52.66,
341
+ "lon_min": 4.74,
342
+ "lon_max": 4.78
343
+ },
344
+ {
345
+ "city": "Hilversum",
346
+ "state": "Noord-Holland",
347
+ "state_abbr": "NH",
348
+ "postcode": "1211",
349
+ "postcode_prefix": "12",
350
+ "lat_min": 52.22,
351
+ "lat_max": 52.26,
352
+ "lon_min": 5.16,
353
+ "lon_max": 5.2
354
+ },
355
+ {
356
+ "city": "Hengelo",
357
+ "state": "Overijssel",
358
+ "state_abbr": "OV",
359
+ "postcode": "7551",
360
+ "postcode_prefix": "75",
361
+ "lat_min": 52.26,
362
+ "lat_max": 52.3,
363
+ "lon_min": 6.78,
364
+ "lon_max": 6.82
365
+ },
366
+ {
367
+ "city": "Oss",
368
+ "state": "Noord-Brabant",
369
+ "state_abbr": "NB",
370
+ "postcode": "5341",
371
+ "postcode_prefix": "53",
372
+ "lat_min": 51.76,
373
+ "lat_max": 51.8,
374
+ "lon_min": 5.52,
375
+ "lon_max": 5.56
376
+ },
377
+ {
378
+ "city": "Sittard-Geleen",
379
+ "state": "Limburg",
380
+ "state_abbr": "LI",
381
+ "postcode": "6131",
382
+ "postcode_prefix": "61",
383
+ "lat_min": 50.99,
384
+ "lat_max": 51.03,
385
+ "lon_min": 5.86,
386
+ "lon_max": 5.9
387
+ },
388
+ {
389
+ "city": "Amstelveen",
390
+ "state": "Noord-Holland",
391
+ "state_abbr": "NH",
392
+ "postcode": "1181",
393
+ "postcode_prefix": "11",
394
+ "lat_min": 52.3,
395
+ "lat_max": 52.34,
396
+ "lon_min": 4.84,
397
+ "lon_max": 4.88
398
+ },
399
+ {
400
+ "city": "Roosendaal",
401
+ "state": "Noord-Brabant",
402
+ "state_abbr": "NB",
403
+ "postcode": "4701",
404
+ "postcode_prefix": "47",
405
+ "lat_min": 51.52,
406
+ "lat_max": 51.56,
407
+ "lon_min": 4.44,
408
+ "lon_max": 4.48
409
+ },
410
+ {
411
+ "city": "Purmerend",
412
+ "state": "Noord-Holland",
413
+ "state_abbr": "NH",
414
+ "postcode": "1441",
415
+ "postcode_prefix": "14",
416
+ "lat_min": 52.5,
417
+ "lat_max": 52.54,
418
+ "lon_min": 4.94,
419
+ "lon_max": 4.98
420
+ },
421
+ {
422
+ "city": "Helmond",
423
+ "state": "Noord-Brabant",
424
+ "state_abbr": "NB",
425
+ "postcode": "5701",
426
+ "postcode_prefix": "57",
427
+ "lat_min": 51.46,
428
+ "lat_max": 51.5,
429
+ "lon_min": 5.66,
430
+ "lon_max": 5.7
431
+ },
432
+ {
433
+ "city": "Schiedam",
434
+ "state": "Zuid-Holland",
435
+ "state_abbr": "ZH",
436
+ "postcode": "3111",
437
+ "postcode_prefix": "31",
438
+ "lat_min": 51.91,
439
+ "lat_max": 51.95,
440
+ "lon_min": 4.38,
441
+ "lon_max": 4.42
442
+ },
443
+ {
444
+ "city": "Lelystad",
445
+ "state": "Flevoland",
446
+ "state_abbr": "FL",
447
+ "postcode": "8232",
448
+ "postcode_prefix": "82",
449
+ "lat_min": 52.5,
450
+ "lat_max": 52.54,
451
+ "lon_min": 5.46,
452
+ "lon_max": 5.52
453
+ },
454
+ {
455
+ "city": "Gouda",
456
+ "state": "Zuid-Holland",
457
+ "state_abbr": "ZH",
458
+ "postcode": "2801",
459
+ "postcode_prefix": "28",
460
+ "lat_min": 52.01,
461
+ "lat_max": 52.05,
462
+ "lon_min": 4.7,
463
+ "lon_max": 4.74
464
+ },
465
+ {
466
+ "city": "Hoorn",
467
+ "state": "Noord-Holland",
468
+ "state_abbr": "NH",
469
+ "postcode": "1621",
470
+ "postcode_prefix": "16",
471
+ "lat_min": 52.64,
472
+ "lat_max": 52.68,
473
+ "lon_min": 5.06,
474
+ "lon_max": 5.1
475
+ },
476
+ {
477
+ "city": "Vlaardingen",
478
+ "state": "Zuid-Holland",
479
+ "state_abbr": "ZH",
480
+ "postcode": "3131",
481
+ "postcode_prefix": "31",
482
+ "lat_min": 51.9,
483
+ "lat_max": 51.94,
484
+ "lon_min": 4.34,
485
+ "lon_max": 4.38
486
+ },
487
+ {
488
+ "city": "Almelo",
489
+ "state": "Overijssel",
490
+ "state_abbr": "OV",
491
+ "postcode": "7607",
492
+ "postcode_prefix": "76",
493
+ "lat_min": 52.34,
494
+ "lat_max": 52.38,
495
+ "lon_min": 6.66,
496
+ "lon_max": 6.7
497
+ },
498
+ {
499
+ "city": "Bergen op Zoom",
500
+ "state": "Noord-Brabant",
501
+ "state_abbr": "NB",
502
+ "postcode": "4611",
503
+ "postcode_prefix": "46",
504
+ "lat_min": 51.48,
505
+ "lat_max": 51.52,
506
+ "lon_min": 4.28,
507
+ "lon_max": 4.32
508
+ },
509
+ {
510
+ "city": "Spijkenisse",
511
+ "state": "Zuid-Holland",
512
+ "state_abbr": "ZH",
513
+ "postcode": "3201",
514
+ "postcode_prefix": "32",
515
+ "lat_min": 51.84,
516
+ "lat_max": 51.88,
517
+ "lon_min": 4.32,
518
+ "lon_max": 4.36
519
+ },
520
+ {
521
+ "city": "Veenendaal",
522
+ "state": "Utrecht",
523
+ "state_abbr": "UT",
524
+ "postcode": "3901",
525
+ "postcode_prefix": "39",
526
+ "lat_min": 52.02,
527
+ "lat_max": 52.06,
528
+ "lon_min": 5.54,
529
+ "lon_max": 5.58
530
+ },
531
+ {
532
+ "city": "Capelle aan den IJssel",
533
+ "state": "Zuid-Holland",
534
+ "state_abbr": "ZH",
535
+ "postcode": "2901",
536
+ "postcode_prefix": "29",
537
+ "lat_min": 51.92,
538
+ "lat_max": 51.96,
539
+ "lon_min": 4.56,
540
+ "lon_max": 4.6
541
+ },
542
+ {
543
+ "city": "Nieuwegein",
544
+ "state": "Utrecht",
545
+ "state_abbr": "UT",
546
+ "postcode": "3431",
547
+ "postcode_prefix": "34",
548
+ "lat_min": 52.03,
549
+ "lat_max": 52.07,
550
+ "lon_min": 5.08,
551
+ "lon_max": 5.12
552
+ },
553
+ {
554
+ "city": "Heerlen",
555
+ "state": "Limburg",
556
+ "state_abbr": "LI",
557
+ "postcode": "6411",
558
+ "postcode_prefix": "64",
559
+ "lat_min": 50.88,
560
+ "lat_max": 50.92,
561
+ "lon_min": 5.96,
562
+ "lon_max": 6.0
563
+ },
564
+ {
565
+ "city": "Zeist",
566
+ "state": "Utrecht",
567
+ "state_abbr": "UT",
568
+ "postcode": "3701",
569
+ "postcode_prefix": "37",
570
+ "lat_min": 52.08,
571
+ "lat_max": 52.12,
572
+ "lon_min": 5.22,
573
+ "lon_max": 5.26
574
+ },
575
+ {
576
+ "city": "Assen",
577
+ "state": "Drenthe",
578
+ "state_abbr": "DR",
579
+ "postcode": "9401",
580
+ "postcode_prefix": "94",
581
+ "lat_min": 52.99,
582
+ "lat_max": 53.03,
583
+ "lon_min": 6.54,
584
+ "lon_max": 6.58
585
+ },
586
+ {
587
+ "city": "Den Helder",
588
+ "state": "Noord-Holland",
589
+ "state_abbr": "NH",
590
+ "postcode": "1781",
591
+ "postcode_prefix": "17",
592
+ "lat_min": 52.94,
593
+ "lat_max": 52.98,
594
+ "lon_min": 4.76,
595
+ "lon_max": 4.8
596
+ },
597
+ {
598
+ "city": "Roermond",
599
+ "state": "Limburg",
600
+ "state_abbr": "LI",
601
+ "postcode": "6041",
602
+ "postcode_prefix": "60",
603
+ "lat_min": 51.19,
604
+ "lat_max": 51.23,
605
+ "lon_min": 5.98,
606
+ "lon_max": 6.02
607
+ },
608
+ {
609
+ "city": "Kampen",
610
+ "state": "Overijssel",
611
+ "state_abbr": "OV",
612
+ "postcode": "8261",
613
+ "postcode_prefix": "82",
614
+ "lat_min": 52.55,
615
+ "lat_max": 52.59,
616
+ "lon_min": 5.9,
617
+ "lon_max": 5.94
618
+ },
619
+ {
620
+ "city": "Doetinchem",
621
+ "state": "Gelderland",
622
+ "state_abbr": "GE",
623
+ "postcode": "7001",
624
+ "postcode_prefix": "70",
625
+ "lat_min": 51.96,
626
+ "lat_max": 52.0,
627
+ "lon_min": 6.28,
628
+ "lon_max": 6.32
629
+ },
630
+ {
631
+ "city": "Middelburg",
632
+ "state": "Zeeland",
633
+ "state_abbr": "ZE",
634
+ "postcode": "4331",
635
+ "postcode_prefix": "43",
636
+ "lat_min": 51.49,
637
+ "lat_max": 51.53,
638
+ "lon_min": 3.61,
639
+ "lon_max": 3.65
640
+ },
641
+ {
642
+ "city": "Harderwijk",
643
+ "state": "Gelderland",
644
+ "state_abbr": "GE",
645
+ "postcode": "3841",
646
+ "postcode_prefix": "38",
647
+ "lat_min": 52.34,
648
+ "lat_max": 52.38,
649
+ "lon_min": 5.62,
650
+ "lon_max": 5.66
651
+ },
652
+ {
653
+ "city": "Goes",
654
+ "state": "Zeeland",
655
+ "state_abbr": "ZE",
656
+ "postcode": "4461",
657
+ "postcode_prefix": "44",
658
+ "lat_min": 51.5,
659
+ "lat_max": 51.54,
660
+ "lon_min": 3.88,
661
+ "lon_max": 3.92
662
+ },
663
+ {
664
+ "city": "Vlissingen",
665
+ "state": "Zeeland",
666
+ "state_abbr": "ZE",
667
+ "postcode": "4381",
668
+ "postcode_prefix": "43",
669
+ "lat_min": 51.44,
670
+ "lat_max": 51.48,
671
+ "lon_min": 3.56,
672
+ "lon_max": 3.6
673
+ },
674
+ {
675
+ "city": "Terneuzen",
676
+ "state": "Zeeland",
677
+ "state_abbr": "ZE",
678
+ "postcode": "4531",
679
+ "postcode_prefix": "45",
680
+ "lat_min": 51.33,
681
+ "lat_max": 51.37,
682
+ "lon_min": 3.82,
683
+ "lon_max": 3.86
684
+ }
685
+ ],
686
+ "streets_by_city": {
687
+ "Amsterdam": [
688
+ "Damrak",
689
+ "Rokin",
690
+ "Kalverstraat",
691
+ "Nieuwendijk",
692
+ "Leidsestraat",
693
+ "Herengracht",
694
+ "Keizersgracht",
695
+ "Prinsengracht",
696
+ "Singel",
697
+ "Bloemgracht"
698
+ ],
699
+ "Rotterdam": [
700
+ "Coolsingel",
701
+ "Lijnbaan",
702
+ "Meent",
703
+ "Hoogstraat",
704
+ "Binnenrotte",
705
+ "Witte de Withstraat",
706
+ "Karel Doormanstraat",
707
+ "Mauritsweg",
708
+ "Schiedamsedijk",
709
+ "Nieuwe Binnenweg"
710
+ ],
711
+ "Den Haag": [
712
+ "Grote Marktstraat",
713
+ "Spuistraat",
714
+ "Noordeinde",
715
+ "Lange Poten",
716
+ "Plein",
717
+ "Binnenhof",
718
+ "Hofweg",
719
+ "Korte Poten",
720
+ "Lange Voorhout",
721
+ "Kneuterdijk"
722
+ ],
723
+ "Utrecht": [
724
+ "Oudegracht",
725
+ "Neude",
726
+ "Vredenburg",
727
+ "Lange Viestraat",
728
+ "Steenweg",
729
+ "Domplein",
730
+ "Domstraat",
731
+ "Vismarkt",
732
+ "Stadhuisbrug",
733
+ "Bakkerstraat"
734
+ ],
735
+ "Eindhoven": [
736
+ "Rechtestraat",
737
+ "Demer",
738
+ "Markt",
739
+ "Stratumseind",
740
+ "Vrijstraat",
741
+ "Kleine Berg",
742
+ "Dommelstraat",
743
+ "Willemstraat",
744
+ "Emmasingel",
745
+ "Vestdijk"
746
+ ],
747
+ "Groningen": [
748
+ "Grote Markt",
749
+ "Vismarkt",
750
+ "Herestraat",
751
+ "Oosterstraat",
752
+ "Gelkingestraat",
753
+ "Folkingestraat",
754
+ "Zwanestraat",
755
+ "Oude Ebbingestraat",
756
+ "Nieuwe Ebbingestraat",
757
+ "Poelestraat"
758
+ ],
759
+ "Tilburg": [
760
+ "Heuvelstraat",
761
+ "Korte Heuvel",
762
+ "Oude Markt",
763
+ "Schouwburgring",
764
+ "Stationsstraat",
765
+ "Pieter Vreedeplein",
766
+ "Nieuwlandstraat",
767
+ "Stadhuisplein",
768
+ "Spoorlaan",
769
+ "Willem II-straat"
770
+ ],
771
+ "Almere": [
772
+ "Stadhuispromenade",
773
+ "Grote Markt",
774
+ "Stadshuisstraat",
775
+ "Landdrostdreef",
776
+ "Randstad",
777
+ "Spoorstraat",
778
+ "Busplein",
779
+ "Spoordreef",
780
+ "Almere Haven",
781
+ "Stadswerf"
782
+ ],
783
+ "Breda": [
784
+ "Grote Markt",
785
+ "Ginnekenstraat",
786
+ "Vismarktstraat",
787
+ "Kasteelplein",
788
+ "Haven",
789
+ "Eindstraat",
790
+ "Torenstraat",
791
+ "Halstraat",
792
+ "Reigerstraat",
793
+ "Veemarktstraat"
794
+ ],
795
+ "Nijmegen": [
796
+ "Grote Markt",
797
+ "Burchtstraat",
798
+ "Molenstraat",
799
+ "Lange Hezelstraat",
800
+ "Plein 1944",
801
+ "Grotestraat",
802
+ "Bloemerstraat",
803
+ "Sint Jorisstraat",
804
+ "Waalkade",
805
+ "Hertogstraat"
806
+ ],
807
+ "Apeldoorn": [
808
+ "Hoofdstraat",
809
+ "Marktplein",
810
+ "Nieuwstraat",
811
+ "Stationsplein",
812
+ "Koningstraat",
813
+ "Regentesselaan",
814
+ "Asselsestraat",
815
+ "Deventerstraat",
816
+ "Brinklaan",
817
+ "Loolaan"
818
+ ],
819
+ "Arnhem": [
820
+ "Vijzelstraat",
821
+ "Koningstraat",
822
+ "Jansplein",
823
+ "Markt",
824
+ "Rijnkade",
825
+ "Willemsplein",
826
+ "Ketelstraat",
827
+ "Bakkerstraat",
828
+ "Roggestraat",
829
+ "Weverstraat"
830
+ ],
831
+ "Haarlem": [
832
+ "Grote Markt",
833
+ "Barteljorisstraat",
834
+ "Zijlstraat",
835
+ "Kruisweg",
836
+ "Anegang",
837
+ "Lange Veerstraat",
838
+ "Koningstraat",
839
+ "Gierstraat",
840
+ "Kleine Houtstraat",
841
+ "Riviervismarkt"
842
+ ],
843
+ "Enschede": [
844
+ "Oude Markt",
845
+ "Langestraat",
846
+ "Kalanderstraat",
847
+ "Van Heekplein",
848
+ "Haverstraatpassage",
849
+ "De Graaff",
850
+ "Korte Haaksbergerstraat",
851
+ "Stadsgravenstraat",
852
+ "Marktstraat",
853
+ "Noorderhagen"
854
+ ],
855
+ "Haarlemmermeer": [
856
+ "Hoofdweg",
857
+ "Marktplein",
858
+ "Kruisweg",
859
+ "Stationsplein",
860
+ "Rijnlanderweg",
861
+ "Concourslaan",
862
+ "Boslaan",
863
+ "Nieuweweg",
864
+ "Dennenlaan",
865
+ "Berkenlaan"
866
+ ],
867
+ "Amersfoort": [
868
+ "Langestraat",
869
+ "Hof",
870
+ "Utrechtsestraat",
871
+ "Arnhemsestraat",
872
+ "Varkensmarkt",
873
+ "Groenmarkt",
874
+ "Sint Jorisplein",
875
+ "Westsingel",
876
+ "Zuidsingel",
877
+ "Kamp"
878
+ ],
879
+ "Zaanstad": [
880
+ "Westzijde",
881
+ "Oostzijde",
882
+ "Gedempte Gracht",
883
+ "Stationsstraat",
884
+ "Peperstraat",
885
+ "Czarinastraat",
886
+ "Dam",
887
+ "Rustenburg",
888
+ "Zuiddijk",
889
+ "Noorderweg"
890
+ ],
891
+ "'s-Hertogenbosch": [
892
+ "Markt",
893
+ "Hinthamerstraat",
894
+ "Kerkstraat",
895
+ "Pensmarkt",
896
+ "Verwersstraat",
897
+ "Schapenmarkt",
898
+ "Lepelstraat",
899
+ "Torenstraat",
900
+ "Visstraat",
901
+ "Hooge Steenweg"
902
+ ],
903
+ "Zwolle": [
904
+ "Grote Markt",
905
+ "Diezerstraat",
906
+ "Sassenstraat",
907
+ "Melkmarkt",
908
+ "Roggenstraat",
909
+ "Blijmarkt",
910
+ "Praubstraat",
911
+ "Walstraat",
912
+ "Thorbeckegracht",
913
+ "Nieuwstraat"
914
+ ],
915
+ "Leiden": [
916
+ "Haarlemmerstraat",
917
+ "Breestraat",
918
+ "Korevaarstraat",
919
+ "Rapenburg",
920
+ "Steenstraat",
921
+ "Nieuwe Rijn",
922
+ "Vismarkt",
923
+ "Aalmarkt",
924
+ "Pieterskerkgracht",
925
+ "Hooigracht"
926
+ ],
927
+ "Maastricht": [
928
+ "Vrijthof",
929
+ "Markt",
930
+ "Grote Staat",
931
+ "Kleine Staat",
932
+ "Stokstraat",
933
+ "Wycker Brugstraat",
934
+ "Rechtstraat",
935
+ "Sint Pieterstraat",
936
+ "Bredestraat",
937
+ "Kesselskade"
938
+ ],
939
+ "Dordrecht": [
940
+ "Voorstraat",
941
+ "Sarisgang",
942
+ "Statenplein",
943
+ "Bagijnhof",
944
+ "Groenmarkt",
945
+ "Scheffersplein",
946
+ "Vriesestraat",
947
+ "Johan de Wittstraat",
948
+ "Spuiboulevard",
949
+ "Kolfstraat"
950
+ ],
951
+ "Zoetermeer": [
952
+ "Dorpsstraat",
953
+ "Markt",
954
+ "Stadhuisplein",
955
+ "Stadshart",
956
+ "Promenade",
957
+ "Spazio",
958
+ "Louis Davidsstraat",
959
+ "Meerzichtlaan",
960
+ "Oranjelaan",
961
+ "Centrum"
962
+ ],
963
+ "Ede": [
964
+ "Grotestraat",
965
+ "Markt",
966
+ "Molenstraat",
967
+ "Stationsweg",
968
+ "Maandereind",
969
+ "Parkweg",
970
+ "Bospoort",
971
+ "Achterdoelen",
972
+ "Schaapsweg",
973
+ "Bergstraat"
974
+ ],
975
+ "Westland": [
976
+ "Dijkweg",
977
+ "Markt",
978
+ "Stationsstraat",
979
+ "Herenstraat",
980
+ "Hoofdstraat",
981
+ "Middel Broekweg",
982
+ "Naaldwijkseweg",
983
+ "Pijletuinenweg",
984
+ "Koningin Julianaweg",
985
+ "Verdilaan"
986
+ ],
987
+ "Delft": [
988
+ "Markt",
989
+ "Oude Delft",
990
+ "Nieuwe Delft",
991
+ "Voldersgracht",
992
+ "Koornmarkt",
993
+ "Brabantse Turfmarkt",
994
+ "Hippolytusbuurt",
995
+ "Choorstraat",
996
+ "Beestenmarkt",
997
+ "Wijnhaven"
998
+ ],
999
+ "Emmen": [
1000
+ "Hoofdstraat",
1001
+ "Raadhuisplein",
1002
+ "Weerdingerstraat",
1003
+ "Wilhelminastraat",
1004
+ "Markt",
1005
+ "Noorderstraat",
1006
+ "Parc Sandur",
1007
+ "Willinkplein",
1008
+ "Dordrechtstraat",
1009
+ "Stationsstraat"
1010
+ ],
1011
+ "Venlo": [
1012
+ "Parade",
1013
+ "Markt",
1014
+ "Vleesstraat",
1015
+ "Lomstraat",
1016
+ "Klaasstraat",
1017
+ "Jodenstraat",
1018
+ "Oude Markt",
1019
+ "Keulsepoort",
1020
+ "Nolensstraat",
1021
+ "Ginkelstraat"
1022
+ ],
1023
+ "Deventer": [
1024
+ "Brink",
1025
+ "Lange Bisschopstraat",
1026
+ "Korte Bisschopstraat",
1027
+ "Stromarkt",
1028
+ "Kleine Poot",
1029
+ "Grote Poot",
1030
+ "Polstraat",
1031
+ "Walstraat",
1032
+ "Assenstraat",
1033
+ "Keizerstraat"
1034
+ ],
1035
+ "Leeuwarden": [
1036
+ "Nieuwstad",
1037
+ "Wirdumerpoortsdwarsstraat",
1038
+ "Kleine Kerkstraat",
1039
+ "Grote Hoogstraat",
1040
+ "Eewal",
1041
+ "Ruiterskwartier",
1042
+ "Voorstreek",
1043
+ "Tweebaksmarkt",
1044
+ "Wilhelminaplein",
1045
+ "Zaailand"
1046
+ ],
1047
+ "Alkmaar": [
1048
+ "Langestraat",
1049
+ "Mient",
1050
+ "Houttil",
1051
+ "Gedempte Nieuwesloot",
1052
+ "Fnidsen",
1053
+ "Laat",
1054
+ "Koorstraat",
1055
+ "Doelenstraat",
1056
+ "Kanaalkade",
1057
+ "Waagplein"
1058
+ ],
1059
+ "Hilversum": [
1060
+ "Kerkstraat",
1061
+ "Groest",
1062
+ "Langestraat",
1063
+ "Naarderstraat",
1064
+ "Emmastraat",
1065
+ "Koningsstraat",
1066
+ "Schapenkamp",
1067
+ "Vaartweg",
1068
+ "Gijsbrecht van Amstelstraat",
1069
+ "Stationsplein"
1070
+ ],
1071
+ "Hengelo": [
1072
+ "Markt",
1073
+ "Enschedesestraat",
1074
+ "Brinkstraat",
1075
+ "Nieuwstraat",
1076
+ "Wemenstraat",
1077
+ "Willemstraat",
1078
+ "Stationsplein",
1079
+ "Lambertusplein",
1080
+ "Thiemsbrug",
1081
+ "Beursstraat"
1082
+ ],
1083
+ "Oss": [
1084
+ "Heuvel",
1085
+ "Molenstraat",
1086
+ "Kerkstraat",
1087
+ "Spoorlaan",
1088
+ "Eikenboomgaard",
1089
+ "Walplein",
1090
+ "Raadhuisstraat",
1091
+ "Peperstraat",
1092
+ "Torenstraat",
1093
+ "Kruisstraat"
1094
+ ],
1095
+ "Sittard-Geleen": [
1096
+ "Markt",
1097
+ "Rosmolenstraat",
1098
+ "Brandstraat",
1099
+ "Steenweg",
1100
+ "Engelenkampstraat",
1101
+ "Putstraat",
1102
+ "Parklaan",
1103
+ "Rijksweg",
1104
+ "Centrum",
1105
+ "Limbrichterstraat"
1106
+ ],
1107
+ "Amstelveen": [
1108
+ "Stadsplein",
1109
+ "Buitenplein",
1110
+ "Rembrandtweg",
1111
+ "Amstelveenseweg",
1112
+ "Handelsweg",
1113
+ "Oranjebaan",
1114
+ "Groenelaan",
1115
+ "Kostverlorenweg",
1116
+ "Olmenlaan",
1117
+ "Lindenlaan"
1118
+ ],
1119
+ "Roosendaal": [
1120
+ "Markt",
1121
+ "Bloemenmarkt",
1122
+ "Kade",
1123
+ "Molenstraat",
1124
+ "Burgerhoutsestraat",
1125
+ "Raadhuisstraat",
1126
+ "Stationsstraat",
1127
+ "Nieuwe Markt",
1128
+ "Roselaar",
1129
+ "Vincentiusstraat"
1130
+ ],
1131
+ "Purmerend": [
1132
+ "Koemarkt",
1133
+ "Weerwal",
1134
+ "Gedempte Where",
1135
+ "Peperstraat",
1136
+ "Koestraat",
1137
+ "Nieuwstraat",
1138
+ "Kaasmarkt",
1139
+ "Stadhuis",
1140
+ "Wherebrug",
1141
+ "Slotplein"
1142
+ ],
1143
+ "Helmond": [
1144
+ "Markt",
1145
+ "Ameidestraat",
1146
+ "Veestraat",
1147
+ "Heistraat",
1148
+ "Havenweg",
1149
+ "Steenweg",
1150
+ "Molenstraat",
1151
+ "Watermolenwal",
1152
+ "Kerkstraat",
1153
+ "Stationsplein"
1154
+ ],
1155
+ "Schiedam": [
1156
+ "Hoogstraat",
1157
+ "Broersvest",
1158
+ "Grote Markt",
1159
+ "Koemarkt",
1160
+ "Lange Haven",
1161
+ "Korte Haven",
1162
+ "Dam",
1163
+ "Appelmarkt",
1164
+ "Nieuwstraat",
1165
+ "Kreupelstraat"
1166
+ ],
1167
+ "Lelystad": [
1168
+ "Stadhuisplein",
1169
+ "Neringpassage",
1170
+ "Dukaatpassage",
1171
+ "Bataviaplein",
1172
+ "Promesse",
1173
+ "De Tjalk",
1174
+ "Karveel",
1175
+ "Kempenaar",
1176
+ "Agorabaan",
1177
+ "Zilverparkkade"
1178
+ ],
1179
+ "Gouda": [
1180
+ "Markt",
1181
+ "Kleiweg",
1182
+ "Hoogstraat",
1183
+ "Zeugstraat",
1184
+ "Lange Tiendeweg",
1185
+ "Korte Tiendeweg",
1186
+ "Achter de Kerk",
1187
+ "Naaierstraat",
1188
+ "Dubbele Buurt",
1189
+ "Nieuwe Markt"
1190
+ ],
1191
+ "Hoorn": [
1192
+ "Grote Noord",
1193
+ "Breed",
1194
+ "Nieuwstraat",
1195
+ "Kerkstraat",
1196
+ "Kleine Noord",
1197
+ "Roode Steen",
1198
+ "Nieuwland",
1199
+ "Gouw",
1200
+ "Gedempte Turfhaven",
1201
+ "Veemarkt"
1202
+ ],
1203
+ "Vlaardingen": [
1204
+ "Hoogstraat",
1205
+ "Korte Hoogstraat",
1206
+ "Westhavenplaats",
1207
+ "Westhavenkade",
1208
+ "Markt",
1209
+ "Veerplein",
1210
+ "Vettenoordsekade",
1211
+ "Parallelweg",
1212
+ "Schiedamseweg",
1213
+ "Broekweg"
1214
+ ],
1215
+ "Almelo": [
1216
+ "Grotestraat",
1217
+ "Markt",
1218
+ "Het Baken",
1219
+ "Ootmarsumsestraat",
1220
+ "Wierdensestraat",
1221
+ "Bornerbroeksestraat",
1222
+ "Prinsenstraat",
1223
+ "Hofkampstraat",
1224
+ "Boddenstraat",
1225
+ "Haghoekplein"
1226
+ ],
1227
+ "Bergen op Zoom": [
1228
+ "Grote Markt",
1229
+ "Kremerstraat",
1230
+ "Zuivelstraat",
1231
+ "Fortuinstraat",
1232
+ "Lievevrouwestraat",
1233
+ "Korenbeursplein",
1234
+ "Steenbergsestraat",
1235
+ "Wouwsestraat",
1236
+ "Antwerpsestraat",
1237
+ "Blauwehandstraat"
1238
+ ],
1239
+ "Spijkenisse": [
1240
+ "Noordeinde",
1241
+ "Voorstraat",
1242
+ "Breekade",
1243
+ "Markt",
1244
+ "Lenteakker",
1245
+ "Kopspoor",
1246
+ "Stationsstraat",
1247
+ "Heemraadlaan",
1248
+ "Schenkelweg",
1249
+ "Stadhuispassage"
1250
+ ],
1251
+ "Veenendaal": [
1252
+ "Hoofdstraat",
1253
+ "Markt",
1254
+ "Kerkewijk",
1255
+ "Zandstraat",
1256
+ "Nieuweweg",
1257
+ "Prins Bernhardlaan",
1258
+ "Industrielaan",
1259
+ "Stationsstraat",
1260
+ "Valleistraat",
1261
+ "Patrimoniumlaan"
1262
+ ],
1263
+ "Capelle aan den IJssel": [
1264
+ "Stadsplein",
1265
+ "Centrumpassage",
1266
+ "De Koperwiek",
1267
+ "Kerklaan",
1268
+ "Slotplein",
1269
+ "Bermweg",
1270
+ "Merellaan",
1271
+ "Akkerdreef",
1272
+ "IJsselplein",
1273
+ "Rivierweg"
1274
+ ],
1275
+ "Nieuwegein": [
1276
+ "Cityplaza",
1277
+ "Muntplein",
1278
+ "Passage",
1279
+ "Stadsplein",
1280
+ "Herenstraat",
1281
+ "Noordstedeweg",
1282
+ "Jutphasestraatweg",
1283
+ "Nedereindseweg",
1284
+ "Oudegeinlaan",
1285
+ "Graaf Florisweg"
1286
+ ],
1287
+ "Heerlen": [
1288
+ "Pancratiusplein",
1289
+ "Promenade",
1290
+ "Saroleastraat",
1291
+ "Geleenstraat",
1292
+ "Wilhelminaplein",
1293
+ "Stationsstraat",
1294
+ "Bongerd",
1295
+ "Oranje Nassaustraat",
1296
+ "Akerstraat",
1297
+ "Honigmannstraat"
1298
+ ],
1299
+ "Zeist": [
1300
+ "Slotlaan",
1301
+ "Markt",
1302
+ "Steynlaan",
1303
+ "Weeshuislaan",
1304
+ "Dorpsstraat",
1305
+ "Antonlaan",
1306
+ "Montaubanstraat",
1307
+ "Jagerlaan",
1308
+ "Utrechtseweg",
1309
+ "Driebergseweg"
1310
+ ],
1311
+ "Assen": [
1312
+ "Markt",
1313
+ "Koopmansplein",
1314
+ "Gedempte Singel",
1315
+ "Mercuriusplein",
1316
+ "Kruisstraat",
1317
+ "Stationsstraat",
1318
+ "Torenlaan",
1319
+ "Rolderstraat",
1320
+ "Javastraat",
1321
+ "Hertenkamp"
1322
+ ],
1323
+ "Den Helder": [
1324
+ "Julianaplein",
1325
+ "Koningstraat",
1326
+ "Spoorstraat",
1327
+ "Middenweg",
1328
+ "Keizerstraat",
1329
+ "Molenplein",
1330
+ "Beatrixstraat",
1331
+ "Sluisdijkstraat",
1332
+ "Weststraat",
1333
+ "Nieuweweg"
1334
+ ],
1335
+ "Roermond": [
1336
+ "Markt",
1337
+ "Munsterplein",
1338
+ "Neerstraat",
1339
+ "Brugstraat",
1340
+ "Kraanpoort",
1341
+ "Varkensmarkt",
1342
+ "Schuitenberg",
1343
+ "Hamstraat",
1344
+ "Steenweg",
1345
+ "Swalmerstraat"
1346
+ ],
1347
+ "Kampen": [
1348
+ "Oudestraat",
1349
+ "Voorstraat",
1350
+ "Geerstraat",
1351
+ "Broederstraat",
1352
+ "Graafschap",
1353
+ "Nieuwe Markt",
1354
+ "Koornmarkt",
1355
+ "Vloeddijk",
1356
+ "Burgwal",
1357
+ "Cellebroedersweg"
1358
+ ],
1359
+ "Doetinchem": [
1360
+ "Hamburgerstraat",
1361
+ "Heezenstraat",
1362
+ "Grutstraat",
1363
+ "Waterstraat",
1364
+ "Simonsplein",
1365
+ "Terborgseweg",
1366
+ "Raadhuisstraat",
1367
+ "Markt",
1368
+ "Stationsplein",
1369
+ "Rozengaardseweg"
1370
+ ],
1371
+ "Middelburg": [
1372
+ "Markt",
1373
+ "Lange Delft",
1374
+ "Korte Delft",
1375
+ "Vlasmarkt",
1376
+ "Lange Geere",
1377
+ "Korte Geere",
1378
+ "Nieuwe Burg",
1379
+ "Plein 1940",
1380
+ "Dam",
1381
+ "Abdij"
1382
+ ],
1383
+ "Harderwijk": [
1384
+ "Markt",
1385
+ "Donkerstraat",
1386
+ "Luttekepoortstraat",
1387
+ "Bruggestraat",
1388
+ "Vischmarkt",
1389
+ "Smeepoortstraat",
1390
+ "Hoogstraat",
1391
+ "Wolleweverstraat",
1392
+ "Vijhestraat",
1393
+ "Stationsplein"
1394
+ ],
1395
+ "Goes": [
1396
+ "Grote Markt",
1397
+ "Lange Kerkstraat",
1398
+ "Korte Kerkstraat",
1399
+ "Wijngaardstraat",
1400
+ "Lange Vorststraat",
1401
+ "Klokstraat",
1402
+ "Beestenmarkt",
1403
+ "Zusterstraat",
1404
+ "Gasthuisstraat",
1405
+ "Opril Grote Markt"
1406
+ ],
1407
+ "Vlissingen": [
1408
+ "Bellamypark",
1409
+ "Walstraat",
1410
+ "Lange Zelke",
1411
+ "Nieuwendijk",
1412
+ "Spuistraat",
1413
+ "Badhuisstraat",
1414
+ "Boulevard",
1415
+ "Aagje Dekenstraat",
1416
+ "Scheldestraat",
1417
+ "Coosje Buskenstraat"
1418
+ ],
1419
+ "Terneuzen": [
1420
+ "Markt",
1421
+ "Nieuwstraat",
1422
+ "Noordstraat",
1423
+ "Axelsestraat",
1424
+ "Grenulplein",
1425
+ "Westkolkstraat",
1426
+ "Oude Vaart",
1427
+ "Stationsstraat",
1428
+ "Scheldeboulevard",
1429
+ "Binnenvaart"
1430
+ ]
1431
+ },
1432
+ "postcode_format": "#### ??",
1433
+ "address_formats": [
1434
+ "{street} {building_number}, {postcode} {city}",
1435
+ "{street} {building_number}\n{postcode} {city}",
1436
+ "{street} {building_number}, {postcode} {city}, {state}"
1437
+ ],
1438
+ "country": "Nederland",
1439
+ "country_code": "NL",
1440
+ "phone_area_codes": {
1441
+ "Amsterdam": [
1442
+ "020"
1443
+ ],
1444
+ "Rotterdam": [
1445
+ "010"
1446
+ ],
1447
+ "Den Haag": [
1448
+ "070"
1449
+ ],
1450
+ "Utrecht": [
1451
+ "030"
1452
+ ],
1453
+ "Eindhoven": [
1454
+ "040"
1455
+ ],
1456
+ "Groningen": [
1457
+ "050"
1458
+ ],
1459
+ "Tilburg": [
1460
+ "013"
1461
+ ],
1462
+ "Almere": [
1463
+ "036"
1464
+ ],
1465
+ "Breda": [
1466
+ "076"
1467
+ ],
1468
+ "Nijmegen": [
1469
+ "024"
1470
+ ],
1471
+ "Apeldoorn": [
1472
+ "055"
1473
+ ],
1474
+ "Arnhem": [
1475
+ "026"
1476
+ ],
1477
+ "Haarlem": [
1478
+ "023"
1479
+ ],
1480
+ "Enschede": [
1481
+ "053"
1482
+ ],
1483
+ "Amersfoort": [
1484
+ "033"
1485
+ ],
1486
+ "Zwolle": [
1487
+ "038"
1488
+ ],
1489
+ "Leiden": [
1490
+ "071"
1491
+ ],
1492
+ "Maastricht": [
1493
+ "043"
1494
+ ],
1495
+ "Dordrecht": [
1496
+ "078"
1497
+ ],
1498
+ "Delft": [
1499
+ "015"
1500
+ ],
1501
+ "Leeuwarden": [
1502
+ "058"
1503
+ ],
1504
+ "Alkmaar": [
1505
+ "072"
1506
+ ],
1507
+ "Deventer": [
1508
+ "0570"
1509
+ ],
1510
+ "Venlo": [
1511
+ "077"
1512
+ ],
1513
+ "Middelburg": [
1514
+ "0118"
1515
+ ]
1516
+ }
1517
+ }