RSS & JSON Feeds
Every changelog is available as RSS 2.0 and JSON Feed 1.1.
Every project publishes standards-compliant feeds, so users can follow your changelog in any reader or pipe it into automation.
URLs
| Format | URL |
|---|---|
| RSS 2.0 | https://launchly.dev/c/{slug}/rss.xml |
| JSON Feed 1.1 | https://launchly.dev/c/{slug}/feed.json |
On a custom domain the same paths apply, e.g.
https://changelog.yourco.com/rss.xml.
Contents
Both feeds include the published, external entries with title, link, category, version, publish date, and the sanitized HTML body.
- RSS: RSS 2.0 with an Atom self-reference link; body in CDATA.
- JSON: JSON Feed 1.1 — items carry
id,title,content_html,date_published, andtags(category + version).
Caching: public, s-maxage=60, stale-while-revalidate=300.
Private changelogs
For a private changelog (Team plan), append the project access token:
https://launchly.dev/c/{slug}/rss.xml?token=<accessToken>Without a valid token a private feed returns 404.