Truth Muse
Work with us

Collect it together.

Churches, ministries, apps and start-ups collect the same kind of moments in their own communities. With a partner key you can add them to this map and counter, anonymously, so that together we show how wide God's love reaches. Every moment keeps its source: your name appears next to the sentence.

How it works

  1. Mail [email protected] with who you are and what you collect. You receive a partner key (tm_live_…).
  2. Send one request per moment: the sentence, the language, optionally a country code and an approximate position (we round to one decimal, about 10 km).
  3. The moment appears on the map and in the counter within a minute, labelled with your name. Names, e-mail addresses and exact locations are never accepted.

Read

GET https://time.truthmuse.org/api/v1description of this API
GET https://time.truthmuse.org/api/v1/stats{ today, total, countries[], countryCount }
GET https://time.truthmuse.org/api/v1/map{ points: [{ lat, lon, count, country, items[] }], countries: [{ country, count, lat, lon }] }
GET https://time.truthmuse.org/api/v1/moments/recent{ items: [{ text, lang, country, createdAt, lat, lon, source }] }

Write

POST https://time.truthmuse.org/api/v1/momentsAuthorization: Bearer tm_live_… · 201 { id, today, partner }
curl -X POST https://time.truthmuse.org/api/v1/moments \
  -H "Authorization: Bearer tm_live_..." \
  -H "Content-Type: application/json" \
  -d '{"text":"In a conversation with my neighbour.","lang":"en","country":"NL","lat":52.1,"lon":5.1}'

Limits and promises

500 moments per partner per day. Texts are public and anonymous: never send personal data. We may hide a moment that does not belong. Read endpoints are open to everyone; only posting needs a key.

Request a partner key