Sorsa · JSON Structure

Sorsa Tweet Structure

JSON Structure description for Sorsa tweet.

Type: record Properties: 0
TwitterXSocial-MediaData ExtractionReal-Time

Tweet is a JSON Structure definition published by Sorsa. It conforms to the https://json-structure.org/draft/2025-04/schema meta-schema.

Meta-schema: https://json-structure.org/draft/2025-04/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2025-04/schema",
  "$id": "https://api-evangelist.github.io/sorsa/json-structure/sorsa-tweet-structure.json",
  "name": "Tweet",
  "description": "JSON Structure description for Sorsa tweet.",
  "type": "record",
  "fields": [
    {
      "name": "bookmark_count",
      "type": "integer",
      "description": "Number of times the tweet has been bookmarked."
    },
    {
      "name": "conversation_id_str",
      "type": "string",
      "description": "ID of the root tweet in the conversation thread."
    },
    {
      "name": "created_at",
      "type": "string",
      "description": "Tweet publication date in ISO 8601 format."
    },
    {
      "name": "entities",
      "type": "array",
      "items": "object",
      "description": "Media, links, and other embedded entities attached to the tweet."
    },
    {
      "name": "full_text",
      "type": "string",
      "description": "Full text content of the tweet."
    },
    {
      "name": "id",
      "type": "string",
      "description": "Unique tweet ID."
    },
    {
      "name": "in_reply_to_tweet_id",
      "type": "string",
      "description": "ID of the tweet this tweet is replying to. Null if not a reply."
    },
    {
      "name": "in_reply_to_username",
      "type": "string",
      "description": "Username of the account this tweet is replying to."
    },
    {
      "name": "is_quote_status",
      "type": "boolean",
      "description": "Whether this tweet quotes another tweet."
    },
    {
      "name": "is_replies_limited",
      "type": "boolean",
      "description": "Whether replies to this tweet are restricted by the author."
    },
    {
      "name": "is_reply",
      "type": "boolean",
      "description": "Whether this tweet is a reply to another tweet."
    },
    {
      "name": "lang",
      "type": "string",
      "description": "Detected language code of the tweet (e.g. `en`, `es`)."
    },
    {
      "name": "likes_count",
      "type": "integer",
      "description": "Number of likes on the tweet."
    },
    {
      "name": "quote_count",
      "type": "integer",
      "description": "Number of quote tweets."
    },
    {
      "name": "quoted_status",
      "type": "string",
      "description": "The original tweet being quoted. Present only if `is_quote_status` is true."
    },
    {
      "name": "reply_count",
      "type": "integer",
      "description": "Number of replies to the tweet."
    },
    {
      "name": "retweet_count",
      "type": "integer",
      "description": "Number of retweets."
    },
    {
      "name": "retweeted_status",
      "type": "string",
      "description": "The original tweet being retweeted. Present only for retweets."
    },
    {
      "name": "user",
      "type": "string",
      "description": "Author of the tweet."
    },
    {
      "name": "view_count",
      "type": "integer",
      "description": "Number of views (impressions)."
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/sorsa-tweet-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no email required.

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