[ Whereis® API Home ] [ JSON API Home ] [ Services ] [ Get Detail Services ]
Use get details by ID to obtain information about an address that you have already validated using a geocode operation or Autosuggest. Returns a <geocode> object, corresponding to the submitted ID.
URL
HTTP POST to <ENDPOINT>/service/details
Request format
{
"id": <string>
temp test : this will get removed
}
Rules
Parameter | Mandatory? | Description |
id | Y | Obtained from a geocode object returned by a previous geocode or reverse geocode request |
Sample request
{
"id": "property-163257851"
}
Sample response
<geocode object>
NOTES