Search entities
Entities
Search entities
Find entities by substring and kind.
GET
Search entities
Search and page entities.
q is a case-insensitive substring match on the canonical name. Each item is a full entity, the same object as Look up an entity.
Query parameters
string
Substring match on the canonical name, e.g.
lakers.string
One of
person, team, political_party, cultural_work, geographic_region, organization, event_occurrence.string
Filter to a specific Wikidata Q-ID.
string
wikidata for Wikidata-backed records, llm_auto for auto-minted ones.integer
default:"50"
Items per page (1–2000).
string
The
next_cursor from the previous response.Request
Response
Entity[]
A page of entities. Each is the full entity object. Every field is defined in Response fields.
string | null
Pass as
cursor for the next page. null on the last page.