Get geo data for IP
Get geo data for IP
Query Parameters
- Type: stringiprequired
IP address
Responses
- application/json
Request Example for get/public/data-by-ip
curl 'https://sandbox-api.mrcr.io/v1.6/public/data-by-ip?ip='
{
"data": {
"country": {
"code": "string",
"enabled": true,
"phone_prefix": 1
}
},
"status": 1
}