Google Blogger · Schema
Blogger Post
A post resource from the Google Blogger API v3.
BloggingCMSCommentsGooglePagesPostsPublishing
Properties
| Name | Type | Description |
|---|---|---|
| kind | string | |
| id | string | The identifier of this Post. |
| blog | object | Data about the blog containing this Post. |
| published | string | The date the post was published. |
| updated | string | The date the post was last updated. |
| url | string | The URL where this Post is displayed. |
| selfLink | string | The API REST URL to fetch this resource from. |
| title | string | The title of the Post. |
| content | string | The content of the Post, which can include HTML markup. |
| author | object | The author of this Post. |
| labels | array | The list of labels this Post was tagged with. |
| replies | object | The container of comments on this Post. |
| status | string | Status of the post. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/google-blogger/refs/heads/main/json-schema/blogger.json",
"title": "Blogger Post",
"description": "A post resource from the Google Blogger API v3.",
"type": "object",
"properties": {
"kind": {
"type": "string",
"const": "blogger#post"
},
"id": {
"type": "string",
"description": "The identifier of this Post."
},
"blog": {
"type": "object",
"description": "Data about the blog containing this Post.",
"properties": {
"id": {
"type": "string"
}
}
},
"published": {
"type": "string",
"format": "date-time",
"description": "The date the post was published."
},
"updated": {
"type": "string",
"format": "date-time",
"description": "The date the post was last updated."
},
"url": {
"type": "string",
"format": "uri",
"description": "The URL where this Post is displayed."
},
"selfLink": {
"type": "string",
"format": "uri",
"description": "The API REST URL to fetch this resource from."
},
"title": {
"type": "string",
"description": "The title of the Post."
},
"content": {
"type": "string",
"description": "The content of the Post, which can include HTML markup."
},
"author": {
"type": "object",
"description": "The author of this Post.",
"properties": {
"id": {
"type": "string"
},
"displayName": {
"type": "string"
},
"url": {
"type": "string",
"format": "uri"
},
"image": {
"type": "object",
"properties": {
"url": {
"type": "string",
"format": "uri"
}
}
}
}
},
"labels": {
"type": "array",
"items": {
"type": "string"
},
"description": "The list of labels this Post was tagged with."
},
"replies": {
"type": "object",
"description": "The container of comments on this Post.",
"properties": {
"totalItems": {
"type": "string"
},
"selfLink": {
"type": "string",
"format": "uri"
}
}
},
"status": {
"type": "string",
"enum": ["LIVE", "DRAFT", "SCHEDULED"],
"description": "Status of the post."
}
},
"required": ["kind", "id", "title"]
}
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/blogger"
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.