Skip to main content
SeeSaw’s topic zones — themed communities that group topics (AI, stocks, football, …). Zone slugs feed the zone filter of list_topics and the zone scope of get_leaderboard. REST equivalent: GET /open/v1/zones

Parameters

None. Returns the full list (no pagination; next_cursor is always null).

Returns

Captured live (trimmed):
{
  "data": [
    {
      "slug": "ai",
      "name": "AI Zone",
      "cover_image_url": "https://cdn.seesaw.fun/uploads/20260604/f97afa00-6c69-47cd-993c-f12a650b124c.png",
      "members_count": 3,
      "topics_count": 1,
      "active_users_count": 1
    },
    {
      "slug": "stocks",
      "name": "Stocks Zone",
      "cover_image_url": "https://cdn.seesaw.fun/uploads/20260609/7ba5b9e9-2b7f-46e3-901d-3bf12eeddb6c.png",
      "members_count": 2,
      "topics_count": 13,
      "active_users_count": 1
    }
  ],
  "next_cursor": null,
  "has_more": false
}

Example prompts

  • “What communities exist on SeeSaw?”
  • “Which zone has the most topics right now?”
list_topics · get_leaderboard