Blogger
The Blogger APIs allows client applications to view and update Blogger content
- Authentication
- OAuth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Social
- Documentation / URL
- https://developers.google.com/blogger/
Overview
Blogger provides blog APIs — Google API key/OAuth based (an invalid key returns 400, verified).
Quick Start
Blog (replace YOUR_KEY):
curl "https://www.googleapis.com/blogger/v3/blogs/2399953?key=YOUR_KEY"
{ "error": { "code": 400, "message": "API key not valid. Please pass a valid API key." } }
Authentication
- Google Cloud project → Blogger API key (or OAuth).
- Send it as the
keyquery parameter (invalid → 400, verified).
Rate Limits & Notes
- Free with limits (check the docs).
- Posts, pages, comments.
FAQ
Is Blogger free? Yes — free with an API key.
Why 400? An invalid key returns 400 (verified) — use a real key.
What’s the auth style?
key query parameter.
More in Social
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 4chan Simple image-based bulletin board dedicated to a variety of topics | No auth | Yes | Yes | ↗ |
| Ayrshare Social media APIs to post, get analytics, and manage multiple users social media accounts | API Key | Yes | Yes | ↗ |
| aztro Daily horoscope info for yesterday, today, and tomorrow | No auth | Yes | Unknown | ↗ |
| Bluesky Decentralized social networking via the AT protocol | No auth | Yes | Yes | ↗ |
| Cisco Spark Team Collaboration Software | OAuth | Yes | Unknown | ↗ |