mirror of
https://github.com/nox-project/nox-framework.git
synced 2026-06-08 16:07:17 +00:00
33 lines
702 B
JSON
33 lines
702 B
JSON
{
|
|
"name": "ipapi_co",
|
|
"category": "geolocation",
|
|
"endpoint": "https://ipapi.co/{target}/json/",
|
|
"method": "GET",
|
|
"requires_auth": false,
|
|
"selectors": {
|
|
"asn": "$.asn",
|
|
"org": "$.org"
|
|
},
|
|
"rate_limit": 1.0,
|
|
"headers": {
|
|
"User-Agent": "Mozilla/5.0"
|
|
},
|
|
"api_key_slots": [],
|
|
"input_type": "ip",
|
|
"output_type": [
|
|
"domain"
|
|
],
|
|
"normalization_map": {
|
|
"asn": "asn_number",
|
|
"org": "asn_org"
|
|
},
|
|
"tags": [
|
|
"passive",
|
|
"fast"
|
|
],
|
|
"health_check_url": "https://ipapi.co",
|
|
"expected_status": 200,
|
|
"reliability_score": 4,
|
|
"backup_endpoints": [],
|
|
"confidence": 0.85
|
|
} |