UnifyAPI
← Back to catalog

wikidata.search

mock data$0.001 / call

Search Wikidata Entities

Search 100M+ structured entities in Wikidata — people, companies, places, concepts. Returns entity ID, label, description. Use IDs with wikidata.entity for full details. CC-0 public domain (Wikidata)

Referenceprovider: Wikidata#wikidata#reference

Input schema

limit

Max results (1-20, default 10)

integer
queryrequired

Search query (e.g. "Tesla", "Barack Obama", "JavaScript", "Mount Everest")

string
language

Language code for labels (e.g. "en", "de", "fr", "ja"). Default: en

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/wikidata.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"limit":10,"query":"<query>","language":"en"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.