Skip to main content
The Sinaty Networks IP Geolocation API provides detailed location information for any IP address. Built with high accuracy and unlimited requests, this API is perfect for applications that need to determine the geographic location of users or IP addresses.

Overview

Our IP Geolocation API uses MaxMind’s GeoIP2 databases to provide accurate location data including country, city, coordinates, timezone, and more. The API is designed for high performance and reliability, making it suitable for production applications.

Key Features

Unlimited Requests

No rate limits or usage quotas

High Accuracy

MaxMind GeoIP2 databases

Multiple Data Types

Country, City, ASN information

Real-time Updates

Regular database updates

What You Get

Location Data

  • Country: Country name, ISO code, and confidence
  • City: City name, postal code, and confidence
  • Coordinates: Latitude and longitude with accuracy radius
  • Timezone: Local timezone information
  • Subdivisions: State/province information

Network Data

  • ASN: Autonomous System Number and organization
  • ISP Information: Internet Service Provider details
  • Connection Type: Type of internet connection

Additional Information

  • Continent: Continent code and name
  • Postal Code: ZIP/postal code information
  • Confidence Scores: Accuracy indicators for each data point

API Endpoints

Base URL

https://api.sinaty.business/ip/

Available Endpoints

  • GET /ip/ - Get location data for a specific IP
  • GET /ip/ - Get location data for the requesting IP
  • POST /ip/ - Get location data via POST request

Quick Start

Get Location for a Specific IP

curl "https://api.sinaty.business/ip/8.8.8.8"

Get Location for Your IP

curl "https://api.sinaty.business/ip/"

Response Example

{
  "ip": "8.8.8.8",
  "timestamp": "2024-01-01T12:00:00Z",
  "api_version": "1.0",
  "country": {
    "iso_code": "US",
    "name": "United States",
    "confidence": 99
  },
  "continent": {
    "code": "NA",
    "name": "North America"
  },
  "city": {
    "name": "Mountain View",
    "confidence": 90
  },
  "location": {
    "latitude": 37.4056,
    "longitude": -122.0775,
    "accuracy_radius": 1000,
    "time_zone": "America/Los_Angeles"
  },
  "asn": {
    "number": 15169,
    "organization": "Google LLC"
  },
  "isp": "Google LLC",
  "connection_type": "Corporate"
}

Use Cases

User Experience

  • Content Localization: Show region-specific content and language
  • Currency Detection: Automatically detect user’s currency
  • Time Zone Handling: Display local time information
  • Regional Features: Enable/disable features based on location

Security & Compliance

  • Fraud Detection: Identify suspicious login locations
  • Geographic Restrictions: Enforce regional access controls
  • Compliance: Meet data residency requirements
  • Audit Logging: Track user access locations

Analytics & Insights

  • User Demographics: Understand your user base geography
  • Traffic Analysis: Analyze traffic patterns by region
  • Performance Monitoring: Track performance by location
  • Market Research: Identify target markets

Getting Started

Ready to integrate the IP Geolocation API? Check out our detailed documentation:

Support

Need help with the IP Geolocation API?
  • Documentation: Check our detailed API documentation
  • Examples: Review code examples in our guides
  • Email: Contact support@sinaty.business for technical assistance
  • Discord: Join our community for developer discussions

Ready to get started? Check out our endpoints documentation or code examples.
I