/wikidata/items/cirrus
Structural and full-text search over Wikidata entities (find entities by their statements)
Price: 1 credit per 500 results
💡 AI Hint: Discover Wikidata entities by structural conditions and full text — far more powerful than label search. Use statement_filters like ‘P31=Q5’ (is a human) or ‘P106=Q169470’ (occupation physicist) to require facts; combine several to AND them; use exclude_statement_filters to drop matches; use in_label to require text in the entity name; use keyword for free-text. Returns matching entity ids with size, word count, a snippet and last-edit time, ordered by the chosen sort. Answers ‘find all X that are Y’.
Authorizations
API token from the dashboard
Headers
Body
Max number of results to return
x >= 1Max scrapping execution timeout (in seconds)
20 <= x <= 1500Free-text query searched across the entity full text
"physicist"
Require statements matching 'P=' (e.g. P31=Q5 for humans); all must hold
["P31=Q5"]["P106=Q169470", "P27=Q30"]Exclude entities with statements matching 'P='
["P31=Q4167410"]Require the given text to appear in the entity label
"Einstein"
Result ordering
relevance, incoming_links_desc, incoming_links_asc, create_timestamp_desc, create_timestamp_asc, last_edit_desc, last_edit_asc, title_natural_asc, title_natural_desc, random