This is our legacy WhatsApp check endpoint. It still works perfectly, but you may also want to use the newer WA Validation endpoint which provides more detailed carrier and location data.
Overview
Use this endpoint to quickly check whether a provided phone number has an active WhatsApp account and if it is a WhatsApp Business account.
Query Parameters
The phone number to check, including the country code (e.g., 919876543210 or %2B14155552671).
Response
true if the request was processed successfully.
true if the phone number has an active WhatsApp account.
true if the WhatsApp account is a WhatsApp Business account.
Your remaining balance of WhatsApp check credits.
curl "https://lookup.proweblook.com/api/v1/checkwanumber?number=%2B14155552671&api_key=YOUR_API_KEY"
Success
Invalid Number
Invalid API Key
{
"balance" : 1003 ,
"status" : true ,
"numberstatus" : true ,
"businessnumber" : false
}