Active Threats
00%
CVEs This Week
00%
Data breaches
00%
Threat score
0.0Elevated

Contact

Intelligence API

Aggregated cybersecurity metrics derived from published articles. For partnership, integrations, or data questions, reach us at contact@titanlayer.tech.

Endpoint

GET https://www.titanlayer.tech/api/intelligence/summary

Response

JSON with rolling metrics including active threats (24h), CVEs this week, data breaches, threat score, level, and deltas. Responses may be cached (~10 minutes).

{
  "activeThreats": number,
  "activeThreatsDelta": number,
  "cvesThisWeek": number,
  "cvesDelta": number,
  "dataBreaches": number,
  "dataBreachesDelta": number,
  "threatScore": number,
  "threatLevel": "Low" | "Moderate" | "Elevated" | "Critical",
  "updatedAt": string
}