Retrieve channel details by id or parent_url

farcasterChannel.getChannel

Overview

Returns details of a channel

Parameters

name
type
required
Note

id

string

true

ex) "lum0x"

type

string

false

"id" or "parent_url"

viewer_fid

number

false

ex) 3

Usage

let res = await Lum0x.farcasterChannel.getChannel({
    id: "base",
    type: "id"
});
console.log(JSON.stringify(res, null, 2));

Response

Base 채널 및 사용자 정보

항목
내용

채널 이름

Base

채널 설명

Bringing the world onchain — a community of builders on Base

채널 팔로워 수

391,666

채널 이미지

Base Image

채널 생성일

2024-08-17 (UNIX 타임스탬프: 1692300191)

사용자 이름
디스플레이 이름
팔로워 수
프로필 이미지
바이오
역할
상태

base

Base

117,010

Base Profile

base.org

리드 사용자

비활성 (inactive)

jessepollak

jesse.base.eth 🔵

438,814

Jesse

@base builder #001; onchain cities w/ OAK & city3

호스트

비활성 (inactive)

wbnns

wbnns 🔵

10,041

Wbnns

Working on Base.org (@base) • Former maintainer: Bitcoin.org • Editor: Mastering Bitcoin & Mastering Ethereum • Maker & developer: github.com/wbnns

호스트

비활성 (inactive)

drewcoffman.eth

drewcoffman

70,310

Drew

@base // ☻

호스트

비활성 (inactive)

svmvn

simon.base.eth

430

Simon

cat lover & jpeg enjoyer

TPM @coinbase — building communities @base

호스트

patty

Pat

391

Pat

helping builders create the onchain global economy powered by @base

호스트

비활성 (inactive)

automod

automod

4,872

Automod

automod.sh — power tools for your channel. Setup in < 2min.

호스트

비활성 (inactive)

consecution.eth

Ryan

1,355

Ryan

builder

호스트

비활성 (inactive)

automod-ringo

Automod

159

Automod

automod.sh\n\nstandard

모더레이터

비활성 (inactive)

Field Description

  • id: The unique identifier of the object.

  • url: The website address of the channel or user.

  • name: The name of the channel or user.

  • description: The description or introduction of the channel.

  • follower_count: The number of followers.

  • object: The type of object (e.g., channel, user).

  • image_url: The URL of the channel or user's profile image.

  • created_at: The creation date of the object (UNIX timestamp).

  • parent_url: The parent URL (e.g., main site URL for channels).

  • lead: Information about the lead user of the channel.

  • hosts: List of host users for the channel.

  • moderator: Information about the channel's moderators.

  • pfp_url: User profile picture URL.

  • profile: User profile information (e.g., bio).

  • verifications: List of verified addresses.

  • verified_addresses: List of verified Ethereum and Solana addresses.

  • active_status: The active status of the user or channel.

  • power_badge: Whether the user holds a special badge.

Last updated