single request :
https://{SERVER_ADDRESS}/{VERSION}/single/
The value {SERVER_ADDRESS} is the address of the DQE server that will process the data.
The value {VERSION} is the version of the API that will be used
Simply add the parameters below in the Body to «x-www-form-urlencoded» :
| Parameter | Value of the parameter | Value description | Mandatory/Optional |
| Licence | {LICENCE_CODE} | Number assigned to you as your license code | Mandatory |
| Address | {INPUT} | User input | Mandatory |
| Country | {COUNTRY_CODE} | ISO country code (3 letters) | Mandatory |
| Length | {LENGTH} | Character limit for address. | Optional (if not specified, default is 38) Advice minimum value : 32 |
| Limit | {NB} | Allows you to limit the number of responses (e.g. Limit=2) Note: Maximum 20 | Optional (if not specified, default is 20) |
| Version | 1 | Allows you to retrieve the street type in the JSON response. Without this parameter, the street type is not sent in the key provided for this purpose. | Optional |
| Langue | {LANGUAGE} | For Japan only, JP = Kanji JK = Katakana EN = English | Optional |
| Filter | {FILTER} | For France only 1 = all 2 = No cedex address only 3 = Cedex Address only | Optional |
Related to