Hashnode
A blogging platform built for developers
- Authentication
- No auth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Social
- Documentation / URL
- https://hashnode.com
Overview
Hashnode provides a GraphQL API for blog data — keyless in principle.
⚠️ Status (verified 2026-08): a plain GET to the GraphQL endpoint returned HTTP 302/421 (Cloudflare) — the API expects POST requests (or blocks our client). Try a POST; verify from your network.
What it provides
curl -X POST "https://api.hashnode.com/graphql" \
-H "Content-Type: application/json" \
-d '{"query":"{ publication(id:\"YOUR_ID\") { title } }"}'
Notes
- Developer blogging platform (GraphQL).
- POST required (verified 302/421 on GET).
FAQ
Is Hashnode free? Yes — free platform.
Why 302/421? Cloudflare rejected our GET (verified) — use POST.
What does it do? Developer blogging.
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 | ↗ |
| Blogger The Blogger APIs allows client applications to view and update Blogger content | OAuth | Yes | Unknown | ↗ |
| Bluesky Decentralized social networking via the AT protocol | No auth | Yes | Yes | ↗ |