Overview
API call to ipgeolocation
Protocol
x402
Price
$0.10
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
gateway
Source
bazaar
Indexed
2026-06-29 12:15:03
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"properties": {
"include": {
"description": "Optional comma-separated list of extra data modules to add to the response. Accepts 'security' (threat-detection fields: VPN/proxy/Tor, anonymizer, bot) and 'hostname' (reverse DNS). Both modules require the upstream paid subscription and return an error message on the free tier.",
"example": "security",
"type": "string"
},
"ip": {
"description": "The IPv4 or IPv6 address to geolocate. If omitted, the calling client's public IP is used; gateway buyers should pass an explicit target IP.",
"example": "1.1.1.1",
"type": "string"
}
},
"required": [
"ip"
],
"type": "object"
},
"type": "http"
}
Output Schema
{
"asn": {
"as_number": "AS13335",
"country": "US",
"organization": "Cloudflare, Inc."
},
"country_metadata": {
"calling_code": "+61",
"languages": [
"en-AU"
],
"tld": ".au"
},
"currency": {
"code": "AUD",
"name": "Australian Dollar",
"symbol": "A$"
},
"ip": "1.1.1.1",
"location": {
"city": "South Brisbane",
"continent_code": "OC",
"continent_name": "Oceania",
"country_capital": "Canberra",
"country_code2": "AU",
"country_code3": "AUS",
"country_emoji": "🇦🇺",
"country_flag": "https://ipgeolocation.io/static/flags/au_64.png",
"country_name": "Australia",
"country_name_official": "Commonwealth of Australia",
"district": "Brisbane",
"geoname_id": "10113228",
"is_eu": false,
"latitude": "-27.47306",
"longitude": "153.01421",
"state_code": "AU-QLD",
"state_prov": "Queensland",
"zipcode": "4101"
},
"time_zone": {
"current_time": "2026-06-24 04:51:39.021+1000",
"current_time_unix": 1782240699.021,
"current_tz_abbreviation": "AEST",
"is_dst": false,
"name": "Australia/Brisbane",
"offset": 10,
"offset_with_dst": 10
}
}