Sample Response: JSON
Request
The following is an example of a request for the Dictionaries service. In this example, the request is for a list of configured Geocode datasets for France.
GET https://api.precisely.com/geocode/v1/transient/premium/dictionaries?country=FRA HTTP/1.1
The following shows the JSON response returned by the previous request.
{"dictionaries": [
{
"vintage": "2014_09",
"source": "TomTom",
"description": "MAPMARKER_FRA_TomTom_TomTom_2014_09",
"countrySupportInfos": [ {
"supportedCountries": [
"REU",
"MYT",
"GLP",
"GUF",
"MTQ",
"FRA",
"MCO"
],
"supportedDataTypes": [
"STREET",
"AREA_NAME_3",
"POST_CODE_1"
]
}]
},
{
"vintage": "2015_Q2",
"source": "Navteq",
"description": "MAPMARKER_FRA_Navteq_Navteq_2015_Q2",
"countrySupportInfos": [ {
"supportedCountries": [
"REU",
"MYT",
"GLP",
"GUF",
"MTQ",
"FRA",
"MCO"
],
"supportedDataTypes": [
"STREET",
"AREA_NAME_3",
"POST_CODE_1"
]
}]
}
]}