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
Name | Type | Description |
---|---|---|
|
| Filter by the reply cast hash. |
|
| Filter by parent caster's web3 identities, either 0x address, Farcaster, or ENS. For more details, check out Airstack Identity API. |
|
| Filter by parent cast hash. |
|
| Filter by parent cast URL. |
|
| 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.
Enum | Description |
---|---|
| - |
Outputs
Name | Type | Description |
---|---|---|
|
| Time when the reply was casted. |
| Nested Query â Replier's details. | |
| Nested Query â Farcaster Channel where the reply is casted. | |
|
| Embeds contained in the reply. |
|
| Replier's FID. |
| Nested Query â Farcaster Frame attached to the reply. | |
|
| Reply cast hash. |
|
| Airstack unique identifier for the data point. |
|
| Nested Query â Farcaster profiles that like that are mentioned in the reply. |
|
| Number of likes on the reply. |
|
| Number of recasts on the reply. |
|
| Number of replies on the reply. |
| Nested Query â Cast reply's parent details. | |
|
| Cast reply's parent FID. |
|
| Cast reply's parent hash. |
|
| Cast reply's parent URL. |
| Nested Query â Quoted cast's details of the reply. | |
|
| Raw text contained in the reply. |
| Nested Queries â List of all Farcaster profiles recasted the reply. | |
|
| The root hash of the reply. |
|
| The root URL of the reply. |
| Nested Query â The social capital value details of a given Farcaster cast reply. | |
|
| The text content of the reply. |
|
| Warpcast's cast reply URL. |
Last updated