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

NameTypeDescription

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"}

Last updated