Translation components API.

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

GET /api/translations/yast-add-on/master/th/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 63,
    "total_words": 416,
    "last_change": "2020-04-10T03:39:03.645765Z",
    "recent_changes": 21,
    "translated": 56,
    "translated_words": 390,
    "translated_percent": 88.8,
    "translated_words_percent": 93.7,
    "translated_chars": 2662,
    "translated_chars_percent": 92.8,
    "total_chars": 2868,
    "fuzzy": 7,
    "fuzzy_percent": 11.1,
    "failing": 8,
    "failing_percent": 12.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "th",
    "name": "Thai",
    "url": "https://l10n.opensuse.org/projects/yast-add-on/master/th/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-add-on/master/th/"
}