Skip to main content
GET
/
api
/
v1
/
articles
/
{id}
curl -H "Authorization: Bearer sk_live_..." \
  "https://socdefenders.ai/api/v1/articles/e90ea8b7-8500-4a14-875c-1d64755c80ca"
{
  "meta": {
    "generated_at": "2026-05-17T10:30:00Z",
    "feed_version": "1.0",
    "source": "SOC Defenders"
  },
  "data": {
    "id": "c59a6bb4-f69a-4b90-babe-ca1afcda3514",
    "title": "Cryptomixer crypto laundering service taken down by law enforcement",
    "url": "https://www.bleepingcomputer.com/news/security/cryptomixer-takedown/",
    "canonical_url": "https://socdefenders.ai/item/c59a6bb4-f69a-4b90-babe-ca1afcda3514",
    "summary": "International law enforcement seized cryptomixer.io...",
    "ai_summary": "Joint operation by Europol, FBI, and German federal police seized the cryptomixer.io domain and arrested two operators. The service had laundered approximately $5.4 billion in cryptocurrency since 2018.",
    "image_url": null,
    "published_at": "2025-12-01T12:37:52Z",
    "fetched_at": "2025-12-01T12:40:15Z",
    "modified_at": "2025-12-01T13:00:00Z",
    "source_name": "BleepingComputer",
    "source_type": "rss",
    "source_tier": 1,
    "category": "attacks-breaches",
    "category_label": "Attacks & Breaches",
    "category_legacy": "Cybercrime",
    "content_type": "security",
    "severity_score": 6.5,
    "severity_label": "medium",
    "categorized_by": "ai",
    "categorized_at": "2025-12-01T12:42:00Z",
    "ai_classification": "law-enforcement-action",
    "ai_classification_confidence": 0.91,
    "tech_tags": [
      "cryptocurrency",
      "tor"
    ],
    "industry_tags": [
      "finance"
    ],
    "threat_actors": [],
    "has_iocs": true,
    "ioc_count": 1,
    "score": 12,
    "upvotes": 14,
    "downvotes": 2,
    "comment_count": 5,
    "vouch_count": 3,
    "rank_score": 23.4,
    "submission_type": "rss_auto",
    "submitted_by_username": null,
    "audio_url": null,
    "audio_duration_seconds": null,
    "audio_voice": null,
    "mitre_techniques": [
      {
        "id": "T1657",
        "name": "Financial Theft",
        "tactic": "impact",
        "confidence": "high"
      }
    ],
    "cve_ids": [],
    "iocs": [
      {
        "id": "6fc99fbc-2c24-4ce2-8b42-48065d4976e7",
        "type": "domain",
        "value": "cryptomixer.io",
        "confidence": "high",
        "first_seen": "2025-12-01T21:21:20Z"
      }
    ],
    "iocs_truncated": false,
    "cves": [],
    "threat_actors_detail": []
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.socdefenders.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

API key in X-API-Key header

Path Parameters

id
string<uuid>
required

Article UUID (from a previous list response)

Example:

"e90ea8b7-8500-4a14-875c-1d64755c80ca"

Query Parameters

expand
string

Comma-separated expansions. Defaults to all four (mitre,iocs,cves,threat_actors) since callers fetching one article usually want the full picture.

Example:

"iocs,cves"

fields
string

Comma-separated field allowlist for sparse response.

Example:

"id,title,severity_score"

include_archived
boolean
default:false

Return the article even if it has been archived. Default false returns 410 article_archived.

Response

Article found.

meta
object
data
object

A single news article — flat shape. Every field is top-level (no nested source.name etc.).