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
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.
ALL
-
Outputs
castedAtTimestamp
Time
Time when the cast was casted.
embeds
[Map]
Embeds contained in the casts.
fid
String
Caster's FID.
hash
String
Cast Hash.
id
ID
Airstack unique identifier for the data point.
moxieEarningsSplit
This field give details on how the Moxie earnings earned from the cast is split among the caster, member fans (if any), channel fans (if any), and the Farcaster network.
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.
parentFid
String
Cast's parent FID.
parentHash
String
Cast's parent hash.
parentUrl
String
Cast's parent URL.
rawText
String
Raw text contained in 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