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
Name | Type | Description |
---|---|---|
|
| Filter by caster. You can input any type of identity supported by Airstack Identity API. |
|
| Filter by the time when Frames is casted. |
|
| Filter By Farcaster channel's URL. |
|
| Filter By Frame URL. |
|
| Filter by whether a cast has any embeds or not. |
|
| Filter by whether a cast has any Frames or not. |
|
| Filter by whether a cast has any mentions or not. |
|
| Filter by Farcaster cast hash. |
|
| 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.
Enum | Description |
---|---|
| - |
Outputs
Name | Type | Description |
---|---|---|
| The cast value associated to the cast. | |
|
| Time when the cast was casted. |
| Nested Query â Caster details. | |
| Nested Query â Farcaster Channel where the cast is casted. | |
|
| Embeds contained in the casts. |
|
| Caster's FID. |
| Nested Query â Farcaster Frame attached to the cast. | |
|
| Cast Hash. |
|
| Airstack unique identifier for the data point. |
| 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. | |
|
| Nested Query â Farcaster profiles that like that are mentioned in the cast. |
|
| Number of likes on the cast. |
|
| Number of recasts on the cast. |
|
| Number of replies on the cast. |
| Nested Query â Cast's parent details. | |
|
| Cast's parent FID. |
|
| Cast's parent hash. |
|
| Cast's parent URL. |
| Nested Query â Quoted cast's details. | |
|
| Raw text contained in the cast. |
| Nested Queries â List of all Farcaster profiles recasted the cast. | |
|
| The cast's associated Farcaster Channel URL. |
| Nested Query â The social capital value details of a given Farcaster cast. | |
|
| The text content of the cast. |
|
| Warpcast's Cast URL. |
Last updated