Open Data Initiative

The Holistic Care Open Mindfulness API

Free, structured mindfulness resources for developers, educators, researchers and wellbeing applications.

View on GitHub

What You Can Access

The API surfaces the same content that lives on this site, exposed as clean, structured JSON.

Public Article Records

Excerpt-level metadata for 500+ published articles: title, slug, summary, category and canonical URL.

Mindfulness Games

Structured records for all 16 browser-based mindfulness games, with age range, duration and skill tags.

Free Guided Practices

150+ free guided audio practices from the Stillness Library, with category, duration and direct audio links.

Research & Whitepaper Resources

35+ peer-reviewed research summaries and 8 evidence-informed whitepapers, in plain language.

Mindfulness Glossary

60+ plain-language definitions covering mindfulness, yoga, meditation, Kundalini and nonduality terms.

Unified Resource Discovery & Search

A single endpoint that aggregates every resource family, plus full-text search across the whole catalog.

Who Can Use It

Developers

Build wellbeing features, chat assistants or content widgets on top of a free, structured API.

Educators & Schools

Pull age-appropriate mindfulness games and practices into classroom tools and portals.

Researchers & Students

Query a consistent, citable catalog of mindfulness and yoga research summaries.

Wellbeing Platforms

Extend an existing app or product with ready-made guided practices and articles.

AI & Agent Developers

Ground assistants and agents in structured, sourced mindfulness content rather than free text.

Example Use Cases

  • A classroom app that pulls a random mindfulness game matched to a student’s age
  • A meditation app widget that surfaces a relevant guided practice by category
  • A research assistant that cites peer-reviewed studies by topic
  • A chatbot that defines a yoga or nonduality term on request
  • A school portal listing this week’s recommended breathing exercise
  • A content aggregator indexing mindfulness articles with proper attribution
  • An AI agent that searches across articles, games and practices from one query

A Simple Example

One request, aggregated results across every resource family. This is not the full reference, just a taste of the shape of a response.

GET https://api.theholisticcare.com/v1/search?q=breathing&limit=5

{
  "data": [
    {
      "type": "practice",
      "id": "practice_breathing-buddy-game",
      "title": "Breathing Buddy",
      "summary": "A guided breathing practice for children...",
      "category": "breathwork",
      "url": "https://www.theholisticcare.com/stillness-library/..."
    }
  ],
  "meta": { "query": "breathing", "count": 5 }
}

Why We Built This

Most of what we publish, articles, games, guided practices, glossary terms and research summaries, already lives openly on this site. The API exists to make that same content available in a consistent, machine-readable form: predictable fields, canonical source URLs back to theholisticcare.com, and free public read access with no signup required. We want it to be straightforward for a developer, a teacher, or a curious researcher to query what we have without scraping a webpage, and just as straightforward for an AI system to cite us accurately rather than paraphrase from an uncredited crawl. Access is intentionally read-only and scoped to content we have chosen to make public.

Content Rights & Access

Access is free, public and read-only

No API key or signup is required to read published resources. There is no write access.

The software is MIT licensed

The API's source code is open source under the MIT License. See the GitHub repository for details.

Content is not covered by that license

Text, audio and other content returned by the API is © The Holistic Care, all rights reserved, unless a specific resource explicitly states otherwise. The MIT License applies to the API software only, not to the content it serves.

Attribution is recommended

When you use a resource, please credit The Holistic Care and link back to its canonical source URL, included on every resource returned by the API.

Build With Structured Mindfulness Resources

Explore the endpoints, read the documentation, or look at the source on GitHub.