---
title: "GET /api/communities/current"
method: GET
path: "/api/communities/current"
tags: ["Communities"]
---

# GET /api/communities/current

`GET /api/communities/current`

## Response `200`

Returns the current community, based on hostname

- Community
  - `_id` string, required
  - `hostname` string, required
  - `name` string, required
  - `email` string, required
  - `creator` string, required
  - `owners` string[], required
  - `discordGuildId` string
  - `discordLinkNonce` string, required
  - `isPublic` boolean, required
  - `discordLinkState` 'NOT_SET' | 'PENDING' | 'ACTIVE' | 'DEACTIVE', required
  - `features` object, required

## Changes

- **2023-08-23** `990e717b779e` — 1 info
  - endpoint added
- **2023-08-23** `abdaebb919d2` — 1 breaking
  - api path removed without deprecation
- **2023-08-18** `2415e0d56d99` — 1 info
  - added the required property `features` to the response with the `200` status
- **2023-08-18** `038d95bf55fd` — 1 info
  - endpoint added
- **2023-03-31** `af4ea0086c6f` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/givepraise/apis/praise-api/changes/api/communities/current/get.md)

---

[API](https://skmtc.dev/givepraise/apis/praise-api.md) · [All operations](https://skmtc.dev/givepraise/apis/praise-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/givepraise/praise-api/revisions/d960746392e5/schema)
