IP GEOLOCATION API
RESPUESTA RÁPIDA Y DATOS PRECISOS
Para realizar una consulta, envía una solicitud POST a:
https://api.xxxxxx.io/api/getIP
Cabeceras de Solicitud
Content-Type: application/json
Authorization: TU-TOKEN-AQUÍ
Cuerpo de solicitud
{
"ip": "8.8.8.8"
}
"result": true,
"tracking":
{
"ip": 8.8.8.8,
"continent": "North America",
"continentCode": "NA",
"country": "United States",
"countryCode": "US",
"countryCapital": "Washington",
"capitalCode": "CA",
"regionName": "Virginia",
"region": "VA",
"city": "Ashburn",
"postal": "20149",
"coordinates": {"lat": "39.03", "lon": "-77.5"},
"isp": "Google LLC",
"org": "Google Public DNS",
"asn": "AS15169",
"orgdomain": "google.com",
"flag": "https://xxxxxx.io/flags/us.png",
"population": "327167434",
"timezone": "America/New_York",
"offset": "-18000",
"gmt": "GMT -5:00",
"currencyName": "US Dollar",
"currency": "USD",
"currencySymbol": "$",
"countryTLD": ".us",
"callingCode": "+1",
"languages": "English"
}
- Powered by: GlobalPer Inc.
- Más información
scroll down