# Wikidata Entity Search (Japanese)

> Wikidata Entity Search (Japanese) 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 Japanese-language query term, returning matching entity IDs, labels, and descriptions.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/wikidata-search-ja
- 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-entity-search-japanese-424f1031
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_a7OTw1Gg3Zu50_VHVe_lp

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-entity-search-japanese-424f1031 -d '<json body>'
```

Example prompt: Search Wikidata in Japanese for '東京タワー' and give me the entity IDs, labels, and descriptions that come back.

## When to prefer this

Use this endpoint when you need to resolve Japanese-language terms to structured Wikidata entity identifiers (QIDs), labels, and descriptions — especially when building Japanese NLP pipelines, enriching Japanese content with linked data, or disambiguating Japanese proper nouns (people, places, organizations) against a knowledge graph. Prefer this over a generic Wikidata SPARQL query when you need a fast, simple text-search entry point specifically scoped to Japanese labels.

## Known failure modes

- Empty result set if the Japanese query term matches no Wikidata entities
- Malformed or missing q parameter returns an error or empty response
- Non-Japanese query may return fewer or no results since the search is tuned for Japanese
- Network or upstream Wikidata API timeout returning a 5xx error
- Rate limiting if called too frequently

## How this service works

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

## Output

A JSON array of Wikidata entities matching the Japanese query, each containing the entity ID (e.g. Q12345), its Japanese label, and a short Japanese-language description.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/wikidata-entity-search-japanese-424f1031/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)
