Author
An author represents a staff user who creates content in a Ghost publication.
PublishingNewslettersMembershipsSubscriptionCMSOpen-SourceContent
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Author",
"title": "Author",
"type": "object",
"description": "An author represents a staff user who creates content in a Ghost publication.",
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "Unique identifier for the author"
},
"name": {
"type": "string",
"description": "Display name of the author"
},
"slug": {
"type": "string",
"description": "URL-safe slug for the author"
},
"profile_image": {
"type": "string",
"format": "uri",
"description": "Profile image URL",
"nullable": true
},
"cover_image": {
"type": "string",
"format": "uri",
"description": "Cover image URL for the author page",
"nullable": true
},
"bio": {
"type": "string",
"description": "Author biography",
"nullable": true
},
"website": {
"type": "string",
"format": "uri",
"description": "Author personal website URL",
"nullable": true
},
"location": {
"type": "string",
"description": "Author location",
"nullable": true
},
"facebook": {
"type": "string",
"description": "Facebook username",
"nullable": true
},
"twitter": {
"type": "string",
"description": "Twitter handle",
"nullable": true
},
"meta_title": {
"type": "string",
"description": "SEO meta title for the author page",
"nullable": true
},
"meta_description": {
"type": "string",
"description": "SEO meta description for the author page",
"nullable": true
},
"url": {
"type": "string",
"format": "uri",
"description": "Full URL of the author page"
},
"count": {
"type": "object",
"description": "Count data, included when requested via include=count.posts",
"properties": {
"posts": {
"type": "integer",
"description": "Number of posts by this author",
"minimum": 0
}
}
}
}
}
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/ghost-org-author"
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 email required.
A second provider on the same verified email joins the account you already have.