FarcasterCasts API

Learn all the detailed references of FarcasterCasts API that provide Farcaster casts information, including the input filters and output fields.

The FarcasterCasts API enables you to fetch a list of all casts based on various filters, including casters, cast hash, cast's parent hash, cast's URL, casting time, and whether they contain frames, embeds, or any mentions in them.

Inputs

filters

NameTypeDescription

castedBy

Identity_Comparator_Exp

Filter by caster. You can input any type of identity supported by Airstack Identity API.

castedAtTimestamp

Time_Comparator_Exp

Filter by the time when Frames is casted.

rootParentUrl

String_Eq_In_Comparator_Exp

Filter By Farcaster channel's URL.

frameUrl

String_Eq_In_Comparator_Exp

Filter By Frame URL.

hasEmbeds

Boolean_Comparator_Exp

Filter by whether a cast has any embeds or not.

hasFrames

Boolean_Comparator_Exp

Filter by whether a cast has any Frames or not.

hasMentions

Boolean_Comparator_Exp

Filter by whether a cast has any mentions or not.

hash

String_Eq_In_Comparator_Exp

Filter by Farcaster cast hash.

url

String_Eq_In_Comparator_Exp

Filter by Warpcast's Cast URL.

blockchain

For FarcasterCasts API, it will return all Farcaster casts.

You just need to specify the input to ALL for the query to work.

EnumDescription

ALL

-

Outputs

NameTypeDescription

castValue

The cast value associated to the cast.

castedAtTimestamp

Time

Time when the cast was casted.

castedBy

Nested Query โ€“ Caster details.

channel

Nested Query โ€“ Farcaster Channel where the cast is casted.

embeds

[Map]

Embeds contained in the casts.

fid

String

Caster's FID.

frame

Nested Query โ€“ Farcaster Frame attached to the cast.

hash

String

Cast Hash.

id

ID

Airstack unique identifier for the data point.

mentions

[Mentions]

Nested Query โ€“ Farcaster profiles that like that are mentioned in the cast.

numberOfLikes

Int

Number of likes on the cast.

numberOfRecasts

Int

Number of recasts on the cast.

numberOfReplies

Int

Number of replies on the cast.

parentCast

Nested Query โ€“ Cast's parent details.

parentFid

String

Cast's parent FID.

parentHash

String

Cast's parent hash.

parentUrl

String

Cast's parent URL.

quotedCast

Nested Query โ€“ Quoted cast's details.

rawText

String

Raw text contained in the cast.

recastedBy

Nested Queries โ€“ List of all Farcaster profiles recasted the cast.

rootParentUrl

String

The cast's associated Farcaster Channel URL.

socialCapitalValue

Nested Query โ€“ The social capital value details of a given Farcaster cast.

text

String

The text content of the cast.

url

String

Warpcast's Cast URL.

Last updated