FarcasterReplies API
Learn all the detailed references of FarcasterReplies API that provide Farcaster casts information, including the input filters and output fields.
The FarcasterReplies API enables you to fetch a list of all replied based on various filters, including repliers, cast reply hash, cast reply's parent hash, and cast reply's URL.
Inputs
filter
hash
String_Comparator_Exp
Filter by the reply cast hash.
parentCastedBy
Identity_Comparator_Exp
Filter by parent caster's web3 identities, either 0x address, Farcaster, or ENS. For more details, check out Airstack Identity API.
parentHash
String_Eq_In_Comparator_Exp
Filter by parent cast hash.
parentUrl
String_Eq_In_Comparator_Exp
Filter by parent cast URL.
repliedBy
Identity_Comparator_Exp
Filter by replier's web3 identities, either 0x address, Farcaster, or ENS. For more details, check out Airstack Identity API.
blockchain
For FarcasterReplies API, it will return all Farcaster replies.
You just need to specify the input to ALL
for the query to work.
ALL
-
Outputs
castedAtTimestamp
Time
Time when the reply was casted.
embeds
[Map]
Embeds contained in the reply.
fid
String
Replier's FID.
hash
String
Reply cast hash.
id
ID
Airstack unique identifier for the data point.
mentions
[Mentions]
Nested Query â Farcaster profiles that like that are mentioned in the reply.
numberOfLikes
Int
Number of likes on the reply.
numberOfRecasts
Int
Number of recasts on the reply.
numberOfReplies
Int
Number of replies on the reply.
parentFid
String
Cast reply's parent FID.
parentHash
String
Cast reply's parent hash.
parentUrl
String
Cast reply's parent URL.
rawText
String
Raw text contained in the reply.
rootParentHash
String
The root hash of the reply.
rootParentUrl
String
The root URL of the reply.
socialCapitalValue
Nested Query â The social capital value details of a given Farcaster cast reply.
text
String
The text content of the reply.
url
String
Warpcast's cast reply URL.
Last updated