Beliebte API
IP-Geolokalisierungs-API
Erhalten Sie umfassende Standortdaten für jede IP-Adresse weltweit. Ideal für Analytics, Betrugsprävention, Content-Lokalisierung und Sicherheitsanwendungen.
API-Endpunkt
https://ipgeolocation.cleariflow.com/v1/?api_key=be5b6f8e9dcb540b2dc1b4fc6f5dbd96&ip_address=8.8.8.8
Jetzt testen
API mit Live-Daten prüfen
Inspiration? Probieren Sie:
API-Vorteile
Branchenführende Genauigkeit
Premium-Geodatenbanken für hohe Genauigkeit weltweit.
Umfassende Daten
Stadt, Region, Land, Koordinaten und Postleitzahl.
VPN- & Proxy-Erkennung
VPN-Exit-Node- und Proxy-Erkennung via IP-to-VPN MMDB.
Zeitzoneninformationen
Name, Abkürzung, GMT-Offset und aktuelle Zeit.
Reichhaltige Metadaten
ISP, Verbindungstyp, Währung und Flagge pro Antwort.
Blitzschnell
Unter 100 ms, 99,9 % SLA und globales CDN.
Hauptfunktionen
IPv4- und IPv6-Unterstützung
Erkennung von Stadt, Region und Land
Breiten- und Längengrad
Zeitzone und UTC-Offset
ISP- und Organisationsdetails
Verbindungstyp-Erkennung
VPN- und Proxy-Erkennung
Währungs- und Flaggeninformationen
EU-Mitgliedschaftsstatus
Postleitzahlenerkennung
Feldfilterung
JSON-Antwortformat
Schnellstart
1. API-Key holen
Kostenlos registrieren und sofort den Key erhalten.
2. Erste Anfrage
curl -X GET \ "https://ipgeolocation.cleariflow.com/v1/" \ ?api_key=be5b6f8e9dcb540b2dc1b4fc6f5dbd96 \ &ip_address=8.8.8.8
3. Antwort verarbeiten
{
"ip_address": "8.8.8.8",
"city": "Mountain View",
"city_geoname_id": 5375480,
"region": "California",
"region_iso_code": "CA",
"region_geoname_id": 5332921,
"postal_code": "94035",
"country": "United States",
"country_code": "US",
"country_geoname_id": 6252001,
"country_is_eu": false,
"continent": "North America",
"continent_code": "NA",
"continent_geoname_id": 6255149,
"longitude": -122.0838,
"latitude": 37.386,
"security": {
"is_vpn": false,
"is_proxy": false
},
"timezone": {
"name": "America/Los_Angeles",
"abbreviation": "PDT",
"gmt_offset": -7,
"current_time": "06:37:41",
"is_dst": true
},
"flag": {
"emoji": "🇺🇸",
"unicode": "U+1F1FA U+1F1F8",
"png": "https://static.cleariflow.com/country-flags/US_flag.png",
"svg": "https://static.cleariflow.com/country-flags/US_flag.svg"
},
"currency": {
"currency_name": "United States Dollar",
"currency_code": "USD"
},
"connection": {
"autonomous_system_number": 15169,
"autonomous_system_organization": "Google LLC",
"connection_type": "Corporate",
"isp_name": "Google LLC",
"organization_name": "Google LLC"
}
}Kostenlos ausprobieren
Online-Tools vor der API-Integration.