# Wikidata French-Language Entity Search

> Wikidata French-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 French-language query, returning matching entity IDs, labels, and descriptions in French.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/s/wikidata-search-fr
- 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-french-language-entity-search-bde4a865
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IT_H6QcpOq3MffLuXLxmc

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-french-language-entity-search-bde4a865 -d '<json body>'
```

Example prompt: Search Wikidata in French for 'tour Eiffel' and give me the entity IDs, labels, and descriptions that come back.

## When to prefer this

Use this endpoint when you need to resolve a French-language term or concept to its Wikidata entity, retrieve French-language labels and descriptions for knowledge graph entities, or enrich data pipelines with structured encyclopedic information sourced from Wikidata in French. Prefer this over English Wikidata search when the query is naturally expressed in French or when French labels/descriptions are the required output.

## Known failure modes

- Empty result set if the French query term matches no Wikidata entities
- Ambiguous results if the query term is too broad or generic
- HTTP 402 if payment is not provided or fails
- Malformed query if the 'q' parameter is missing or empty
- Timeout or upstream Wikidata API unavailability

## How this service works

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

## Output

A JSON array of Wikidata entities matching the French search query, each containing the entity's Wikidata ID (e.g. Q243), its French label, and its French description.

## More

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