Developers can check API Specification here:
curl -H "Authorization: Bearer <API_KEY>" https://api.maltiverse.com/ip/183.89.69.114
import requests
import json
url = 'https://api.maltiverse.com/ip/183.89.69.114'
response = requests.get(url)
print(json.dumps(response.json(), indent=4, sort_keys=True))
$url = 'https://api.maltiverse.com/ip/183.89.69.114'
$headers = @{Authorization=("Bearer {0}" -f "<API_KEY>")}
$response = Invoke-RestMethod $url -Headers $headers
Write-Output $response
{
"address": "200 Jasmine tower 29th floor\nChaengwattana road\nPakkret Nonthaburi 11120",
"as_name": "AS45758 Triple T Broadband Public Company Limited",
"as_number": "45758",
"asn_cidr": "183.89.0.0/16",
"asn_country_code": "TH",
"asn_date": "2009-11-13 00:00:00",
"asn_registry": "apnic",
"blacklist": [
{
"count": 4,
"description": "Proxy",
"first_seen": "2023-01-02 16:24:51",
"labels": [
"anonymization"
],
"last_seen": "2024-01-02 18:24:07",
"source": "FireHOL"
},
{
"count": 1,
"description": "Anonymizer",
"first_seen": "2020-11-22 05:52:46",
"labels": [
"anonymizer"
],
"last_seen": "2021-05-19 17:02:54",
"source": "Maltiverse Research Team"
},
{
"count": 1,
"description": "Anonymizer",
"first_seen": "2020-03-27 09:14:21",
"last_seen": "2020-03-27 09:14:21",
"source": "Maltiverse"
},
{
"count": 1,
"description": "HTTP Spammer",
"first_seen": "2020-03-27 03:06:53",
"last_seen": "2020-03-27 03:06:53",
"source": "Sblam"
}
],
"cidr": [
"183.89.0.0/16"
],
"city": "Pak Kret",
"classification": "suspicious",
"country_code": "TH",
"creation_time": "2020-03-27 03:06:53",
"email": [
"ipadmin@3bbmail.com"
],
"ip_addr": "183.89.69.114",
"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": 13.8994973,
"lon": 100.5426442
},
"modification_time": "2025-07-17 17:04:34",
"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": "11120",
"registrant_name": "Triple T Broadband Public Company Limited",
"scoring_executed_time": "2025-07-17 17:04:34",
"tag": [
"anonymization",
"bot",
"abuse",
"anonymizer"
],
"type": "ip"
}