Each website has its own feed links. They always show published posts only—drafts and posts waiting for approval do not appear.
Where to find your links
- Sign in to the dashboard.
- Open Websites and select your site.
- In Public feed for WordPress & integrations, copy:
- JSON feed URL — best for WordPress plugins, Zapier, Make, and custom importers
- RSS feed URL — best for RSS readers and tools that expect RSS
Use the exact URLs shown there. You do not need to build or guess the link yourself.
JSON feed
The JSON feed is updated when new posts are published. It includes up to the 50 most recent published posts, newest first.
Each post in the feed includes:
| Information | Use it for |
|---|---|
| Title | Post headline |
| Link | Where the post lives on your website |
| Published date | When it went live |
| Description | Short summary |
| Meta title & description | SEO fields for your site or plugin |
| Content (HTML or Markdown) | Full article body |
| Images | Cover image URLs when a cover was generated |
RSS feed
The RSS feed lists the same published posts in a standard RSS format, including the full article and cover image when available.
Auto-publish
If Auto-publish is turned on for a website, new posts appear in the feed as soon as they go live. If you review posts before publishing, the feed updates only after you publish from the dashboard.
Keep links private
Feed URLs are not password-protected. Treat them like a private link—only share them with tools and people you trust.
Next steps
- WordPress plugin — recommended for WordPress (automatic delivery when posts go live)
- Webhooks — instant notification to any HTTPS endpoint
- Use the JSON feed above when your tool imports from a URL on a schedule (Zapier, Make, custom scripts)