> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neynar.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Use the Neynar Feed API

> A guide on how to get feed from the Feed API using fid, fids, and parent_url.

<Info>
  This guide uses [this feed API](/reference/fetch-feed)
</Info>

There are three different ways you can use the Feed endpoint:

1. Getting the feed of a user by passing a `fid` field to the request
2. Getting the feed of multiple users by passing a `fids` field to the request
3. Getting the feed of a parent URL e.g. FIP-2 channels on Warpcast, by passing a `parent_url` field to the request

## Get feed by `fid`

If you want to get the feed of a user using their `fid`, you'll need to pass it in using the `fid` field of your request.

To try this request in the API Explorer to get an actual response from the API, follow these steps:

* In the *Request* tab, ensure *Default* is selected as shown below

<Frame>
  <img src="https://mintcdn.com/neynar/4PNY113y9N9T-r9z/images/docs/d93681c-fid-request.png?fit=max&auto=format&n=4PNY113y9N9T-r9z&q=85&s=f0e00864dab4af95e7422bd34fb00bbd" width="458" height="196" data-path="images/docs/d93681c-fid-request.png" />
</Frame>

* Add the fid of the user whose feed you want to get

<Frame>
  <img src="https://mintcdn.com/neynar/4PNY113y9N9T-r9z/images/docs/bbc2c00-fid-explorer.png?fit=max&auto=format&n=4PNY113y9N9T-r9z&q=85&s=d309d2361f939e952a270b8bf570b8fc" width="520" height="186" data-path="images/docs/bbc2c00-fid-explorer.png" />
</Frame>

* Press the **Try it** button to see the response

## Get feed by `fids`

You can get the feed for multiple users by passing an array of their fids in the `fids` field of your request. To do this, you'll need to set `filter_type=fids` in you request body.

To try this request in the API Explorer to get an actual response from the API, follow these steps:

* In the *Request* tab, change the request type to **Get feed using fids**

<Frame>
  <img src="https://mintcdn.com/neynar/4PNY113y9N9T-r9z/images/docs/af5715e-fids.png?fit=max&auto=format&n=4PNY113y9N9T-r9z&q=85&s=c2ce83901161379ac2e900560ed6bab1" width="446" height="199" data-path="images/docs/af5715e-fids.png" />
</Frame>

* Set the query parameters to the following

<Frame>
  <img src="https://mintcdn.com/neynar/4PNY113y9N9T-r9z/images/docs/bd0df9c-fids-explorer.png?fit=max&auto=format&n=4PNY113y9N9T-r9z&q=85&s=c8edfd52a2bed245e2bdfd34df5e946b" width="536" height="560" data-path="images/docs/bd0df9c-fids-explorer.png" />
</Frame>

* Press the **Try it** button to view the response

## Get feed by `parent_url`

You can get the feed for multiple users by passing the parent URL in the `parent_url` field in your request. To do this, you'll need to set `feed_type=filter` and `filter_type=parent_url` in you request body.

To try this request in the API Explorer to get an actual response from the API, follow these steps:

* In the *Request* tab, change the request type to **Get feed using parent\_url**

<Frame>
  <img src="https://mintcdn.com/neynar/aGwjtKmNewHJXSzO/images/docs/08fa26d-parent-url.png?fit=max&auto=format&n=aGwjtKmNewHJXSzO&q=85&s=90185359f73975d2f5f0b1e1a920027b" width="463" height="249" data-path="images/docs/08fa26d-parent-url.png" />
</Frame>

* Set the query parameters in the explorer

<Frame>
  <img src="https://mintcdn.com/neynar/aGwjtKmNewHJXSzO/images/docs/400f794-p-url-explorer.png?fit=max&auto=format&n=aGwjtKmNewHJXSzO&q=85&s=6383bb3499ca876da5d427787e7c4a04" width="533" height="481" data-path="images/docs/400f794-p-url-explorer.png" />
</Frame>

<Tip>
  You can use the following parent URL as an example value in the explorer: `chain://eip155:1/erc721:0xd4498134211baad5846ce70ce04e7c4da78931cc`
</Tip>

* Press the **Try it** button to view the response

## Sample creations with this endpoint

Fetch home feed for a user

<Frame>
  <img src="https://mintcdn.com/neynar/4PNY113y9N9T-r9z/images/docs/9238be8-home-feed.png?fit=max&auto=format&n=4PNY113y9N9T-r9z&q=85&s=36ff2157735ea63d5456266168607073" width="1230" height="1434" data-path="images/docs/9238be8-home-feed.png" />
</Frame>

Fetch channel feed:
