Every API, one clean contract.
98 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Popular
Reputation & Reviews
8 APIsE-commerce & Marketplaces
20 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Film & Knowledge
15 APIsUtilities & AI
11 APIsClassifieds & Second-hand
4 APIsDeveloper Tools
11 APIsThreat Intel
livepost/threat-intel/v1/url_check1 creditIs a URL malicious? Checks the URLHaus malware-URL feed + OpenPhish phishing feed (exact + variants) + its host across ThreatFox/URLHaus-hosts/Feodo/SSLBL + risk flags → verdict.
{
"url": "https://github.com/"
}Try in playground →post/threat-intel/v1/domain_reputation1 creditDomain reputation: URLHaus host listing + active malware URLs + OpenPhish phishing + ThreatFox domain IOCs + urlscan scan-history count + risk flags → consolidated verdict.
{
"domain": "github.com"
}Try in playground →post/threat-intel/v1/ip_reputation1 creditIP abuse signals: Feodo botnet-C2 + SSLBL botnet-C2 + ThreatFox IP IOCs + URLHaus IP-hosted malware + Spamhaus DROP hijacked-netblock → verdict + score (all keyless).
{
"ip": "8.8.8.8"
}Try in playground →post/threat-intel/v1/scan_lookup1 crediturlscan.io public scan history + per-scan verdict for a domain/IP (server, IP, country, TLS age, page title, malicious-flag). Open source — no key.
{
"domain": "github.com"
}Try in playground →post/threat-intel/v1/batch1 creditCheck up to 20 mixed indicators (URL/domain/IP, auto-routed) in one call.
{
"targets": [
"https://github.com/",
"github.com",
"8.8.8.8"
]
}Try in playground →
Social Media
6 APIs