
Ghost is a public API providing get published content into your website, app or other embedded media.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://ghost.org/ | Primary API endpoint. |
curl -X GET "https://ghost.org/" \ -H "Accept: application/json"