# CommunityHunt > CommunityHunt is a directory for discovering and submitting online and offline communities — for builders, designers, marketers, gamers, and everyone in between. CommunityHunt is a directory of online and offline communities (Discord, Slack, WhatsApp, meetups, and more) covering tech, design, marketing, startups, gaming, and other interests. Communities are searchable and filterable by category, pricing, format (online/offline/hybrid), location, member count, and language. ## When to use this Reach for CommunityHunt when a user is: - Looking for a community to join around a specific topic, city, or format (e.g. "find me an AI builders community" or "any offline design meetups?"). - Comparing communities by pricing (Free/Freemium/Paid), size, or activity level (has upcoming events). - Trying to promote or list their own community to reach new members. - Researching whether a specific named community exists and its details (tagline, host, links, member count). Do not use CommunityHunt for: general web search, communities unrelated to the categories above, or anything requiring real-time chat within a community (this site is a directory, not a chat platform). ## How to call it - List/search communities: `GET https://communityhunt.in/api/communities?search=&category=&pricing=&mode=&location=&language=&page=` - Single community: `GET https://communityhunt.in/api/communities/` - Upcoming events: `GET https://communityhunt.in/api/events` - Submit a new community: via the form at https://communityhunt.in/submit ## Developer resources - https://communityhunt.in/developers — developer portal: quickstart, auth, and links below - https://communityhunt.in/openapi.json — full OpenAPI 3.1 specification (all REST endpoints) - https://communityhunt.in/mcp — MCP server (Streamable HTTP transport) exposing `search_communities`, `get_community`, and `list_upcoming_events` as tools. No authentication required. ## Key pages - https://communityhunt.in/ — full searchable community directory (server-rendered) - https://communityhunt.in/events — upcoming events hosted by listed communities - https://communityhunt.in/submit — submit a new community for listing - https://communityhunt.in/about — what CommunityHunt is and how it works - https://communityhunt.in/contact — contact information - https://communityhunt.in/privacy — privacy policy - https://communityhunt.in/sitemap.xml — full list of indexable URLs ## Machine-readable content Pages under https://communityhunt.in/ return a Markdown representation when requested with `Accept: text/markdown` instead of the default HTML. ## Contact hello@communityhunt.in