Proweblook Help Desk
  • Welcome to Proweblook
  • Getting Start
    • Setting Up Account
  • API Docs
    • Check WA Number API
    • Phone Number Validation
    • Check GEO IP
    • Email Verifier API
    • Caller ID Finder
  • FAQ
  • Balance check
    • WA balance Check
    • Phone Balance Check
    • Caller Info Balance Check
    • GeoIP Balance check
Powered by GitBook
On this page
  • Request:
  • OR
  • Check GEO IP
  • Response:

Was this helpful?

  1. API Docs

Check GEO IP

Request:

curl --location 'https://ipgeo.proweblook.com/?ip=8.8.8.8&api_key=your_api_key'

OR

Check GEO IP

GET https://ipgeo.proweblook.com

To check whether number exists or not in whatsapp.

Request Body

Name
Type
Description

ip*

string

ip which you want to check

api_key*

string

Your Proweblook api key

{
    // Response
}

Response:

{"status":true,"ip":"8.8.8.8","range":[37.751,-97.822],"region":null,"country":"US","country_name":"United States","postal":null,"timezone":"America\/Chicago"}
PreviousPhone Number ValidationNextEmail Verifier API

Last updated 1 year ago

Was this helpful?