Get geo data for IP

Get geo data for IP

Query Parameters
  • ip
    Type: string
    required

    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
}