L

Locations

by Locations Free tier

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.

mapsentertainmentpaymentsstoragecloud storagefilesenterprisecollaboration

Quick Reference

Base URL 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
Pricing
90
Latency
0
Depth
83

Authentication

OAuth 2.0 or JWT (Server Authentication) for machine-to-machine

Authorization: Bearer YOUR_ACCESS_TOKEN

Pricing

Model freemium Starting price Free tier available Free quota 10 GB storage / forever
PlanPrice/moIncluded
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.

Key Endpoints

MethodPathDescription
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.

Sample Request

curl -X GET 'https://sandbox.whapi.com/v2/locations/address/lookup/' \
  -H 'apiKey: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Locations documentation.