Community lookup

Overview

This endpoint provides basic information about the specified community. Unlike many other endpoints, this one is accessible for all communities, regardless of whether you hold an admin role in them or not.

API Reference

Get basic info about a community

get
Path parameters
subdomainstringRequired
Header parameters
x-api-keystringRequired
Responses
200
200
application/json
get
GET /public/communities/{subdomain} HTTP/1.1
Host: api-v2.zealy.io
x-api-key: text
Accept: */*
{
  "name": "text",
  "subdomain": "text",
  "id": "text",
  "image": "text",
  "description": "text",
  "sector": "text",
  "blockchain": "text",
  "type": "text",
  "totalMembers": 1
}

Last updated

Was this helpful?