Communities

Get community name, description and member count

Returns public identity and membership counts for one community.

get/api/v1/x/communities/{id}/info

Path parameters

idstring required

X Community ID.

Response

Community details

Example response

{
  "community": {
    "id": "1500000000000000000",
    "name": "Tesla Fans"
  }
}