Truth Muse
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.
GET https://time.truthmuse.org/api/v1description of this APIGET 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 }] }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}'
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.