yswords-data

Central data source for the YsWords Bible study app. JSON files here are fetched at runtime; the app always falls back to its bundled snapshot if this site is down.

Datasets

/data/bible_evidence.json
209 archaeological / manuscript / scientific entries · curated
/data/daily_news.json
Bilingual world / china / australia headlines · refreshed 4×/day
/data/daily_verses.json
3,650 daily Bible verse references · 10-year cycle
/data/songs.json
543 church songs from 3 sites · audio / video / sheet music links · refreshed weekly
/data/_manifest.json
Versions + sha256 checksums per dataset

Schemas

/schemas/bible_evidence.schema.json /schemas/daily_news.schema.json /schemas/daily_verses.schema.json /schemas/songs.schema.json

Use from your own app

fetch('https://yswords-data.netlify.app/data/bible_evidence.json')
  .then(r => r.json())
  .then(data => …)

All endpoints return Access-Control-Allow-Origin: *. No API key, no authentication, free to read.

Source on GitHub