whapi.com

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.

🔑 apikey 5 endpoints entertainment
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (1 total)

whatsapp-api-sdk-php ✓ Official
composer require whatsapp-api-sdk-php
curl examples
Retrieves a list of countries and its currencies.
curl \
  -H "apiKey: $API_KEY" \
  /countries/
Retreives the list of currencies.
curl \
  -H "apiKey: $API_KEY" \
  /currencies/
Retrieves a list of addresses when supplied with a house number or name and a…
curl \
  -H "apiKey: $API_KEY" \
  /address/lookup/
Endpoints (5 total)
GET
/countries/
Retrieves a list of countries and its currencies.
GET
/currencies/
Retreives the list of currencies.
GET
/address/lookup/
Retrieves a list of addresses when supplied with a house number or name and a…
GET
/countries/{countryCode}
Retrieves the specified country and its currency.
GET
/currencies/{currencyCode}
Retreives the specified currency.
Related APIs in same category
jokes.onevimeo.comnpr.orgnpr.orgnpr.orgnpr.org
Language coverage
PHP
1
At a glance
Total SDKs1
Languages1
Endpoints5
Authapikey
Categories1