NOSTOPSA Teacher's-First Yoga Cooperative
For developers

NOSTOPS Publisher API

Legitimately reuse NOSTOPS Voices articles — no account, no API key.

The Publisher API is a simple, read-only feed of NOSTOPS Voices articles that are Published and explicitly marked Available for Republication by NOSTOPS. There is no registration, no API key and no publisher management. Every article carries the attribution you must retain: the teacher (author), NOSTOPS, and the original-source link.

List eligible articles

Returns only Published + Republication-enabled articles.

GET https://www.nostops.org/api/voices/public/articles

Optional query params: lang (en, hi, mr, bn, ta, te — returns a translation when available), topic, type, limit (max 200).

Fetch a single article

GET https://www.nostops.org/api/voices/public/articles/{slug}

Add ?lang=hi for a translated version. The available_for_republication flag tells you whether reuse is permitted.

Response fields

  • id
  • slug
  • title
  • type
  • topic
  • source_language
  • language
  • available_languages
  • content_html
  • content_text
  • published_at
  • author_name
  • author_bio
  • author_handle
  • canonical_url
  • attribution
  • available_for_republication

The attribution object contains author, originally_published_on, original_article_url, teacher_profile_url and a ready-to-use attribution_text.

What is never exposed

Drafts, rejected or unpublished articles, private teacher information and any internal moderation data are never returned. Only public, published, republication-enabled content is available.

Required attribution

Author: {author_name}
Originally published on NOSTOPS
Original article: {canonical_url}
Teacher profile: {teacher_profile_url}

Prefer copy & paste?

Every republication-enabled article page offers a live Embed Code and a Copy Article option. Open any article under NOSTOPS Voices.