Developers can check API Specification here:
curl -H "Authorization: Bearer <API_KEY>" https://api.maltiverse.com/ip/212.133.232.69
import requests
import json
url = 'https://api.maltiverse.com/ip/212.133.232.69'
response = requests.get(url)
print(json.dumps(response.json(), indent=4, sort_keys=True))
$url = 'https://api.maltiverse.com/ip/212.133.232.69'
$headers = @{Authorization=("Bearer {0}" -f "<API_KEY>")}
$response = Invoke-RestMethod $url -Headers $headers
Write-Output $response
{
"as_name": "AS8386 VODAFONE NET ILETISIM HIZMETLERI ANONIM SIRKETI",
"as_number": "8386",
"asn_cidr": "212.133.232.0/23",
"asn_country_code": "TR",
"asn_date": "1999-06-21 00:00:00",
"asn_registry": "ripencc",
"blacklist": [
{
"count": 1,
"description": "HTTP Spammer",
"first_seen": "2021-01-13 16:00:57",
"labels": [
"malicious-activity"
],
"last_seen": "2021-04-11 17:43:14",
"source": "StopForumSpam.com"
},
{
"count": 1,
"description": "Unauthorized scanning of hosts",
"first_seen": "2021-01-28 10:51:18",
"last_seen": "2021-02-03 10:51:42",
"source": "Blocklist.net.ua"
}
],
"city": "Bursa",
"classification": "suspicious",
"country_code": "TR",
"creation_time": "2021-01-13 16:00:57",
"ip_addr": "212.133.232.69",
"ip_version": 4,
"is_cdn": false,
"is_cnc": false,
"is_distributing_malware": false,
"is_hosting": false,
"is_iot_threat": false,
"is_known_attacker": false,
"is_known_scanner": false,
"is_mining_pool": false,
"is_open_proxy": false,
"is_sinkhole": false,
"is_tor_node": false,
"is_vpn_node": false,
"location": {
"lat": 40.1885281,
"lon": 29.0609636
},
"modification_time": "2025-07-20 01:59:13",
"number_of_blacklisted_domains_resolving": 0,
"number_of_domains_resolving": 0,
"number_of_offline_malicious_urls_allocated": 0,
"number_of_online_malicious_urls_allocated": 0,
"number_of_whitelisted_domains_resolving": 0,
"postal_code": "16230",
"registrant_name": "VODAFONE NET ILETISIM HIZMETLERI ANONIM SIRKETI",
"scoring_executed_time": "2025-07-20 01:59:13",
"tag": [
"bot",
"abuse"
],
"type": "ip"
}