FarcasterReactions API

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

The FarcasterReactions API enables you to fetch a list of all reactions, which includes likes, replies, and recasts, on Farcaster based on various filters, including reactor's, cast hash, cast's URL, and Frame URL, if any.

Inputs

filters

NameTypeDescription

castHash

String_Eq_In_Comparator_Exp

Filter by cast hash.

castUrl

String_Eq_In_Comparator_Exp

Filter by cast URL.

channelId

String_Comparator_Exp

Filter by Channel ID.

criteria

Filter by different criteria selection, including like, recast, and replied.

frameUrl

String_Eq_In_Comparator_Exp

Filter by Frames URL.

reactedBy

Identity_Comparator_Exp

Filter by cast reactor's web3 identities, either 0x address, Farcaster, ENS, or Lens. For more details, check out Airstack Identity API.

blockchain

For FarcasterReactions API, it will return all Farcaster reactions.

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

EnumDescription

ALL

-

Outputs

NameTypeDescription

Criteria

The chosen criteria to filter the reaction selection, including like, recast, and replied.

Reaction.cast

Nested Query โ€“ Farcaster cast details with the specified reaction criteria.

Reaction.castHash

String

Farcaster cast hash

Reaction.reactedBy

Nested Query โ€“ Reactor's Farcaster profile details

Last updated