Skip to main contentSkip to footer

Welcome to the ReportedIP API

A community-driven IP reputation service. Check, report, and block malicious IPs with a simple REST API.

Ecosystem Overview

How It All Connects

Honeypot Server Detect attacks
ReportedIP API Central service
Security Client Protect your site
Blacklist Feeds TXT / JSON / CSV

Quick Start

Get up and running in three simple steps.

1

Create an Account

Register for free at reportedip.de/register and verify your email.

2

Get Your API Key

Head to your Dashboard and generate an API key.

3

Make Your First Request

Check any IP's reputation with a single API call.

Your First API Call

No API key needed for public lookups. Try it right away:

curl
curl "https://reportedip.de/wp-json/reportedip/v2/check-public?ip=8.8.8.8"

Base URL

Base URL https://reportedip.de/wp-json/reportedip/v2/

All API endpoints are relative to this base URL. The API uses JSON for request and response bodies.

Response Format

All API responses follow a consistent envelope format:

200 OK
json
{
  "meta": {
    "success": true,
    "code": 200,
    "message": "OK"
  },
  "data": {
    "ip": "8.8.8.8",
    "abuseConfidencePercentage": 0,
    "totalReports": 0,
    "lastReportedAt": null
  }
}
Tip: The meta object always contains success, code, and message. Check meta.success to determine if your request was successful.

Plans & Quotas

The API is free to use up to 1,000 checks and 50 reports per day. Higher tiers raise the quotas, add bulk endpoints, multi-site management, and managed 2FA mail/SMS delivery for the Hive plugin.

Tier Price / month Checks / day Reports / day Domains
Free0 €1,000501
Contributor0 €5,0002001
Professional14.90 €25,0001,0003
Business39.00 €100,0005,00015
EnterpriseFrom 663 €UnlimitedUnlimitedUnlimited

Business figures are per licence and multi-bookable: book 2×–20× Business to multiply every figure (e.g. 5× = 500,000 checks/day, 75 domains), with an automatic volume discount. Enterprise picks up beyond 20× Business with unlimited, custom quotas.

Compare plans →

Explore the Documentation

Security Focused
GDPR Compliant
Made in Germany
Back to Docs