cd/entities/graphยทhomeโ€บentitiesโ€บgraph
SELECT a.name, b.name, edge_weight FROM co_occur WHERE days <= 30;

Entity Graph

Entities co-mentioned within 30 days. Bigger nodes = more mentions, thicker edges = more co-occurrences.

GET /v1/entities/graph?days=30application/json
$curl https://api.wpnews.pro/v1/entities/graph?days=30 | jq '.nodes | length'
// graph vizD3.js render Phase 67c

Interactive graph rendering coming soon. Pull the JSON via the curl above and visualize with your tool of choice (d3, vis-network, cytoscape).