Intelligence & Security APIs

Comprehensive geolocation, DNS, threat intelligence, and security analysis platform

API Infrastructure Operational

Available APIs

Choose from our comprehensive suite of security and intelligence tools

🌍

IP Geolocation

GET

Get detailed geographic, network, and connection data for any IP address. Includes location coordinates, ISP info, and threat analysis.

🔍

DNS Lookup

GET

Resolve domain names to IP addresses and verify DNS records. Support for A, MX, TXT, CNAME, and NS record types.

🔐

Hash Generator

GET

Generate cryptographic hashes using MD5, SHA1, SHA256, SHA512, and BLAKE2. Fast and reliable hash computation.

🎫

JWT Decoder

POST

Decode and analyze JWT tokens without verification. Inspect headers, payloads, and signatures instantly.

🎯

Subdomain Enumeration

GET

Find active subdomains for target domains. Discover hidden assets and network infrastructure.

⚠️

Threat Intelligence

GET

Check IP reputation against known threat databases. Identify malware, botnets, and abuse indicators.

Why Choose suicixde.xyz

Enterprise-grade security intelligence tools

Lightning Fast

Low-latency API responses optimized for real-time analysis and threat detection.

🛡️

Secure & Reliable

Enterprise-grade security with 99.9% uptime SLA and encrypted communications.

📊

Comprehensive Data

Access enriched intelligence from multiple threat databases and sources.

🔌

Easy Integration

RESTful APIs with clear documentation and SDK support for popular languages.

💰

Affordable Pricing

Flexible pricing models starting free with generous rate limits for developers.

🚀

Always Updated

Real-time threat intelligence feeds and continuous database updates.

Rate Limits

Flexible pricing tiers for every use case

FREE

Free Tier

Requests/hour 100
Requests/day 1,000
IP addresses/month Unlimited
Response time < 500ms
Support Community
PROFESSIONAL

Pro - $9/mo

Requests/hour 5,000
Requests/day 50,000
IP addresses/month Unlimited
Response time < 200ms
Support Email (24h)
ENTERPRISE

Enterprise

Requests/hour Unlimited
Requests/day Unlimited
IP addresses/month Unlimited
Response time < 100ms
Support 24/7 Priority

API Key Required

All API requests require an API key. Include it in your request header: Authorization: Bearer YOUR_API_KEY

Get Your API Key

Quick Reference

Click any section to view detailed API documentation and examples

GET /API/V1/geoip

🌍 IP Geolocation - Get detailed geographic, network, and connection data for any IP address

Usage:

curl "https://suicixde.xyz/API/V1/geoip?ip=8.8.8.8"

Parameters:

ip (optional): Target IP address. Defaults to your IP if omitted. verbose (optional): Add verbose=1 for extended debugging

Response includes:

{ ip, type, location { country, region, city, coordinates }, network { ISP, ASN }, connection { type, mobile, proxy } }
GET /API/V1/dns

🔍 DNS Lookup - Resolve domain names to IP addresses and verify DNS records

Usage:

curl "https://suicixde.xyz/API/V1/dns?domain=google.com"

Parameters:

domain (required): Domain to lookup type (optional): A, MX, TXT, CNAME, NS - defaults to A record

Response includes:

{ domain, type, results [ { host, ip, ttl } ], query_time_ms }
GET /API/V1/hash

🔐 Hash Generator - Generate cryptographic hashes (MD5, SHA1, SHA256, SHA512, BLAKE2)

Usage:

curl "https://suicixde.xyz/API/V1/hash?value=hello&algo=sha256"

Parameters:

value (required): String to hash algo (optional): md5, sha1, sha256, sha512, blake2b - defaults to sha256

Response includes:

{ input, algorithm, hash, length, query_time_ms }
POST /API/V1/jwt/decode

🎫 JWT Decoder - Decode and analyze JWT tokens without verification

Usage:

curl -X POST "https://suicixde.xyz/API/V1/jwt/decode" -d "token=YOUR_JWT_TOKEN"

Parameters:

token (required): JWT token to decode

Response includes:

{ token, header { alg, typ }, payload { claims }, signature, is_valid_format }
GET /API/V1/subdomains

🎯 Subdomain Enumeration - Find subdomains for a target domain

Usage:

curl "https://suicixde.xyz/API/V1/subdomains?domain=google.com"

Parameters:

domain (required): Target domain

Response includes:

{ domain, subdomains [ { name, ip, resolved } ], total_found, query_time_ms }
GET /API/V1/threat

⚠️ Threat Intelligence - Check IP reputation against known threat databases

Usage:

curl "https://suicixde.xyz/API/V1/threat?ip=192.168.1.1"

Parameters:

ip (required): IP address to check

Response includes:

{ ip, threat_level [ LOW, MEDIUM, HIGH ], flags [ malware, botnet, abuse ], sources, query_time_ms }
GET /API/V1/status

📊 API Status - Check health and uptime of the API platform

Usage:

curl "https://suicixde.xyz/API/V1/status"

Response includes:

{ status: "operational", uptime_hours, endpoints_active, response_time_ms, version }

Try It Now

Test our IP Geolocation API instantly - no account required