Get started
Endpoints
Unwired Labs' APIs are hosted in two regions, each with its own base URL. Choose the region closest to your servers.
Unwired Labs' APIs are hosted in two regions, each with its own base URL. Choose the region that's geographically closer to your servers for minimal latency, then send requests to the endpoint for the specific API you're calling - see Available Endpoints below.
Regions
Region 1: United States (Northern Virginia)
https://us1.unwiredlabs.com
Region 2: Europe (Germany)
https://eu1.unwiredlabs.com
Available Endpoints
Replace <region> below with us1 or eu1.
| Method | Path | Used by |
|---|---|---|
| POST | https://<region>.unwiredlabs.com/v2/process | Geolocation |
| GET | https://<region>.unwiredlabs.com/v2/search | Forward Geocoding |
| GET | https://<region>.unwiredlabs.com/v2/reverse | Reverse Geocoding |
| GET | https://<region>.unwiredlabs.com/v2/timezone | Timezone |
| GET | https://<region>.unwiredlabs.com/v2/balance | Balance |

