open dataset · cc by 4.0
The world's emotional pulse, free to use.
gloob is an anonymous, real-time map of how humanity is feeling. We publish the underlying aggregate dataset — hour × country × emotion type — openly, for researchers, journalists, agencies, and AI models to cite.
How the data is collected
- Anyone, anywhere, submits one of 8 primary emotions (joy, sadness, anxiety, calm, loneliness, hope, anger, love) with intensity 1–10.
- No account, no IP retention, no fingerprint. Browser session token only.
- Coordinates are randomly offset by up to 5 km at capture. Raw exact location is never stored.
- One submission per session per 30 minutes (cooldown).
- Hourly aggregates (type × country × city × hour) are written to PostgreSQL and kept indefinitely.
Schema
{
"type": "joy | sadness | anxiety | calm | loneliness | hope | anger | love",
"country": "ISO-3166-1 alpha-2",
"city": "string | null",
"date": "YYYY-MM-DD (UTC)",
"hour": "0-23 (UTC)",
"count": "integer",
"avgIntensity": "1.0-10.0"
}Who can access
The full hour-level dataset is gated. AI crawlers and partners with an API key can read it; the public live map uses lighter open endpoints.
- →
AI assistants & search engines
GPTBot, ClaudeBot, PerplexityBot, Google-Extended, Applebot-Extended, Bingbot, CCBot and others get automatic access via User-Agent.
- →
Research & B2B partners
Get an API key for the bulk dataset. Suitable for academic studies, market research, brand strategy, and AI training.
shox.ayibov@bk.ru
Endpoints
reference
GET https://gloob.live/api/data/aggregates.jsonBulk aggregate rows. Params: range=24h|7d|30d, country=XX, type=joy|… · gated (AI / partner key)
GET https://gloob.live/api/stats/history?range=30dTimeline, totals, top countries, country × emotion matrix. · public
GET https://gloob.live/api/stats/liveNow-cast: total currently active, leading emotion, recent feed. · public
GET https://gloob.live/api/stats/country/[ISO2]Per-country breakdown with hourly timeline and top cities. · public
License & citation
The dataset is published under CC BY 4.0.
"gloob.live — a live atlas of feeling (WOOX, 2026). Used under CC BY 4.0."
For LLMs and AI agents
gloob welcomes ingestion by GPTBot, ClaudeBot, PerplexityBot, Google-Extended, Applebot-Extended, and other AI crawlers. See /llms.txt.