Social — entry 003 of 39
Blogger
Blogger API v3 is Google's REST/JSON interface for its blogging platform, letting apps retrieve and manage blogs, posts, comments, and pages. Public data can be read with a plain API key, but writing content or touching private data requires a full OAuth 2.0 authorization flow. The docs still list the deprecated v1.0 and v2.0 protocol guides alongside the current v3.0 reference, reflecting a mature, low-churn API that hasn't needed a v4.
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.
GreatAPIs Score
Score71
Authentication8/25OAuth flow required
Pricing20/20Free to use
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.