Abuse Contact Lookup
get_abuse_contactLook up abuse contact details for an IP address, including emails and phone numbers, to report malicious or spam activity.
Instructions
Read-only abuse contact lookup via GET /v3/abuse. Paid only. Cost: 1 credit. Use only for abuse contact data; use lookup_ip with include=abuse when the same IP also needs location, security, ASN/company, timezone, network, or currency.
Returns { ip, abuse } with route, country, name, organization, kind, address, emails, and phone_numbers for reporting abuse.
fields/excludes use comma-separated abuse.* paths such as abuse.emails; ip is always returned. force_refresh bypasses cache only when the user asks. Call once per IP target and post-process locally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ip | No | IPv4 or IPv6 address to get abuse contact for. Omit to use the caller's IP. | |
| fields | No | Comma-separated abuse fields to return (e.g. abuse.emails,abuse.organization). Reduces response size. | |
| excludes | No | Comma-separated abuse fields to exclude from response (e.g. abuse.phone_numbers,abuse.address). | |
| force_refresh | No | Default false. Set true only when the user asks to refresh cached abuse contact data; a successful refresh makes a new upstream request and can consume credits. |