English
cURL
curl "https://api.phrase.com/v2/projects/:project_id/uploads/:id?branch=my-feature-branch" \ -u USERNAME_OR_ACCESS_TOKEN
{ "id": "abcd1234cdef1234abcd1234cdef1234", "filename": "example.json", "format": "json", "state": "success", "tag": "tag", "summary": { "locales_created": 2, "translation_keys_created": 162, "translation_keys_updated": 10, "translation_keys_unmentioned": 0, "translations_created": 291, "translations_updated": 3, "tags_created": 2, "translation_keys_ignored": 0 }, "created_at": "2015-01-28T09:52:53Z", "updated_at": "2015-01-28T09:52:53Z" }
View details and summary for a single upload.
Enter your token in the format token TOKEN
token TOKEN
Two-Factor-Authentication token (optional)
Project ID
ID
specify the branch to use
OK
Unique tag of the upload
List of tags that were assigned to the uploaded keys
The URL to the upload in Phrase Strings app.
Show child attributes
The number of translation keys in the project that were not mentioned in the upload.
Note: this field is not calculated (and shows 0) if the upload contains more than 10,000 keys.
Was this page helpful?