The main purpose of this data call is to return abuse contact informations for a Internet number resource. Note that this information
is not guaranteed to be correct to reach the approriate resource holder.
https://stat.ripe.net/data/abuse-contact-finder/data.<format>?<parameters>
e.g. https://stat.ripe.net/data/abuse-contact-finder/data.json?resource=193/23
Key | Value | Info | Required |
---|---|---|---|
resource | prefix, single IP address or ASN | This is the resource the query is based on. | YES |
Key | Info |
---|---|
abuse_contacts | list of dedicated abuse contacts (email addresses) |
authoritative_rir | Regional Internet Registry authoritative for the looked up resource |
earliest_time / lastest_time | holds the time the query was based on |
parameters > resource | holds the resource the query was based on |
"data": { "abuse_contacts": [ "abuse@ripe.net" ], "authoritative_rir": "ripe", "lastest_time": "2021-04-29T10:31:00", "earliest_time": "2021-04-29T10:31:00", "parameters": { "resource": "3333" } }