Single request :
https://{SERVER_ADDRESS}/{VERSION}/single/?Address={INPUT}&Length={LENGTH}&Country={COUNTRY_CODE}&Licence={LICENCE_CODE}&Limit={NB}&Version=1&Filter={FILTER}
Simply replace the items in braces with your information :
| Parameter | Value of the parameter | Value description | Mandatory/Optional |
| Server address | {SERVER_ADDRESS} | Address of the DQE server that will process the data | Mandatory |
| Version | {VERSION} | Version of the API Example : v1 | Mandatory |
| 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