v1

latestSwagger 2.0LGPL license V3.2026-07-136979.5 KB
addressparser - standardizer

split a raw address into several parts

The address parser and address standardizer, are part of the Gisgraphy project (free open source worldwide geocoder). Address parsing is the process of dividing a single address string into its individual component parts. Please visit http://www.address-parser.net for more details

get/addressparser/parse

Query parameters

addressstring required

A postal address.

countrystring

The ISO 3166 Alpha 2 code of the country.

format'XML' | 'JSON' | 'PHP' | 'RUBY' | 'PYTHON' | 'YAML'

The output format.

callbackstring

The callback method name (optional), use to wrap the content into a (alphanumeric) Javascript method. Works only for script output formats (JSON, PHP, Ruby, Python)

indentboolean

indents the results.Default to false. Possible values are true or false (or on when used with the rest service. If you use a checkbox in a web form, to indent the results, the value will be 'on' or 'off', so for a simple use : the value of indent can be 'true' or 'on'

standardizeboolean

Whether the address should be standardized after parsing, the value will be 'on' or 'off', so for a simple use : the value of indent can be 'true' or 'on'

geocodeboolean

UNUSED YET. Whether the address should be geocoded after parsing, the value will be 'on' or 'off', so for a simple use : the value of indent can be 'true' or 'on'

Response

Sucessfully processed

messagestring

a message

numFoundinteger

how many result found

QTimeinteger

how long the query took