-
curl http://zip.elevenbasetwo.com?zip=10115
returns:
{"country": "US", "state": "NY", "city": "NEW YORK"}
however, it should indicate that this is also a match.
{"country": "DE", "state": "BERLIN"…
-
Hi,
My zip code data does not seem to match yours, is it possible i can download a list of the zipcode you use for each city in France?
thanks in advanced
ghost updated
11 years ago
-
Due to time pressure, I've never implemented a feature to convert zipcodes to a city. The city field already exists in the data structure on Request and Hero (LocationCity), but I fill it manually on …
-
As I currently need to update my database, I stumbled upon a missing German ZipCode:
City: Quickborn
ZipCode: 25442
As this might not be the last I find, is there a general way to send updates to t…
-
## Issue Description
_Users are incorrectly entering addresses associated with military bases overseas where they select the overseas address checkbox yet enter a zip code that does not match the acc…
-
Hi,
Thanks for developing this! I'm wondering if it is easy to modify the code to add the chosen point's zipcode to the output string for piping purposes.
Cheers,
Matt
-
When I use reverse_zipcode in a mutate, it throws an error when it encounters a repeat real zipcode (in the example, zip 96817, but notice not for 00000). I was expecting it to do a vectorized operati…
-
In these few lines:
https://github.com/vangheem/pyzipcode/blob/6056689c1249fdb96841fd17bf9b281fade3cc1c/pyzipcode/__init__.py#L135C47-L135C47
Which calculates zipcodes near other zipcodes, are latit…
-
Maybe this is more of a 'nice to have' feature request, but it would be helpful to know or filter by the type of a zip code being returned (Standard, Military, PO Box Only, Unique) -- For instance we'…
-