Sorsa · Schema
CommunityUser
JSON Schema for Sorsa common.CommunityUser extracted from the OpenAPI v3 spec.
twitterXSocial-MediaData ExtractionReal-Time
Properties
| Name | Type | Description |
|---|---|---|
| display_name | string | User's display name. |
| id | string | Unique Twitter/X user ID. |
| profile_image_url | string | URL of the user's avatar image. |
| protected | boolean | Whether the account's tweets are protected (private). |
| username | string | Current Twitter/X handle (without @). |
| verified | boolean | Whether the account has a verified badge. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/sorsa/json-schema/sorsa-community-user-schema.json",
"title": "CommunityUser",
"description": "JSON Schema for Sorsa common.CommunityUser extracted from the OpenAPI v3 spec.",
"properties": {
"display_name": {
"description": "User's display name.",
"example": "Elon Musk",
"type": "string"
},
"id": {
"description": "Unique Twitter/X user ID.",
"example": "44196397",
"type": "string"
},
"profile_image_url": {
"description": "URL of the user's avatar image.",
"example": "https://pbs.twimg.com/profile_images/123/photo.jpg",
"type": "string"
},
"protected": {
"description": "Whether the account's tweets are protected (private).",
"example": false,
"type": "boolean"
},
"username": {
"description": "Current Twitter/X handle (without @).",
"example": "elonmusk",
"type": "string"
},
"verified": {
"description": "Whether the account has a verified badge.",
"example": true,
"type": "boolean"
}
},
"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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sorsa-community-user"
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.