# social.coves.community.get

> Published by [coves.social](https://lexicon.garden/identity/did:web:coves.social)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:coves.social/social.coves.community.get)
- [Documentation](https://lexicon.garden/lexicon/did:web:coves.social/social.coves.community.get/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:coves.social/social.coves.community.get/examples)

## Definitions

### `social.coves.community.get`

**Type**: `query`

Get detailed information about a community. Authentication optional; viewer state will be included if authenticated.

#### Parameters

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `community` | `string` (at-identifier) | Yes | DID or handle of the community |

#### Output

**Encoding**: `application/json`

## Raw Schema

```json
{
  "id": "social.coves.community.get",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "ref": "social.coves.community.defs#communityViewDetailed",
          "type": "ref",
          "description": "Detailed community view with stats and viewer state"
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "community"
        ],
        "properties": {
          "community": {
            "type": "string",
            "format": "at-identifier",
            "description": "DID or handle of the community"
          }
        }
      },
      "description": "Get detailed information about a community. Authentication optional; viewer state will be included if authenticated."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
