Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/plugins/citation-style-language-plugin/uz_Latn/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 35,
    "total_words": 208,
    "total_chars": 1390,
    "last_change": null,
    "recent_changes": 0,
    "translated": 23,
    "translated_words": 112,
    "translated_percent": 65.7,
    "translated_words_percent": 53.8,
    "translated_chars": 770,
    "translated_chars_percent": 55.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 5.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "uz_Latn",
    "name": "Uzbek (latin)",
    "url": "http://translate.pkp.sfu.ca/projects/plugins/citation-style-language-plugin/uz_Latn/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/plugins/citation-style-language-plugin/uz_Latn/"
}