Logo
Saturday, June 7, 2025 Loading weather...

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 posts
  • https://beverlyhillsstandard.com/api/v1/posts/{id-or-slug} – View a single post
  • https://beverlyhillsstandard.com/api/v1/posts/search?query=term – Search posts
  • https://beverlyhillsstandard.com/api/v1/posts/category/{slug} – Posts by category
  • https://beverlyhillsstandard.com/api/v1/posts/tag/{slug} – Posts by tag
  • https://beverlyhillsstandard.com/api/v1/posts/author/{slug} – Posts by author
  • https://beverlyhillsstandard.com/api/v1/posts/popular/saved – Posts saved by Subscribers
Categories
  • https://beverlyhillsstandard.com/api/v1/categories – List categories
  • https://beverlyhillsstandard.com/api/v1/categories/hierarchy – Category tree
  • https://beverlyhillsstandard.com/api/v1/categories/{id-or-slug} – Single category
Tags
  • https://beverlyhillsstandard.com/api/v1/tags – List tags
  • https://beverlyhillsstandard.com/api/v1/tags/popular – Most used tags
  • https://beverlyhillsstandard.com/api/v1/tags/{id-or-slug} – Single tag
Authors
  • https://beverlyhillsstandard.com/api/v1/authors – List authors
  • https://beverlyhillsstandard.com/api/v1/authors/active – Active authors
  • https://beverlyhillsstandard.com/api/v1/authors/{id-or-slug} – Author profile
Media
  • https://beverlyhillsstandard.com/api/v1/media – Media index
  • https://beverlyhillsstandard.com/api/v1/media/{id} – Media details
  • https://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.