q parameter, which accepts a qualifier-based search syntax. Qualifiers let you filter keys and translations by tag, verification status, date range, and more. Qualifiers can be combined in a single query string (space-separated). Note that search results are drawn from an index and may lag behind recent writes by a few minutes on large projects.
Use these examples as starting points for bulk operations such as verifying, tagging, or exporting filtered subsets of your localization data.
To authenticate, pass your access token in the Authorization header. See Authentication for how to obtain a token.
Find excluded translations with a certain content
PhraseApp.
Parameters
Example Request
Find unverified translations with a certain content
PhraseApp and are not verified.
Parameters
Example Request
Verify translations selected by query
my dog.
Parameters
Example Request
Find recently updated keys
updated_at qualifier like updated_at:>=2013-02-21T00:00:00Z. This example returns keys that have been updated on or after 2013-02-21.
Parameters
Example Request
Find keys with a certain tag
tags:.
Parameters
Example Request
Add tags to collection of keys
landing-page and release-1.2 to all keys that start with dog and are translated in the locale abcd1234abcd1234abcd1234abcd1234.
Parameters
Example Request
Remove tags from collection of keys
landing-page and release-1.2 from all keys that start with dog and are translated in the locale abcd1234abcd1234abcd1234abcd1234.
Parameters
Example Request
Find keys with broad text match
my dog.
Parameters
Matches
My dog is lazy my dog is lazy angry dog in my houseExample Request
Find keys with exact text match
"my dog is lazy" (note backslashes before any whitespace character in the example query)
Parameters
Matches
Example Request
Find keys with wildcard character matching
*dog is*