The Locations API is a collection of methods that support geographical information. The first method is an address lookup service for UK addresses. This service can be used to provide a new customer with a list of possible addresses from which they can populate a registration form.
https://sandbox.whapi.com/v2/locations
Auth type
OAuth 2.0
Auth header
Authorization: Bearer YOUR_ACCESS_TOKEN
Rate limit
4,000 API calls/min (authenticated)
Pricing
Free tier available
Free quota
10 GB storage / forever
Documentation
https://sandbox.whapi.com/v2/locations
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
C
60%
builder-friendly
OAuth 2.0 or JWT (Server Authentication) for machine-to-machine
Authorization: Bearer YOUR_ACCESS_TOKEN
| Plan | Price/mo | Included |
|---|---|---|
| Individual | Free | 10 GB storage |
| Business Starter | $15 | Per user/mo, unlimited storage |
| Business | $20 | Per user/mo, advanced admin |
| Enterprise | $0 | Custom pricing |
Individual: free (10GB). Business Starter: $15/user/mo (unlimited storage). Business: $20/user/mo. Enterprise: custom.
| Method | Path | Description |
|---|---|---|
| GET | /address/lookup/ |
Retrieves a list of addresses when supplied with a house number or name and a po |
| GET | /countries/ |
Retrieves a list of countries and its currencies. |
| GET | /countries/{countryCode} |
Retrieves the specified country and its currency. |
| GET | /currencies/ |
Retreives the list of currencies. |
| GET | /currencies/{currencyCode} |
Retreives the specified currency. |
curl -X GET 'https://sandbox.whapi.com/v2/locations/address/lookup/' \ -H 'apiKey: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Locations documentation.