ipfind.io
APIFree IP & Domain Geolocation API with Detailed Metadata
Overview
ipfind.io is a RESTful API that retrieves geographic location and metadata for any IP address or domain. Key endpoints include GET /ip (for client IP) and GET /ip/{target} (supports IPs or domains). Responses are JSON-formatted, containing data like country, region, city, latitude/longitude, ISP, organization, ASN, time zone, and currency. Use cases include fraud detection, content localization, user experience personalization, analytics, and targeted marketing based on user location.
Example Integration (JavaScript)
fetch('https://ipfind.io')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful Architecture
- JSON Response Format
- IP Address & Domain Support
- Detailed Metadata (ISP, ASN, Time Zone)
- No API Key Required for Basic Requests
Frequently Asked Questions
? Is ipfind.io free to use?
Yes, ipfind.io offers a free tier with basic access. Paid plans are available for higher rate limits and additional advanced features.
? Does it require an API Key?
The free tier does not require an API key for basic requests. Paid plans may require an API key to authenticate and access premium capabilities.
? What is the response format?
All responses from ipfind.io are in JSON format, providing structured data including geographic location, ISP, ASN, time zone, and other relevant metadata.
Top Alternatives
People Also Ask about ipfind.io
Tool Info
Pros
- ⊕ Easy Integration with Minimal Setup
- ⊕ Free Basic Tier Available
- ⊕ Supports Both IPs and Domains
- ⊕ Comprehensive Location Data Points
Cons
- ⊖ Rate Limits on Free Tier
- ⊖ Limited Advanced Features in Free Plan
- ⊖ No Formal SLA for Free Users