Below you have an example of a successful response returned by the API.
Content-Type: application/json; charset=utf-8
Date: 22 May 2020 13:54:17 GMT
Message: OK
X-Rate-Limit-Limit: 1200
X-Rate-Limit-Remaining: 1199
X-Rate-Limit-Reset: 1553858760
{
"reference_id": "GlobalGeoTest_11884",
"transaction_id": "912de88f-15d8-4059-b8f7-935459064394",
"result": {
"geocodes": {
"latitude": 38.82407,
"longitude": 16.42141,
"match_level": "building"
}
},
"metadata": {
"code": "S200",
"message": "Success",
"detail": "All requested attribute(s) retrieved.",
"datasets": {
"geocodes": {
"latitude": {
"code": "S200",
"message": "Match",
"value": "38.82407"
},
"longitude": {
"code": "S200",
"message": "Match",
"value": "16.42141"
},
"match_level": {
"code": "S200",
"message": "Match",
"value": "building"
}
}
}
}
}