AuthorizationstringrequiredheaderRequired Bearer API key. Programmatic access to the World API needs a key; browsing nosible.world in a browser does not.
Example: Bearer nos_sk_...
List the events in a dated World archive slice with sorting and pagination.
Explore the NOSIBLE World interface, inspect the World data dictionary, and browse the classification ontologies used by World.
AuthorizationstringrequiredheaderRequired Bearer API key. Programmatic access to the World API needs a key; browsing nosible.world in a browser does not.
Example: Bearer nos_sk_...
datedaterequiredpathArchive date in YYYY-MM-DD format.
Example: 2026-07-20
limitintegerqueryPage size.
Example: 100
sort_byenumquerytotal_coverage, total_netlocs, or event_id.
Example: total_coverage
descbooleanquerySort descending when true.
Example: true
offsetintegerqueryNumber of events to skip.
Example: 0
Use Events for a date-scoped snapshot when you want deterministic ordering and pagination rather than relevance ranking.
These are the fields you can build against. Nested names use dot notation; optional sections are called out in their descriptions.
totalintegerTotal events available for the date before pagination.
Example: 7418
countintegerNumber of events in this page.
Example: 100
limitintegerApplied page size.
Example: 100
offsetintegerApplied offset.
Example: 0
sort_bystringEffective ordering key. Supported aliases include total_coverage, total_netlocs/n_sources, event_id, and materiality_then_coverage.
Example: materiality_then_coverage
descbooleanWhether the applied sort is descending.
Example: true
eventsobject[]Lite event records for the date. Fetch event detail for the complete record.
Example: [{ event_id, event, signals, coverage }]
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.