Skip to content
GET /v1/channels

Channel directory ranked by followers

Try it live

10 free calls per day — no sign-up, no API key. Goes through the oanor gateway.

Custom headers (optional)
api.oanor.com/farcaster-api

It works. Grab an API key and use it in your project.

Get an API key

Code snippets

curl "https://api.oanor.com/farcaster-api/v1/channels" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/farcaster-api/v1/channels", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/farcaster-api/v1/channels");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
    "https://api.oanor.com/farcaster-api/v1/channels",
    headers={"x-oanor-key": "oanor_test_..."}
)

Example response

A real response from this endpoint, captured by the latest health check.

{
    "data": {
        "count": 25,
        "query": null,
        "total": 16432,
        "channels": [
            {
                "id": "base",
                "url": "https://warpcast.com/~/channel/base",
                "name": "Base",
                "lead_fid": 12142,
                "followers": 480977,
                "image_url": "https://warpcast.com/~/channel-images/base.png",
                "description": "Bringing the world onchain — a community of builders on Base"
            },
            {
                "id": "farcaster",
                "url": "https://warpcast.com/~/channel/farcaster",
                "name": "Farcaster",
                "lead_fid": 1,
                "followers": 445481,
                "image_url": "https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/51ffff68-b05c-4465-37a3-38e0c9a21300/original",
                "description": "Discussions about Farcaster on Farcaster (meta!)"
            },
            {
                "id": "memes",
                "url": "https://warpcast.com/~/channel/memes",
                "name": "Memes",
                "lead_fid": 576,
                "followers": 441637,
                "image_url": "https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/b67f1620-f2c7-458a-7f8b-d2c1742d7300/original",
                "description": "Funny memes, wholesome memes, and everything in-between. Subscribe to earn."
            },
            {
                "id": "ethereum",
                "url": "https://warpcast.com/~/channel/ethereum",
                "name": "Ethereum",
                "lead_fid": 2301,
                "followers": 334308,
                "image_url": "https://warpcast.com/~/channel-images/ethereum.png",
                "description": "Discussions about Ethereum."
            },
            {
                "id": "founders",
                "url": "https://warpcast.com/~/channel/founders",
                "name": "Founders",
                "lead_fid": 2134,
                "followers": 234692,
                "image_url": "https://warpcast.com/~/channel-images/founders.png",
                "description": "A space for founders"
            },
            {
                "id": "design",
                "url": "https://warpcast.com/~/channel/design",
                "name": "Design",
                "lead_fid": 4923,
                "followers": 221728,
                "image_url": "https://i.imgur.com/4PDpB2a.gif",
                "description": "/Design is a channel for an by designers.\nDesign Channel Publication: paragraph.com/@designchannel"
            },
            {
                "id": "zk",
                "url": "https://warpcast.com/~/channel/zk",
                "name": "zk",
                "lead_fid": 16148,
                "followers": 197839,
                "image_url": "https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/93fb872c-8268-4c14-b1ac-affc69626600/original",
                "description": "Discussions about zero knowledge proofs, relat
…