The MyZipcodes method allows you to retrieve all postal codes you entered notes from in a specific city.

Please note that this method operates on location data as entered by the user. E.g. if you enter notes from 1010 Wien, Austria and 1020 Vienna, Austria these notes will both be subsumed under the official city profile but only postal codes from the requested location (city name, country combination) will show up in the data returned by this method.

Input parameters:

city the location name as entered by you
country the location's country as entered by you
comment (optional) if provided only postal codes you used to enter notes matching this comment will be returned

Output:

An associative array containing the following elements:

data an associative array containing information about the found postal codes:
    - zipcode a found postal code
 
rows the number of postal codes
cached internally used by EBT, ignore it
stored internally used by EBT, ignore it
timeout internally used by EBT, ignore it

Example:

https://api.eurobilltracker.com/?m=myzipcodes&v=1&PHPSESSID=123456789&city=Berlin&country=Germany&comment=trainstation

Also have a look at the advanced and expert note entering form where EBT makes use of its own API.

Current version: 1

Previous versions: -none-

[ back ]