Ghost Content API

The Ghost Content API is a read-only RESTful API for delivering published content (posts, pages, tags, authors, tiers, settings) to clients. It uses query-parameter Content API keys, is fully cacheable, and is intended to be safe for browser use.

API entry from apis.yml

apis.yml Raw ↑
aid: ghost:ghost-content-api
name: Ghost Content API
humanURL: https://docs.ghost.org/content-api
baseURL: https://{admin_domain}/ghost/api/content
tags:
- Publishing
- Content
- Read Only
- Public
description: The Ghost Content API is a read-only RESTful API for delivering published content (posts,
  pages, tags, authors, tiers, settings) to clients. It uses query-parameter Content API keys, is fully
  cacheable, and is intended to be safe for browser use.
properties:
- type: Documentation
  url: https://docs.ghost.org/content-api
- type: Authentication
  url: https://docs.ghost.org/content-api#key
- type: SDK
  title: Ghost Content Node SDK
  url: https://github.com/TryGhost/SDK/tree/main/packages/content-api