---
title: "GET /GetTopics"
method: GET
path: "/GetTopics"
tags: ["Community"]
---

# GET /GetTopics

`GET /GetTopics`

## Query parameters

- `community_id` string, required
- `with_contest_managers` boolean

## Headers

- `address` string

## Response `200`

Successful response

- object[]
  - `id` integer
  - `name` string
  - `community_id` string, required
  - `description` string
  - `telegram` string, nullable
  - `featured_in_sidebar` boolean
  - `featured_in_new_post` boolean
  - `default_offchain_template` string, nullable
  - `order` integer, nullable
  - `channel_id` string, nullable
  - `group_ids` integer[]
  - `default_offchain_template_backup` string, nullable
  - `weighted_voting` 'stake' | 'erc20', nullable
  - `token_address` string, nullable — token address, used for ERC20 topics
  - `token_symbol` string, nullable — token symbol, used for ERC20 topics
  - `vote_weight_multiplier` number, nullable — vote weight multiplier, used for ERC20 topics
  - `created_at` string, required
  - `updated_at` string, nullable
  - `deleted_at` string, nullable
  - `total_threads` number, required
  - `active_contest_managers` object[], required
    - `contest_address` string, required — On-Chain contest manager address
    - `community_id` string, required
    - `name` string, required
    - `image_url` string, nullable
    - `funding_token_address` string, nullable — Provided by admin on creation when stake funds are not used
    - `prize_percentage` integer, nullable — Percentage of pool used for prizes in recurring contests
    - `payout_structure` integer[], required — Sorted array of percentages for prize, from first to last
    - `interval` integer, required — Recurring contest interval, 0 when one-off
    - `ticker` string
    - `decimals` integer
    - `created_at` string, required
    - `cancelled` boolean, nullable — Flags when contest policy is cancelled by admin
    - `ended` boolean, nullable — Flags when the one-off contest has ended and rollover was completed
    - `farcaster_frame_url` string, nullable
    - `farcaster_frame_hashes` string[], nullable
    - `neynar_webhook_id` string, nullable
    - `content` object[], required
      - `contest_address` string, required — On-Chain contest manager address
      - `contest_id` integer, required — On-Chain contest id, 0 when one-off
      - `content_id` integer, required — On-Chain content id, 0 when adding
      - `actor_address` string, required
      - `action` 'added' | 'upvoted', required — Type of content action
      - `content_url` string, nullable — Content url
      - `thread_id` integer, nullable — Thread id mapped from content url
      - `thread_title` string, nullable
      - `voting_power` integer, required — Voting power of address when action was recorded
      - `created_at` string, required

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/hicommonwealth/apis/common-api.md) · [All operations](https://skmtc.net/hicommonwealth/apis/common-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hicommonwealth/common-api/versions/5eba0fbedd3e/schema)
