Communities
Graph & analytics
Communities
Retrieve detected communities using the Louvain algorithm.
GET
Communities
Documentation Index
Fetch the complete documentation index at: https://docs.minns.ai/llms.txt
Use this file to discover all available pages before exploring further.
Community detection requires the Normal profile. It is disabled on the Free profile.
Response
Array of detected communities.
Modularity score.
Number of algorithm iterations.
Total number of communities.
CommunityResponse
| Field | Type | Description |
|---|---|---|
community_id | u64 | Community identifier |
node_ids | u64[] | Node IDs in the community |
size | usize | Number of nodes |
