# Ghost API **Provider:** Ghost **Category:** developer **Base URL:** `https://ghost.org` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 300 req/min **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://ghost.org/ ## Description Get Published content into your Website, App or other embedded media ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://ghost.org/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://ghost.org' ``` ## Sample Response ```json {} ``` ## Pricing Details Free open-source (self-hosted). Ghost Pro hosted: Starter $9/mo (500 members), Creator $25/mo (1K members), Business $50/mo, Enterprise custom. --- *Source: [API Map](https://apimap.dev/apis/ghost/) — CC BY 4.0*