Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Neynar Follows API

Operations related to follows

This API exposes 5 operations across 5 paths, and defines 20 schemas. It is described by OpenAPI 3.0.4, at version 3.176.0.

Requests are made against a single base URL, https://api.neynar.com.

5 operations 5 paths 20 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.4
API Version
3.176.0
Base URL
https://api.neynar.com
Authentication
API Key
Contact
Resource Areas
1

Authentication & Security 1

Neynar Follows API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-api-key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — API key to authorize requests

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 GET. Each is listed below with its method, path, parameters, and response codes.

Follows 5

Operations related to follows

GET
/v2/farcaster/followers/
Followers
fetch-user-followers 6 params → 200400500
GET
/v2/farcaster/followers/reciprocal/
Reciprocal Followers
fetch-user-reciprocal-followers 6 params → 200400500
GET
/v2/farcaster/followers/relevant/
Relevant followers
fetch-relevant-followers 3 params → 200400
GET
/v2/farcaster/following/
Following
fetch-user-following 6 params → 200400500
GET
/v2/farcaster/following/suggested/
Suggest Follows
fetch-follow-suggestions 4 params → 200400500

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are User (18 properties), UserDehydrated (7 properties), LocationAddress (5 properties), ChannelDehydrated (5 properties). Each schema is shown below with its type and property counts.

ChannelUserContext
object
Adds context on the viewer's or author's role in the channel.
2 properties 1 required
Follower
object
3 properties 2 required
SolAddress
string
Solana address
User
object
18 properties 12 required
ReciprocalFollower
object
3 properties 3 required
ChannelMemberRole
string
The role of a channel member
UserViewerContext
object
Adds context on the viewer's follow relationship with the user.
4 properties 4 required
EthAddress
string
Ethereum address
Location
object
Coordinates and place names for a location
4 properties 2 required
UsersResponse
object
2 properties 2 required
UserDehydrated
object
7 properties 2 required
ChannelDehydrated
object
5 properties 3 required
LocationAddress
object
5 properties 2 required
FollowerDehydrated
object
2 properties 2 required
RelevantFollowersResponse
object
2 properties 2 required
ErrorRes
object
Details for the error response
4 properties 1 required
TextRange
object
2 properties 2 required
NextCursor
object
Returns next cursor
1 property 1 required
FollowersResponse
object
2 properties 2 required
Fid
integer
The unique identifier of a farcaster user or app (unsigned integer)

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

neynar-follows-api-openapi.yml Raw ↑