---
title: "Get basic info about a community"
method: GET
path: "/public/communities/{subdomain}"
tags: ["community"]
---

# Get basic info about a community

`GET /public/communities/{subdomain}`

## Path parameters

- `subdomain` string, required

## Headers

- `x-api-key` string, required

## Response `200`

200

- object
  - `name` string, required
  - `subdomain` string, required
  - `id` string, required
  - `image` string, nullable, required
  - `description` string, nullable, required
  - `sector` string, nullable, required
  - `blockchain` string, nullable, required
  - `type` string, nullable, required
  - `totalMembers` number, required

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `409` — 409
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/zealy/apis/zealy-api.md) · [All operations](https://skmtc.net/zealy/apis/zealy-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zealy/zealy-api/revisions/1c24cb9f818b/schema)
