Neynar · Schema

Cast

Neynar Farcaster API schema for Cast

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationWebhookOnchain

Properties

Name Type Description
app object
author object
author_channel_context object
channel object
embeds array
hash string
mentioned_channels array
mentioned_channels_ranges array Positions within the text (inclusive start, exclusive end) where each mention occurs. Each index within this list corresponds to the same-numbered index in the mentioned_channels list.
mentioned_profiles array
mentioned_profiles_ranges array Positions within the text (inclusive start, exclusive end) where each mention occurs. Each index within this list corresponds to the same-numbered index in the mentioned_profiles list.
object string
parent_author object
parent_hash string
parent_url string
reactions object
replies object
root_parent_url string
text string
thread_hash string
timestamp string
type object
viewer_context object
View JSON Schema on GitHub

JSON Schema

cast.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/Cast",
  "title": "Cast",
  "description": "Neynar Farcaster API schema for Cast",
  "properties": {
    "app": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UserDehydrated"
        }
      ],
      "nullable": true
    },
    "author": {
      "$ref": "#/components/schemas/User"
    },
    "author_channel_context": {
      "$ref": "#/components/schemas/ChannelUserContext"
    },
    "channel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ChannelOrChannelDehydrated"
        }
      ],
      "nullable": true
    },
    "embeds": {
      "items": {
        "$ref": "#/components/schemas/Embed"
      },
      "type": "array"
    },
    "hash": {
      "type": "string"
    },
    "mentioned_channels": {
      "items": {
        "$ref": "#/components/schemas/ChannelDehydrated"
      },
      "type": "array"
    },
    "mentioned_channels_ranges": {
      "description": "Positions within the text (inclusive start, exclusive end) where each mention occurs.\nEach index within this list corresponds to the same-numbered index in the mentioned_channels list.",
      "items": {
        "$ref": "#/components/schemas/TextRange"
      },
      "type": "array"
    },
    "mentioned_profiles": {
      "items": {
        "$ref": "#/components/schemas/User"
      },
      "type": "array"
    },
    "mentioned_profiles_ranges": {
      "description": "Positions within the text (inclusive start, exclusive end) where each mention occurs.\nEach index within this list corresponds to the same-numbered index in the mentioned_profiles list.",
      "items": {
        "$ref": "#/components/schemas/TextRange"
      },
      "type": "array"
    },
    "object": {
      "enum": [
        "cast"
      ],
      "type": "string"
    },
    "parent_author": {
      "properties": {
        "fid": {
          "allOf": [
            {
              "$ref": "#/components/schemas/Fid"
            }
          ],
          "nullable": true
        }
      },
      "required": [
        "fid"
      ],
      "type": "object"
    },
    "parent_hash": {
      "nullable": true,
      "type": "string"
    },
    "parent_url": {
      "nullable": true,
      "type": "string"
    },
    "reactions": {
      "$ref": "#/components/schemas/CastReactions"
    },
    "replies": {
      "$ref": "#/components/schemas/CastReplies"
    },
    "root_parent_url": {
      "nullable": true,
      "type": "string"
    },
    "text": {
      "type": "string"
    },
    "thread_hash": {
      "nullable": true,
      "type": "string"
    },
    "timestamp": {
      "format": "date-time",
      "type": "string"
    },
    "type": {
      "$ref": "#/components/schemas/CastNotificationType"
    },
    "viewer_context": {
      "$ref": "#/components/schemas/CastViewerContext"
    }
  },
  "required": [
    "object",
    "hash",
    "parent_hash",
    "parent_url",
    "root_parent_url",
    "parent_author",
    "author",
    "text",
    "timestamp",
    "embeds",
    "reactions",
    "replies",
    "thread_hash",
    "mentioned_profiles",
    "mentioned_profiles_ranges",
    "mentioned_channels",
    "mentioned_channels_ranges",
    "channel"
  ],
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/cast"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.