{"name":"wikidata-resolve","description":"Wikidata resolve for turning a name into a structured knowledge-graph identifier. Send an entity name (person, company, place, or concept) and get back its Wikidata QID, label, description, resolved type claims, and key facts (inception date, country, official website, external identifiers), plus the runner-up candidates when the name is ambiguous. Entity resolution, wikidata resolve, knowledge graph lookup, entity id lookup. Use it as an entity resolution API, a knowledge graph lookup tool, or a QID resolver for data-enrichment and disambiguation agents.","price":"$0.01","method":"POST","input_schema":{"properties":{"entity":{"type":"string","description":"Name of the person, place, organization, or concept to resolve, e.g. 'Stripe' or 'Albert Einstein'. Required, max 200 chars."},"lang":{"type":"string","description":"Language code for labels/descriptions, e.g. 'en', 'de'. Default 'en'."}},"required":["entity"]},"input_example":{"entity":"Stripe"},"output_example":{"qid":"Q7624104","label":"Stripe","description":"Irish-American payment technology company","type_claims":["technology company"],"key_claims":{"inception":"2010-00-00T00:00:00Z","country":"Ireland","official_website":"https://stripe.com","identifiers":{}},"candidates":[{"qid":"Q7624104","label":"Stripe","description":"Irish-American payment technology company"}],"source":"Wikidata API"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}