Powerful APIs for geocoding, place search, and IP geolocation. Access hierarchical geographic data across 221 countries.
Three powerful APIs to handle all your location intelligence needs.
Access hierarchical geographic data. Browse countries, regions, and sub-regions with multi-language names and coordinates.
Search across all place names with fuzzy matching. Filter results by admin level and country code.
Look up geolocation data for any IPv4 or IPv6 address. Get country, region, city, coordinates, and timezone.
Clean REST API with consistent response formats. Get started in minutes with our comprehensive documentation and code examples.
curl -H "X-API-Key: YOUR_KEY" \
"https://api-piriapi.kaanksc.com/api/v1/places?limit=1" {
"list": [
{
"id": "FEHMAJ",
"admin_level": 2,
"localname": "United Kingdom",
"country_code": "gb",
"names": { "en": "United Kingdom", "tr": "Birleşik Krallık" },
"coordinates": [-3.436, 55.378],
"address": []
}
],
"limit": 1,
"offset": 0,
"count": 221
} Create your account and start building with location intelligence today.