The JSON answer is a dictionary containing 1 to n key(s) composed themselves of the keys defined below:
Key | Value | France | International |
IDLocalite | Unique code for each city (INSEE code for France) | STRING(10) | STRING(10) |
Saisie | Empty | ||
Pays | ISO country code | STRING(3) | STRING(3) |
CodePostal | Postal code of the city | INTEGER(5) | STRING(10) |
Localite | Name of the city | STRING(38) | STRING(50) |
Roudis | Roudis code for France only | INTEGER(5) | Non disponible |
Instance |
Number passed as a parameter during the call and returned to us with the answer |
INTEGER(1) | INTEGER(1) |
IDVoie | Unique number to designate the channel | INTEGER(8) | STRING(10) |
Voie | Port Name | STRING(38) | STRING(50) |
Numero Ou Num |
Number of numbers in the port | INTEGER(4) | INTEGER(4) |
Nbnumero ou NbNumero |
Number of numbers in the port | INTEGER(4) | INTEGER(4) |
ListeNumero | Empty |
Example of return:
{
"1" : {
"IDLocalite": "92044", "Saisie": "",
"Nbnumero": "1",
"Pays": "FRA",
"IDVoie": "1749869", "Voie": "RUE VICTOR HUGO",
"Numero": "104",
"Instance": "",
"ListeNumero": "",
"Num": "104",
"CodePostal": "92300",
"NbNumero": "1",
"Localite": "LEVALLOIS PERRET", "CodeVoie": "1749869"
}
}