AuthorizationstringheaderRequired Bearer API key for programmatic World access.
Example: Bearer nos_sk_...
Aggregate semantic event matches into a compact, dense time series on the server.
Explore the NOSIBLE World interface, inspect the World data dictionary, and browse the classification ontologies used by World.
AuthorizationstringheaderRequired Bearer API key for programmatic World access.
Example: Bearer nos_sk_...
querystringrequiredbodySemantic topic definition.
Example: openai lawsuits
fromdaterequiredbodyInclusive UTC start date.
Example: 2026-06-01
todaterequiredbodyExclusive UTC end date.
Example: 2026-09-01
intervalenumbodyday, week, month, or quarter.
Example: month
min_similaritynumberbodyInclusive exact-cosine threshold; defaults to 0.35.
Example: 0.35
filtersobjectbodyWorld Search filter DSL.
Example: {}
group_byenumbodyOptional single categorical split such as sentiment or country.
Example: sentiment
Use Event Trend for a semantic signal over time without downloading the matching events. Buckets are stable under wider date ranges because retrieval uses fixed calendar-quarter partitions. Treat truncated buckets as lower bounds.
These are the fields you can build against. Nested names use dot notation; optional sections are called out in their descriptions.
idstringShort-lived handle for bucket drill-down.
Example: tr_4a45c76c941f482e
approximatebooleanAlways true because semantic candidate retrieval is bounded.
Example: true
bucketsobject[]Dense chronological time-series buckets.
Example: [{ start, event_count, coverage_sum, similarity_sum, truncated, groups }]
buckets[].startdateInclusive bucket start date.
Example: 2026-06-01
buckets[].event_countintegerRetained semantic matches in the bucket.
Example: 184
buckets[].coverage_sumintegerSum of distinct-source coverage across retained events.
Example: 612
buckets[].similarity_sumnumberSum of exact semantic similarities across retained events.
Example: 123.84
buckets[].truncatedbooleanTrue when the quarter candidate budget filled and more matches may exist.
Example: false
buckets[].groupsobjectOptional group-value metrics.
Example: { "negative": { "event_count": 91, "coverage_sum": 318, "similarity_sum": 62.17 } }
invalid_request — The date, filter, cursor, identifier, or request combination is invalid.access_denied — The requested archive date is outside the caller's World tier.not_found — The requested date, entity, ticker, or event does not exist in the accessible index.cursor_expired — The cursor was minted against a replaced index build. Restart pagination from the first page.rate_limited — The request exceeded the endpoint or account rate limit. Respect Retry-After when supplied.backend_not_configured — The World backend is not configured for this deployment.backend_error — The BFF could not obtain a valid response from the World backend.backend_timeout — The World backend or an upstream data source timed out.