livefpl_transfer_trend_data
Access structured FPL transfer trends: per-player net transfers and transfer-pair edges as JSON. Set top_n to control the volume of pairs.
Instructions
Get the FPL transfer-trend node-link graph as structured DATA (JSON).
The underlying data behind livefpl_transfer_trend_graph: per-player net
transfer trend plus the transfer-pair edges. Use this when you want the
numbers rather than an image.
Args: top_n: Number of highest-volume transfer pairs to include (default 20).
Returns:
JSON with nodes (id, name, transfers_in, transfers_out, net,
total_volume, direction) and edges (source, target, count).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |