PiriAPI

Location Intelligence API

Powerful APIs for geocoding, place search, and IP geolocation. Access hierarchical geographic data across 221 countries.

Documentation
221
Countries
1.8M+
Location Records
Scroll

Simple, powerful API

Clean REST API with consistent response formats. Get started in minutes with our comprehensive documentation and code examples.

  • RESTful API with JSON responses
  • Multi-language place names
  • Hierarchical geographic data
  • API key authentication
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
}

Ready to get started?

Create your account and start building with location intelligence today.

Documentation

© 2026 PiriAPI. All rights reserved.