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

26 lines
611 B
JSON

{
"name": "keybase_lookup",
"category": "social",
"endpoint": "https://keybase.io/_/api/1.0/user/lookup.json?username={target}",
"method": "GET",
"requires_auth": false,
"selectors": {
"id": "$.them[0].id"
},
"rate_limit": 1.0,
"headers": {},
"api_key_slots": [],
"input_type": "username",
"output_type": [
"username"
],
"normalization_map": {},
"tags": [
"passive"
],
"health_check_url": "https://keybase.io",
"expected_status": 200,
"reliability_score": 4,
"backup_endpoints": [],
"confidence": 0.85
}