Developers can check API Specification here:
curl -H "Authorization: Bearer <API_KEY>" https://api.maltiverse.com/ip/202.78.97.41
import requests
import json
url = 'https://api.maltiverse.com/ip/202.78.97.41'
response = requests.get(url)
print(json.dumps(response.json(), indent=4, sort_keys=True))
$url = 'https://api.maltiverse.com/ip/202.78.97.41'
$headers = @{Authorization=("Bearer {0}" -f "<API_KEY>")}
$response = Invoke-RestMethod $url -Headers $headers
Write-Output $response
{
"address": "6/F BayanTel Bldg. 234 Roosevelt Avenue\nSan Francisco Del Monte, Quezon City Philippines",
"as_name": "AS6648 Sky Internet",
"as_number": "6648",
"asn_cidr": "202.78.97.0/24",
"asn_country_code": "PH",
"asn_date": "2000-03-31 00:00:00",
"asn_registry": "apnic",
"blacklist": [
{
"count": 17,
"description": "DNS Server",
"first_seen": "2021-02-12 19:42:56",
"labels": [
"benign"
],
"last_seen": "2025-07-22 16:40:12",
"ref": [
1,
21745
],
"source": "Public-dns.info"
}
],
"cidr": [
"202.78.64.0/18"
],
"city": "Bongao",
"classification": "neutral",
"country_code": "PH",
"creation_time": "2021-02-12 19:42:56",
"email": [
"abuse@bayan.com.ph",
"cybersecurity_abuse@globe.com.ph",
"gtpmc-ipservices@globe.com.ph",
"stang@bayan.com.ph",
"abuse@skyinet.net",
"ip-admin-contact@skyinet.net",
"stang@bayantel.com.ph"
],
"ip_addr": "202.78.97.41",
"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": 5.1041783,
"lon": 119.8120795
},
"modification_time": "2025-07-22 16:40:12",
"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": "7500",
"registrant_name": "Sky Internet",
"scoring_executed_time": "2025-06-15 19:04:05",
"tag": [
"dns",
"reflection"
],
"type": "ip"
}