Ghost
Ghost is a fully open source, hackable platform for building and running a modern online publication. We power blogs, magazines and journalists from Zappos to Sky News.
Ghost endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
getAllPosts /getAllPosts |
The getAllPosts endpoint allows you to browse all published posts on a particular blog. |
| POST |
getAllTags /getAllTags |
The getAllTags endpoints allow you to browse all tags on a particular blog. |
| POST |
getAllUsers /getAllUsers |
The getAllUsers endpoint allows you to browse all active users on a particular blog. |
| POST |
getPost /getPost |
This endpoint allows you to read a specific post based on its id. |
| POST |
getPostBySlug /getPostBySlug |
This endpoint allows you to read a specific post based on its slug. |
| POST |
getTag /getTag |
This endpoint allows you to read a specific tag based on its id. |
| POST |
getTagBySlug /getTagBySlug |
This endpoint allows you to read a specific tag based on its slug. |
| POST |
getUser /getUser |
This endpoint allows you to read a specific user based on its id. |
| POST |
getUserByEmail /getUserByEmail |
This endpoint allows you to read a specific user based on its email. |
| POST |
getUserBySlug /getUserBySlug |
This endpoint allows you to read a specific user based on its slug. |
Ghost pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — | — |