Skip to main content
Back to Blog
JSON Feed

Subscribe via JSON Feed

JSON Feed is a modern, developer-friendly syndication format that's easy to work with and integrate.

What is JSON Feed?
A simple, modern alternative to RSS and Atom

JSON Feed is a syndication format that uses JSON instead of XML, making it much easier for developers to parse and work with. It's designed to be human-readable and simple to implement.

Why JSON Feed?

  • Easy to parse with any programming language
  • Simple, human-readable format
  • Perfect for developers building apps
  • No XML parsing headaches
  • Native JavaScript object format
  • Growing adoption by modern platforms
How to Use JSON Feed
For readers and developers

For Feed Readers:

Some modern feed readers support JSON Feed:

Feedbin

Full JSON Feed support

Micro.blog

Native JSON Feed integration

Our JSON Feed URL:

https://bridgepathaisolutions.com/feed.json
Developer Integration
Easy to integrate into your applications

JSON Feed is perfect for developers building apps or integrations:

Example: Fetch with JavaScript

fetch('https://bridgepathaisolutions.com/feed.json')
  .then(response => response.json())
  .then(data => {
    console.log(data.title); // Blog title
    console.log(data.items); // Array of posts
  });

JSON Feed Structure

Each item in the feed includes:

  • id - Unique identifier
  • title - Post title
  • content_html - Full HTML content
  • url - Link to post
  • date_published - Publication date
Direct Feed Access
View or integrate the raw JSON feed

Access the feed directly to test or integrate:

Open JSON Feed

Prefer email updates?