Developers can check API Specification here:
curl -H "Authorization: Bearer <API_KEY>" https://api.maltiverse.com/ip/201.230.217.43
import requests
import json
url = 'https://api.maltiverse.com/ip/201.230.217.43'
response = requests.get(url)
print(json.dumps(response.json(), indent=4, sort_keys=True))
$url = 'https://api.maltiverse.com/ip/201.230.217.43'
$headers = @{Authorization=("Bearer {0}" -f "<API_KEY>")}
$response = Invoke-RestMethod $url -Headers $headers
Write-Output $response
{
"as_name": "AS6147 PE TDP GRS",
"as_number": "6147",
"asn_cidr": "201.230.128.0/17",
"asn_country_code": "PE",
"asn_date": "2005-09-05 00:00:00",
"asn_registry": "lacnic",
"blacklist": [
{
"count": 1,
"description": "Mail Spammer",
"first_seen": "2025-06-13 00:45:00",
"last_seen": "2025-06-13 00:45:00",
"source": "Barracuda"
},
{
"count": 1,
"description": "HTTP Spammer",
"first_seen": "2021-01-13 16:00:33",
"labels": [
"malicious-activity"
],
"last_seen": "2021-04-11 17:36:32",
"source": "StopForumSpam.com"
}
],
"cidr": [
"201.230.216.0/22"
],
"city": "Lima District",
"classification": "suspicious",
"country_code": "PE",
"creation_time": "2021-01-13 16:00:33",
"email": [
"gestionip@telefonica.net.pe"
],
"ip_addr": "201.230.217.43",
"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,
"last_updated": "2005-11-23 00:00:00",
"location": {
"lat": -12.046374,
"lon": -77.0427934
},
"modification_time": "2025-06-13 00:45:01",
"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": "15081",
"registrant_name": "PE TDP GRS",
"scoring_executed_time": "2025-06-13 00:45:01",
"tag": [
"bot",
"abuse"
],
"type": "ip"
}