Files
nox-project-nox-framework/sources/ipinfo_io.json
T
2026-04-07 10:17:43 +02:00

31 lines
663 B
JSON

{
"name": "ipinfo_io",
"category": "geolocation",
"endpoint": "https://ipinfo.io/{target}/json",
"method": "GET",
"requires_auth": false,
"selectors": {
"org": "$.org",
"city": "$.city"
},
"rate_limit": 1.0,
"headers": {},
"api_key_slots": [],
"input_type": "ip",
"output_type": [
"domain"
],
"normalization_map": {
"org": "asn_org",
"city": "geo_city"
},
"tags": [
"passive",
"fast"
],
"health_check_url": "https://ipinfo.io",
"expected_status": 200,
"reliability_score": 5,
"backup_endpoints": [],
"confidence": 1.0
}