RSS/API Integration Guide
Add our latest news, posts, and content to your site or application using our public RSS feeds and JSON API.
📡 RSS Feeds
You can subscribe to our latest news via standard RSS readers or embed these feeds into your own website:
- All Posts:
https://beverlyhillsstandard.com/feeds/rss
- By Category:
https://beverlyhillsstandard.com/feeds/category/{slug}/rss
- By Author:
https://beverlyhillsstandard.com/feeds/author/{slug}/rss
- By Tag:
https://beverlyhillsstandard.com/feeds/tag/{slug}/rss
🧩 JSON API (v1)
Access structured data in JSON format from our REST API. All endpoints are read-only and publicly accessible:
Posts
https://beverlyhillsstandard.com/api/v1/posts
– List all postshttps://beverlyhillsstandard.com/api/v1/posts/{id-or-slug}
– View a single posthttps://beverlyhillsstandard.com/api/v1/posts/search?query=term
– Search postshttps://beverlyhillsstandard.com/api/v1/posts/category/{slug}
– Posts by categoryhttps://beverlyhillsstandard.com/api/v1/posts/tag/{slug}
– Posts by taghttps://beverlyhillsstandard.com/api/v1/posts/author/{slug}
– Posts by authorhttps://beverlyhillsstandard.com/api/v1/posts/popular/saved
– Posts saved by Subscribers
Categories
https://beverlyhillsstandard.com/api/v1/categories
– List categorieshttps://beverlyhillsstandard.com/api/v1/categories/hierarchy
– Category treehttps://beverlyhillsstandard.com/api/v1/categories/{id-or-slug}
– Single category
Tags
https://beverlyhillsstandard.com/api/v1/tags
– List tagshttps://beverlyhillsstandard.com/api/v1/tags/popular
– Most used tagshttps://beverlyhillsstandard.com/api/v1/tags/{id-or-slug}
– Single tag
Authors
https://beverlyhillsstandard.com/api/v1/authors
– List authorshttps://beverlyhillsstandard.com/api/v1/authors/active
– Active authorshttps://beverlyhillsstandard.com/api/v1/authors/{id-or-slug}
– Author profile
Media
https://beverlyhillsstandard.com/api/v1/media
– Media indexhttps://beverlyhillsstandard.com/api/v1/media/{id}
– Media detailshttps://beverlyhillsstandard.com/api/v1/media/post/{postId}
– Media for a post
For custom integrations, syndication deals, or advanced API usage, please contact our technical team.