Hashnode website screenshot

Hashnode

Hashnode is a blogging platform for developers with a GraphQL and REST API for managing posts, series, newsletters, comments, and developer publication content. The platform provides a single GraphQL endpoint supporting both public read queries and authenticated mutations via Personal Access Token.

1 APIs 0 Features
BloggingDeveloper PlatformGraphQLContent ManagementPublicationsNewsletters

APIs

Hashnode GraphQL API

The Hashnode Public API is a GraphQL API that allows developers to query publication data, manage posts and drafts, interact with newsletters, and create content via mutations. ...

GraphQL

Hashnode GraphQL API

The Hashnode API is a GraphQL API that allows developers to interact with the Hashnode blogging platform, manage posts, publications, and user data.

GRAPHQL

Pricing Plans

Hashnode Plans Pricing

4 plans

PLANS

Rate Limits

Hashnode Rate Limits

2 limits

RATE LIMITS

FinOps

Resources

🔗
Website
Website
🔗
Documentation
Documentation
👥
GitHubOrg
GitHubOrg
🔗
LinkedIn
LinkedIn
📰
Blog
Blog
💰
Pricing
Pricing
🟢
StatusPage
StatusPage
🔗
X
X
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

apis.yml Raw ↑
aid: hashnode
name: Hashnode
description: Hashnode is a blogging platform for developers with a GraphQL and REST API for managing posts, series, newsletters,
  comments, and developer publication content. The platform provides a single GraphQL endpoint supporting both public read
  queries and authenticated mutations via Personal Access Token.
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
url: https://raw.githubusercontent.com/api-evangelist/hashnode/refs/heads/main/apis.yml
created: '2026-06-13'
modified: '2026-06-13'
specificationVersion: '0.19'
tags:
- Blogging
- Developer Platform
- GraphQL
- Content Management
- Publications
- Newsletters
type: Index
apis:
- aid: hashnode:hashnode-graphql-api
  name: Hashnode GraphQL API
  description: The Hashnode Public API is a GraphQL API that allows developers to query publication data, manage posts and
    drafts, interact with newsletters, and create content via mutations. All requests go through a single GraphQL endpoint
    at https://gql.hashnode.com. Public read queries require no authentication; all mutations require a Personal Access Token
    in the Authorization header.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://apidocs.hashnode.com/
  baseURL: https://gql.hashnode.com
  tags:
  - GraphQL
  - Blogging
  - Posts
  - Publications
  - Newsletters
  - Drafts
  - Comments
  properties:
  - type: Documentation
    url: https://apidocs.hashnode.com/
  - type: GitHubOrg
    url: https://github.com/Hashnode
  - type: StarterKit
    url: https://github.com/Hashnode/starter-kit
  - type: JSONLD
    url: https://raw.githubusercontent.com/api-evangelist/hashnode/refs/heads/main/json-ld/hashnode.json
common:
- type: Website
  url: https://hashnode.com
- type: Documentation
  url: https://apidocs.hashnode.com/
- type: GitHubOrg
  url: https://github.com/Hashnode
- type: LinkedIn
  url: https://www.linkedin.com/company/hashnode
- type: Blog
  url: https://hashnode.com/blog
- type: Pricing
  url: https://hashnode.com/pricing
- type: StatusPage
  url: https://status.hashnode.com/
- type: X
  url: https://x.com/hashnode
- type: Plans
  url: plans/hashnode-plans-pricing.yml
- type: RateLimits
  url: rate-limits/hashnode-rate-limits.yml
- type: FinOps
  url: finops/hashnode-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com