By filtersCopy Pageget https://api.neynar.com/v2/farcaster/feedFetch casts based on filters. Ensure setting the correct parameters based on the feed_type and filter_type.Query Paramsfeed_typestringenumrequiredDefaults to followingDefaults to following (requires FID or address). If set to filter (requires filter_type)followingfilterAllowed:followingfilterfilter_typestringenumUsed when feed_type=filter. Can be set to FIDs (requires FIDs) or parent_url (requires parent_url) or channel_id (requires channel_id)fidsparent_urlchannel_idembed_urlembed_typesglobal_trendingAllowed:fidsparent_urlchannel_idembed_urlembed_typesglobal_trendingfidint32(Optional) FID of user whose feed you want to create. By default, the API expects this field, except if you pass a filter_typefidsstringUsed when filter_type=FIDs . Create a feed based on a list of FIDs. Max array size is 100. Requires feed_type and filter_type.parent_urlstringUsed when filter_type=parent_url can be used to fetch content under any parent url e.g. FIP-2 channels on Warpcast. Requires feed_type and filter_type.channel_idstringUsed when filter_type=channel_id can be used to fetch casts under a channel. Requires feed_type and filter_type.members_onlybooleanDefaults to truedeprecatedUsed when filter_type=channel_id. Only include casts from members of the channel. True by default.truefalseembed_urlstringUsed when filter_type=embed_url. Casts with embedded URLs prefixed by this embed_url param will be returned. We normalize your given URL prefix and prepend 'https://' if no protocol is included. Requires feed_type and filter_type.embed_typesarray of objectsUsed when filter_type=embed_types can be used to fetch all casts with matching content types. Requires feed_type and filter_type.embed_typesADD stringwith_recastsbooleanDefaults to trueInclude recasts in the response, true by defaulttruefalselimitinteger1 to 100Defaults to 25Number of results to fetchcursorstringPagination cursor.viewer_fidint32Providing this will return a feed that respects this user's mutes and blocks and includes viewer_context.Headersx-neynar-experimentalbooleanDefaults to falseEnables experimental features including filtering based on the Neynar score. See docs for more details.truefalseResponses 200Successful operation. 400Bad RequestUpdated over 1 year ago