Hashnode website screenshot

Hashnode

Hashnode is a blogging platform for developers and engineering teams, offering publications on a custom domain, a headless CMS mode, and a public GraphQL API covering posts, drafts, publications, users, tags, series, comments and documentation projects. The API is a single GraphQL endpoint with anonymous introspection; authentication is a Personal Access Token in the Authorization header, with no OAuth and no scopes. Since 13 May 2026 the API has been a paid feature - anonymous public reads still work, but every publication-scoped read and every write mutation requires the target publication to hold an active Hashnode Pro plan. Hashnode publishes no OpenAPI and no MCP server, shipping an official Agent Skill instead.

Hashnode publishes 1 API on the APIs.io network. Tagged areas include Blogging, Developer Platform, GraphQL, Content Management, and Publications.

The Hashnode catalog on APIs.io includes 1 event-driven AsyncAPI specification.

Hashnode’s developer surface includes documentation, API reference, getting-started guide, engineering blog, support, pricing, signup flow, and 30 more developer resources.

58.3/100 strong ▬ flat Agent 40/100 agent ready Full breakdown ↓
scored 2026-08-21 · rubric v0.12.0
AccessFreemium⚡ Free to try
1 APIs
BloggingDeveloper PlatformGraphQLContent ManagementPublicationsNewslettersHeadless CMSAgent SkillsDeveloper CommunityDocumentation

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-21 · rubric v0.12.0
Composite quality — 58.3/100 · strong
Contract Quality 13.1 / 25
Developer Ergonomics 15.7 / 20
Access Clarity 14.2 / 20
Operational Transparency 7.2 / 13
Contract Governance 0.5 / 12
Discoverability 7.6 / 10
Agent readiness — 40/100 · agent ready
Machine-Readable Contract 18 / 18
Agentic Access Contract 0 / 10
Documented Reversibility 0 / 6
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 8 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 6 / 6
Agent Skills 5 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/hashnode: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 1

Individual APIs this provider publishes, each with its own machine-readable definition.

Hashnode GraphQL API

The Hashnode Public API is a GraphQL API that queries publication data, manages posts and drafts, and creates content via mutations. All requests are POSTed to a single endpoint...

GraphQL 1

GraphQL schemas published by this provider.

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 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Hashnode Rate Limits

2 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Event Specifications 1

AsyncAPI definitions for this provider's event-driven and streaming APIs.

Security Posture 3

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Hashnode Authentication

http · 1 scheme

SECURITY

Hashnode Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Get Started 3

Portal, sign-up, and the first successful call

Documentation 3

Reference material describing how the API behaves

Agent Surfaces 2

MCP servers, agent skills, and machine-readable catalogs

Design & Contract 7

Pagination, idempotency, versioning, errors, and events

Scroll for all 7

Build 5

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 6

Status, limits, changes, and where to get help

Commercial 5

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Other 1

Properties that don't map to a standard resource type

Source (apis.yml)

apis.yml Raw ↑
aid: hashnode
name: Hashnode
description: Hashnode is a blogging platform for developers and engineering teams, offering publications on a custom domain,
  a headless CMS mode, and a public GraphQL API covering posts, drafts, publications, users, tags, series, comments and documentation
  projects. The API is a single GraphQL endpoint with anonymous introspection; authentication is a Personal Access Token in
  the Authorization header, with no OAuth and no scopes. Since 13 May 2026 the API has been a paid feature - anonymous public
  reads still work, but every publication-scoped read and every write mutation requires the target publication to hold an
  active Hashnode Pro plan. Hashnode publishes no OpenAPI and no MCP server, shipping an official Agent Skill instead.
accessModel:
  pricing: freemium
  onboarding: self-service
  trial: false
  try_now: true
  public: true
  label: Freemium
  confidence: high
  source:
  - plans
  - https://hashnode.com/pro
  generated: '2026-08-13'
  method: searched
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/hashnode.png
url: https://raw.githubusercontent.com/api-evangelist/hashnode/refs/heads/main/apis.yml
created: '2026-06-13'
modified: '2026-08-13'
specificationVersion: '0.23'
tags:
- Blogging
- Developer Platform
- GraphQL
- Content Management
- Publications
- Newsletters
- Headless CMS
- Agent Skills
- Developer Community
- Documentation
type: Index
apis:
- aid: hashnode:hashnode-graphql-api
  name: Hashnode GraphQL API
  description: The Hashnode Public API is a GraphQL API that queries publication data, manages posts and drafts, and creates
    content via mutations. All requests are POSTed to a single endpoint at https://gql-beta.hashnode.com. Introspection is
    enabled and anonymous, so the SDL is the published contract - 123 types, 13 root queries and 9 root mutations. Anonymous
    public reads (post, feed, user, tag) require no token; publication-scoped reads and all mutations require a Personal Access
    Token and an active Pro plan on the target publication. The legacy endpoint gql.hashnode.com now returns HTTP 301 to a
    deprecation notice.
  image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
  humanURL: https://github.com/Hashnode/gql-skill
  baseURL: https://gql-beta.hashnode.com
  tags:
  - GraphQL
  - Blogging
  - Posts
  - Publications
  - Drafts
  - Comments
  - Series
  - Tags
  properties:
  - type: GraphQL
    url: graphql/hashnode-gql-api.graphql
  - type: GraphQLManifest
    url: graphql/hashnode-graphql.yml
  - type: Documentation
    url: https://github.com/Hashnode/gql-skill/tree/main/skills/gql-api
  - type: APIReference
    url: https://github.com/Hashnode/gql-skill/blob/main/skills/gql-api/references/queries.md
  - type: GettingStarted
    url: https://github.com/Hashnode/gql-skill#using-the-api-directly
  - type: Authentication
    url: authentication/hashnode-authentication.yml
  - type: Conventions
    url: conventions/hashnode-conventions.yml
  - type: ErrorCatalog
    url: errors/hashnode-error-codes.yml
  - type: DataModel
    url: data-model/hashnode-data-model.yml
  - type: RateLimits
    url: rate-limits/hashnode-rate-limits.yml
  - type: Webhooks
    url: asyncapi/hashnode-webhooks.yml
  - type: AgentSkill
    url: skills/_index.yml
  - 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: DeveloperPortal
  url: https://github.com/Hashnode/gql-skill
- type: Documentation
  url: https://github.com/Hashnode/gql-skill/tree/main/skills/gql-api
- type: APIReference
  url: https://github.com/Hashnode/gql-skill/blob/main/skills/gql-api/references/queries.md
- type: GettingStarted
  url: https://github.com/Hashnode/gql-skill#using-the-api-directly
- type: GitHubOrganization
  url: https://github.com/Hashnode
- type: GitHubOrg
  url: https://github.com/Hashnode
- type: LinkedIn
  url: https://www.linkedin.com/company/hashnode
- type: X
  url: https://x.com/hashnode
- type: Blog
  url: https://hashnode.com/blog
- type: Support
  url: https://hashnode.com/support
- type: Pricing
  url: https://hashnode.com/pro
- type: SignUp
  url: https://hashnode.com/signup
- type: TermsOfService
  url: https://hashnode.com/terms
- type: PrivacyPolicy
  url: https://hashnode.com/privacy-policy
- type: StatusPage
  url: https://status.hashnode.com/
- type: ChangeLog
  url: https://hashnode.com/changelog
- type: ChangeLog
  url: changelog/hashnode-changelog.yml
- type: Deprecation
  url: lifecycle/hashnode-lifecycle.yml
- type: Lifecycle
  url: lifecycle/hashnode-lifecycle.yml
- type: GraphQL
  url: graphql/hashnode-gql-api.graphql
- type: Authentication
  url: authentication/hashnode-authentication.yml
- type: Conventions
  url: conventions/hashnode-conventions.yml
- type: ErrorCatalog
  url: errors/hashnode-error-codes.yml
- type: DataModel
  url: data-model/hashnode-data-model.yml
- type: Conformance
  url: conformance/hashnode-conformance.yml
- type: Webhooks
  url: asyncapi/hashnode-webhooks.yml
- type: AgentSkill
  url: skills/_index.yml
- type: Packages
  url: packages/hashnode-packages.yml
- type: SDKs
  url: packages/hashnode-packages.yml
- type: CLI
  url: cli/hashnode-cli.yml
- type: Components
  url: components/hashnode-components.yml
- type: LLMsTxt
  url: llms/hashnode-llms.txt
- type: Plans
  url: plans/hashnode-plans-pricing.yml
- type: RateLimits
  url: rate-limits/hashnode-rate-limits.yml
- type: FinOps
  url: finops/hashnode-finops.yml
- type: DomainSecurity
  url: security/hashnode-domain-security.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
x-enrichment:
  date: '2026-08-13'
  status: enriched
  artifacts_added: 24
  pass: local-v1

Work with this as data

Every provider 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 providers

9 MCP tools reach this
  • find_providersBrowse and filter every provider in the catalog.
  • get_provider_artifactsEvery artifact this provider publishes, grouped by type.
  • get_provider_operationsEvery operation across all of their OpenAPIs — one call instead of parsing every spec.
  • get_provider_toolsEvery MCP tool they ship, with the operation each wraps.
  • get_provider_evidenceHow each part of their score was established. Free — the basis for a claim should not sit behind it.
  • get_provider_ratingPRO — composite, band, trend and facet scores.
  • 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.
All 92 tools

Call it yourself

curl for this page
This provider
curl "https://apis.io/api/v1/providers/hashnode"
All providers
curl "https://apis.io/api/v1/providers?limit=25"
Every operation they expose
curl "https://apis.io/api/v1/providers/hashnode/operations?limit=25"
How their score was established
curl "https://apis.io/api/v1/providers/hashnode/evidence"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.