+ farcaster-channel-data
> Farcaster channel data
// Returns Farcaster channel information including members and recent casts
socialfarcasterchannelcommunity
// aliases.json
These phrases resolve to this capability with intent-based discovery.
"farcaster channel"
"fc channel"
"warpcast channel"
// discover.sh
curl -X POST https://api.entroute.com/discover \ -H "Content-Type: application/json" \ -d '{"capability_id": "social.farcaster.channel"}'
// endpoints.json
2 results $0.0010
https://api.neynar.com/v2/farcaster/channel/search success: 100%
latency: 203ms
// sample request
{
"q": "defi"
} // sample response
{
"channels": [
{
"id": "defi",
"name": "DeFi",
"follower_count": 25000
},
{
"id": "defi-llama",
"name": "DeFi Llama",
"follower_count": 10000
}
]
} $0.0010
https://api.neynar.com/v2/farcaster/channel success: 100%
latency: 221ms
// sample request
{
"id": "ethereum"
} // sample response
{
"channel": {
"id": "ethereum",
"name": "Ethereum",
"description": "Ethereum discussion",
"follower_count": 50000,
"image_url": "https://..."
}
} // integrate.md
Use this capability in your agent or application:
// related capabilities
social.farcaster.cast social
Retrieves a Farcaster cast (post) by hash or URL including replies and reactions
social.farcaster.feed social
Returns a Farcaster feed for a user, channel, or timeline
social.farcaster.user social
Returns Farcaster user profile data including bio, followers, and verification
social.twitter.user social
Returns Twitter/X user profile data including bio, followers, and recent posts