Ghost website screenshot

Ghost

Ghost is an open-source (MIT) publishing platform for professional publications, newsletters, memberships, and paid subscriptions. It can be self-hosted for free or run as the managed Ghost(Pro) service, with all Ghost(Pro) revenue funding the non-profit Ghost Foundation. Every Ghost site exposes two documented public REST APIs under https://{site}/ghost/api/. The Content API is a read-only, key-authenticated interface for delivering published posts, pages, tags, authors, tiers, and settings to front-ends and static sites. The Admin API is a read-write, token-authenticated (JWT) interface for managing posts, pages, members, tags, tiers, offers, newsletters, users, media, themes, and webhooks.

Ghost publishes 19 APIs on the APIs.io network, including Admin - Images API, Admin - Labels API, Admin - Members API, and 16 more. Tagged areas include Publishing, Newsletters, Memberships, Subscriptions, and CMS.

Ghost’s developer surface includes authentication, documentation, engineering blog, changelog, and 8 more developer resources.

39.1/100 thin ▬ flat Agent 31/100 agent aware Full breakdown ↓
scored 2026-08-03 · rubric v0.9
AccessFreemiumSelf serve⚡ Free to try
19 APIs
PublishingNewslettersMembershipsSubscriptionsCMSOpen SourceContent

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-03 · rubric v0.9
Composite quality — 39.1/100 · thin
Contract Quality 12.6 / 25
Developer Ergonomics 4.3 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 6.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 31/100 · agent aware
Machine-Readable Contract 18 / 18
Agentic Access Contract 10 / 10
MCP Server 0 / 12
Machine-Readable Auth 10 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 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/ghost-org: 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 19

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

Ghost Admin - Images API

Image uploads.

Ghost Admin - Labels API

Read-write member labels.

Ghost Admin - Members API

Read-write members.

Ghost Admin - Newsletters API

Read-write newsletters.

Ghost Admin - Offers API

Read-write promotional offers.

Ghost Admin - Pages API

Read-write pages.

Ghost Admin - Posts API

Read-write posts.

Ghost Admin - Site API

Read-only public site metadata.

Ghost Admin - Tags API

Read-write tags.

Ghost Admin - Themes API

Theme upload and activation.

Ghost Admin - Tiers API

Read-write subscription tiers.

Ghost Admin - Users API

Read-only staff users.

Ghost Admin - Webhooks API

Outbound webhook management.

Ghost Content - Authors API

Read-only authors.

Ghost Content - Pages API

Read-only published pages.

Ghost Content - Posts API

Read-only published posts.

Ghost Content - Settings API

Read-only public site settings.

Ghost Content - Tags API

Read-only tags.

Ghost Content - Tiers API

Read-only public subscription tiers.

Scroll for all 19

Open Collections 1

Open, tool-agnostic API collections (OpenAPI-derived and Bruno).

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Ghost Org Rate Limits

5 limits

RATE LIMITS

FinOps 1

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

Security Posture 2

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

Ghost Org Authentication

apiKey/http · 2 schemes

SECURITY

Ghost Org Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Agentic Access 1

Recommended x-agentic-access execution contracts for AI agents.

Ghost Org Agentic Access

56 operations · 26 acting

56 operations · 26 acting

AGENTIC

Resources

Documentation 1

Reference material describing how the API behaves

Agent Surfaces 1

MCP servers, agent skills, and machine-readable catalogs

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 2

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: ghost-org
url: https://raw.githubusercontent.com/api-evangelist/ghost-org/refs/heads/main/apis.yml
name: Ghost
kind: company
description: Ghost is an open-source (MIT) publishing platform for professional publications, newsletters, memberships, and
  paid subscriptions. It can be self-hosted for free or run as the managed Ghost(Pro) service, with all Ghost(Pro) revenue
  funding the non-profit Ghost Foundation. Every Ghost site exposes two documented public REST APIs under https://{site}/ghost/api/.
  The Content API is a read-only, key-authenticated interface for delivering published posts, pages, tags, authors, tiers,
  and settings to front-ends and static sites. The Admin API is a read-write, token-authenticated (JWT) interface for managing
  posts, pages, members, tags, tiers, offers, newsletters, users, media, themes, and webhooks.
accessModel:
  pricing: freemium
  onboarding: self-serve
  trial: false
  try_now: true
  public: false
  label: Freemium · Self-serve signup
  confidence: high
  source:
  - plans
  - authentication
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/ghost-org.png
tags:
- Publishing
- Newsletters
- Memberships
- Subscriptions
- CMS
- Open Source
- Content
created: '2026-07-05'
modified: '2026-07-05'
specificationVersion: '0.19'
apis:
- aid: ghost-org:ghost-org-admin-images-api
  name: Ghost Admin - Images API
  description: Image uploads.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Admin - Images
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-admin-images-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-admin-labels-api
  name: Ghost Admin - Labels API
  description: Read-write member labels.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Admin - Labels
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-admin-labels-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-admin-members-api
  name: Ghost Admin - Members API
  description: Read-write members.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Admin - Members
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-admin-members-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-admin-newsletters-api
  name: Ghost Admin - Newsletters API
  description: Read-write newsletters.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Admin - Newsletters
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-admin-newsletters-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-admin-offers-api
  name: Ghost Admin - Offers API
  description: Read-write promotional offers.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Admin - Offers
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-admin-offers-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-admin-pages-api
  name: Ghost Admin - Pages API
  description: Read-write pages.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Admin - Pages
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-admin-pages-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-admin-posts-api
  name: Ghost Admin - Posts API
  description: Read-write posts.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Admin - Posts
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-admin-posts-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-admin-site-api
  name: Ghost Admin - Site API
  description: Read-only public site metadata.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Admin - Site
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-admin-site-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-admin-tags-api
  name: Ghost Admin - Tags API
  description: Read-write tags.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Admin - Tags
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-admin-tags-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-admin-themes-api
  name: Ghost Admin - Themes API
  description: Theme upload and activation.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Admin - Themes
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-admin-themes-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-admin-tiers-api
  name: Ghost Admin - Tiers API
  description: Read-write subscription tiers.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Admin - Tiers
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-admin-tiers-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-admin-users-api
  name: Ghost Admin - Users API
  description: Read-only staff users.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Admin - Users
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-admin-users-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-admin-webhooks-api
  name: Ghost Admin - Webhooks API
  description: Outbound webhook management.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Admin - Webhooks
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-admin-webhooks-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-content-authors-api
  name: Ghost Content - Authors API
  description: Read-only authors.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Content - Authors
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-content-authors-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-content-pages-api
  name: Ghost Content - Pages API
  description: Read-only published pages.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Content - Pages
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-content-pages-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-content-posts-api
  name: Ghost Content - Posts API
  description: Read-only published posts.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Content - Posts
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-content-posts-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-content-settings-api
  name: Ghost Content - Settings API
  description: Read-only public site settings.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Content - Settings
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-content-settings-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-content-tags-api
  name: Ghost Content - Tags API
  description: Read-only tags.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Content - Tags
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-content-tags-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
- aid: ghost-org:ghost-org-content-tiers-api
  name: Ghost Content - Tiers API
  description: Read-only public subscription tiers.
  humanURL: https://docs.ghost.org/content-api
  baseURL: https://{admin_domain}/ghost/api/content
  tags:
  - Content - Tiers
  properties:
  - type: OpenAPI
    url: openapi/ghost-org-content-tiers-api-openapi.yml
  - type: Documentation
    url: https://docs.ghost.org/content-api
  - type: APIReference
    url: https://docs.ghost.org/content-api
  - type: PostmanCollection
    url: collections/ghost-org.postman_collection.json
  - type: OpenCollection
    url: collections/ghost-org.opencollection.json
  - type: Documentation
    url: https://docs.ghost.org/admin-api/posts
  - type: APIReference
    url: https://docs.ghost.org/admin-api
  - type: Documentation
    url: https://docs.ghost.org/admin-api/pages
  - type: Documentation
    url: https://docs.ghost.org/admin-api/members
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tags
  - type: Documentation
    url: https://docs.ghost.org/admin-api/tiers
  - type: Documentation
    url: https://docs.ghost.org/admin-api/newsletters
  - type: Documentation
    url: https://docs.ghost.org/admin-api/users
  - type: Documentation
    url: https://docs.ghost.org/admin-api/images
  - type: Documentation
    url: https://docs.ghost.org/admin-api/webhooks
common:
- type: AgenticAccess
  url: agentic-access/ghost-org-agentic-access.yml
- type: DomainSecurity
  url: security/ghost-org-domain-security.yml
- type: Authentication
  url: authentication/ghost-org-authentication.yml
- type: LinkedIn
  url: https://www.linkedin.com/company/ghost-foundation
- type: Website
  url: https://ghost.org
- type: Documentation
  url: https://docs.ghost.org
- type: GitHubOrganization
  url: https://github.com/TryGhost
- type: Plans
  url: plans/ghost-org-plans-pricing.yml
- type: RateLimits
  url: rate-limits/ghost-org-rate-limits.yml
- type: FinOps
  url: finops/ghost-org-finops.yml
- type: Blog
  url: https://ghost.org/blog
- type: ChangeLog
  url: https://ghost.org/changelog
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com
Where this information came from

This is an independent, third-party profile of Ghost, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.