# Wikidata Russian-Language Entity Search

> Wikidata Russian-Language Entity Search is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Searches Wikidata entities using a Russian-language query term, returning matching entity IDs, labels, and descriptions.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/wikidata-search-ru
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/wikidata-russian-language-entity-search-215bb32b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FGcfJ4fSgQ2guWv-2NwZ0

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability wikidata-russian-language-entity-search-215bb32b -d '<json body>'
```

Example prompt: Search Wikidata for the Russian term 'Москва' and give me the entity IDs, labels, and descriptions that come back.

## When to prefer this

Use this endpoint when you need to resolve Russian-language text to Wikidata entity IDs, labels, and descriptions — particularly useful for NLP pipelines, knowledge graph enrichment, or entity disambiguation tasks operating on Russian-language content. Prefer it over generic Wikidata SPARQL queries when you need a simple, fast search interface specifically tuned to Russian-language labels.

## Known failure modes

- Empty result set if the Russian query term matches no Wikidata entities
- Malformed or missing q parameter returns an error
- Non-Russian query may return no results or mismatched labels
- Wikidata upstream API unavailability causes failure
- Payment failure (402) if USDC balance is insufficient

## How this service works

Searches Wikidata entities in Russian for the term q, returning ids, labels and descriptions. Query: ?q= Returns JSON.

## Output

A JSON array of Wikidata entity matches, each containing the entity's QID (e.g. Q649), its Russian-language label, and a short Russian-language description of the entity.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wikidata-russian-language-entity-search-215bb32b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
