Appearance
Get Cyberattacks Statistics
Retrieve aggregated statistics and trends for cyber attacks based on your query filters. This endpoint provides statistical breakdowns by attack type, victim country, victim industry, and other dimensions.
Rate Limits
- Standard rate limits apply as per your Feedly API plan
- This endpoint typically returns aggregated data quickly
- Consider caching results for frequently accessed statistics
Error Responses
| Status Code | Description |
|---|---|
400 | Bad Request - Invalid query structure or parameters |
401 | Unauthorized - Invalid or missing API token |
403 | Forbidden - Insufficient permissions |
429 | Too Many Requests - Rate limit exceeded |
500 | Internal Server Error - Server-side error |
OpenAPI definition
json
{
"openapi": "3.1.0",
"info": {
"title": "ML Endpoint",
"version": "1.0"
},
"servers": [
{
"url": "https://api.feedly.com/v3/ml"
}
],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "header",
"name": "Authorization",
"x-bearer-format": "bearer"
}
}
},
"security": [
{
"sec0": []
}
],
"paths": {
"/relationships/cyber-attacks/dashboard/stats": {
"post": {
"summary": "Get Cyberattacks Statistics",
"description": "Retrieve aggregated statistics and trends for cyber attacks based on your query filters. This endpoint provides statistical breakdowns by attack type, victim country, victim industry, and other dimensions.",
"operationId": "get-cyber-attacks-statistics",
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"RAW_BODY": {
"type": "string",
"description": "Paste the generated JSON from your query from the the Cyberattacks Agent",
"format": "json"
}
}
}
}
}
},
"responses": {
"200": {
"description": "200",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
},
"400": {
"description": "400",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
}
},
"deprecated": false
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true
},
"x-readme-fauxas": true,
"_id": "660334c44e14a80012542b9a:687a8ae1bf23d0b92fd496c8"
}