+ 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
#1 Neynar listed
$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
    }
  ]
}
#2 Neynar listed
$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: