PhishStats

API

Free API for real-time phishing database stats and threat intelligence

Visit Website

Overview

PhishStats API provides access to a curated database of phishing URLs, domains, and threat metrics. Key endpoints include /recent (latest phishing entries with timestamps and target categories), /domain/{domain} (flag check for phishing status), and /stats (daily phish counts or top targeted industries). Responses are in JSON format for easy parsing. Ideal for integrating into security tools, email filters, or educational platforms to detect threats, monitor emerging phishing trends, or enhance organizational threat response systems.

Example Integration (JavaScript)

script.js JS

fetch('https://phishstats.info/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful API
  • JSON Response Format
  • Real-time Phishing Data
  • Domain Threat Checks
  • Aggregate Stats Endpoints

Frequently Asked Questions

? Is PhishStats free to use?

Yes, PhishStats API offers free access to its phishing database for both non-commercial and commercial use (please review terms of service for specific restrictions).

? Does it require an API Key?

Basic endpoints of PhishStats API do not require an API key, though rate limits apply to unauthenticated requests.

? What is the response format?

All responses from PhishStats API are in JSON format, ensuring compatibility with most programming languages and integration workflows.

Top Alternatives

PhishTank API Search Google
OpenPhish API Search Google

People Also Ask about PhishStats

PhishStats vs PhishTank APIPhishStats vs OpenPhish API PhishStats 2025 review

Tool Info

Pricing Free
Category Security
Platform Public API

Pros

  • Free access to phishing intelligence
  • Up-to-date threat data
  • Simple endpoint structure for quick integration

Cons

  • Rate-limited for high-volume requests
  • No official SLA for uptime
  • Limited historical data in free tier

More Security Tools