Skip to content

Abuse Contact Finder

The main purpose of this endpoint is to return abuse contact informations for a Internet number resource. Note that this information is in many cases incorrect or not available.

GET /data/abuse-contact-finder/data.json?resource=3333
Try it

Parameters

KeyValueInfoRequired
resourceprefix, single IP address or ASNThis is the resource the query is based on.YES

Data Output

KeyInfo
abuse_contactsList of dedicated abuse contacts (email addresses)
authoritative_rirRegional Internet Registry authoritative for the queried resource.
earliest_time / lastest_timeHolds the time the query was based on
parameters
resource
Lists the resource the query was based on

Code Examples

bash
curl --location --request GET "https://stat.ripe.net/data/abuse-contact-finder/data.json?resource=3333"
js
const requestOptions = {
  method: 'GET',
};

fetch("https://stat.ripe.net/data/abuse-contact-finder/data.json?resource=3333", requestOptions)
  .then(response => response.text())
  .then(result => console.log(result))
  .catch(error => console.log('error', error));

Available versions for this endpoint:

2.1 (current)