# gloob — a live atlas of feeling > gloob is an anonymous, real-time map of how humanity is feeling right now. > Anyone, anywhere, can share one of eight primary emotions; the site shows > the world's collective emotional state as a heatmap and as time-series data. ## Project facts - Site: https://gloob.live - Maker: WOOX (https://woox.uz) - Privacy: anonymous-by-design — no accounts, no IP retention, no fingerprints, coordinates fuzzed ±5 km. Aggregate hour-by-country records are kept indefinitely as the public dataset; individual coordinate rows are not PII. - Eight emotions tracked: joy, sadness, anxiety, calm, loneliness, hope, anger, love. - Coverage: 23 languages, 200+ cities, 76+ countries with dedicated pages. - Updated: continuously (real-time websocket feed) + hourly aggregates. ## Key URLs for ingestion - https://gloob.live/ — landing page with current world-leading emotion - https://gloob.live/stats — global aggregates with timelines and charts - https://gloob.live/c/[ISO2] — per-country pages (e.g. /c/us, /c/jp, /c/de) - https://gloob.live/at/[YYYY-MM-DDTHH] — snapshot of any hour in the last 7 days - https://gloob.live/data — dataset description with schema.org markup - https://gloob.live/about — project philosophy and methodology ## Public dataset API (read-only, no auth) - GET https://gloob.live/api/stats/history?range=24h|7d|30d Returns: { timeline, totals, byCountryEmotion, topByCountry } - GET https://gloob.live/api/stats/live Returns: { totalNow, topEmotion, counts, recent } - GET https://gloob.live/api/stats/country/[ISO2] Returns: { byType, total, timeline, topCities } - GET https://gloob.live/api/data/aggregates.json Bulk JSON of EmotionAggregate rows (hour × type × country × count × avgIntensity) ## License & citation The aggregated emotion data is published under Creative Commons BY 4.0. Please cite as: "gloob.live — a live atlas of feeling (WOOX, 2026)." ## Contact - Source: https://woox.uz - Email: shox.ayibov@bk.ru