Concordance search
Free-text search across the project’s translation memories — how has this word or phrase been translated before? — returning the full segments that contain it.
This answers what /tm/matches cannot: fuzzy matching scores WHOLE segment similarity, so a segment that merely contains your phrase but is otherwise different scores far below threshold and never surfaces. Use searchIn: "target" to find where a translated term was used. See the translation memory guide.
Authorizations
API token: tsu_pat_… (PAT) or tsu_proj_… (project token). The token's granted RBAC permissions determine access; see each operation's x-permission.
Path Parameters
Project id (UUID) or id-embedded path slug.
Body
The word or phrase to search for within stored TM segments.
1 - 1000"welcome"
Restrict returned translations to these language codes (all languages if omitted).
501Where to match: source (source text only), target (translated text only), or both.
source, target, both "both"
1-based page number.
x >= 11
Results per page, 1–200.
1 <= x <= 20050

