# WA Lookup > WA Lookup is a WhatsApp number lookup and verification platform. It checks whether a phone number is registered on WhatsApp, whether a visible avatar is available, and whether the account is a WhatsApp Business account. ## Products - WhatsApp Verification (`ws`): confirms whether a phone number is registered on WhatsApp. - WhatsApp Avatar (`ws_avatar`): checks registration and avatar availability. - WhatsApp Business (`ws_business`): checks registration and WhatsApp Business account status. ## API - Endpoint: `POST /api/v1/check` - Authentication: API key from the dashboard - Request field: `service_type` must be one of `ws`, `ws_avatar`, or `ws_business` - Main response field: `registered` ## Pricing WA Lookup uses one-time balance top-ups. A rate-limited public registration demo is available without signing in, and registered users can contact support to ask about trial balance. Balance is charged only for completed checks; failed or undetermined checks are refunded automatically. ## Important Notes - WA Lookup does not check online status, last seen, display name, chat history, or message content. - Failed or undetermined checks are refunded automatically. - The API path is `/api/v1`. ## Methodology and Guides - [How verification works](https://walookup.com/how-it-works): request lifecycle, billing, refunds, limits, and interpretation boundaries. - [E.164 phone number format](https://walookup.com/guides/e164-phone-number-format): normalization rules and examples for API input. - [Result interpretation](https://walookup.com/guides/result-interpretation): registered, unregistered, invalid, and retryable states. - [Contact list cleaning](https://walookup.com/use-cases/contact-list-cleaning): an auditable workflow for normalization, verification, and routing. ## Blog - [Blog](https://walookup.com/blog): practical articles about WhatsApp registration checks, contact-data workflows, result interpretation, and responsible operations.