UnifyAPI
← Back to catalog

tatoeba.search

mock data$0.001 / call

Search Tatoeba Sentences

Search 13M parallel sentences across 429 languages (CC-BY 2.0 FR). Filter by source language, optional translation language, audio availability, and free-text keyword. Sort by relevance/random/created/modified. Tatoeba

Educationprovider: Tatoeba#tatoeba#education

Input schema

sort

Sort order — "relevance" (default), "words" (length), "created", "modified", or "random".

string
limit

Max sentences to return (default 10, max 50).

integer
query

Optional keyword search inside sentence text.

string
language

ISO 639-3 language code of the source sentence (default "eng"). Use tatoeba.languages to discover codes.

string
has_audio

Filter to sentences that have a human audio recording attached.

boolean
translation_lang

ISO 639-3 code of a target language — only return sentences that have a translation into this language.

string

Call via REST

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

Try it

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