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_...
Enumerate indexed ticker names in mentions order, with the same observed metadata as entities plus CompanyV4 reference metadata.
pageintegerquery1-based page number; each page contains up to 50 tickers.
Example: 1
Use the Ticker Directory like Entity Directory: page through raw indexed ticker names in mentions-desc order. Each item has the same observed fields and metadata as an entity item, plus CompanyV4 reference data.
These are the fields you can build against. Nested names use dot notation; optional sections are called out in their descriptions.
schemastringStable ticker directory contract identifier.
Example: nosible_world_ticker_catalog_v1
orderstringPopularity order; mentions_desc puts the most-mentioned tickers first.
Example: mentions_desc
pageinteger1-based page number.
Example: 1
has_morebooleanWhether another page exists.
Example: true
tickersobject[]Observed ticker records with entity-equivalent fields plus reference.
Example: [{ kind, type, name, normalized, total_events, first_date, last_date, events_url, metadata, filter, reference }]
as_ofobjectIndex build and archive cutoff used for the page.
Example: { "archive_cutoff": "2026-09-16" }
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.resolve_index_unavailable — The ticker directory index is not loaded; retry after the next index publish.