For Developers & Engineers

Integrate Intelligence
Directly into your Stack.

Build powerful integrations with our REST API. Access over 10M+ analyzed assets, perform real-time searches, and automate threat detection pipelines programmatically.

API + Artificial Intelligence

Programmatic Access to Threat Intelligence.

Integrate continuous mapping of Chile's digital footprint with your custom security applications. Programmatically search exposed assets, track vulnerabilities, and query historical OSINT data.

Real-Time Search & Query

Search active leaks, exposed panels, and vulnerable endpoints on demand.

High-Performance Endpoints

Optimized response times under 50ms with Redis Edge caching.

Core Endpoints

Designed for speed and reliability, our API follows strict RESTful conventions and returns standard JSON responses.

GET /v1/host/{ip}

Retrieve comprehensive OSINT profile for a single IP address.

GET /v1/search

Query the entire asset database using our powerful search syntax.

POST /v1/scan

Request an on-demand, deep vulnerability scan for a specific target.

Lightning Fast

Average response time under 50ms powered by Redis Edge caching.

Secure by Design

Bearer token authentication with strict rate limiting per organization.

SDK Support

Official libraries available for Python, Node.js, and Golang.

Webhooks

Receive real-time push events when new assets are discovered.

# Query the API for servers running vulnerable Apache versions in Chile

curl -X GET \

"https://api.hackedalert.com/v1/search?query=country:CL+product:Apache+has_vuln:true" \

-H "Authorization: Bearer hk_live_xxxxxxxxxxxxx"

// Example JSON Response

{
  "status": "success",
  "meta": {
    "total": 1204,
    "page": 1
  },
  "results": [
    {
      "ip": "200.0.0.1",
      "org": "Entel Chile S.A.",
      "port": 443,
      "banner": "Apache/2.4.41 (Ubuntu)",
      "vulnerabilities": ["CVE-2021-41773"]
    }
  ]
}
Direct self-service API access is currently unavailable.
Limited Offer

Experience the Full Power of HackedAlert Engine.

Create a free accout and get 1 day of complete and unrestricted access to the intelligence engine, including all advanced filters, Chile-wide threat telemetry, and real-time scanning.

For more information about our plans and services, please read our Terms and Conditions.