GET v1/internal/latlong/{zip}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| zip | string |
Required |
Body Parameters
None.
Response Information
Resource Description
LatLong| Name | Description | Type | Additional information |
|---|---|---|---|
| lat | decimal number |
None. |
|
| lon | decimal number |
None. |
|
| zip | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"lat": 1.1,
"lon": 2.1,
"zip": "sample string 3"
}
