Translation components API.

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

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

{
    "total": 463,
    "total_words": 8935,
    "total_chars": 57142,
    "last_change": "2022-02-02T02:33:33.729154Z",
    "recent_changes": 0,
    "translated": 45,
    "translated_words": 102,
    "translated_percent": 9.7,
    "translated_words_percent": 1.1,
    "translated_chars": 720,
    "translated_chars_percent": 1.2,
    "fuzzy": 250,
    "fuzzy_percent": 53.9,
    "fuzzy_words": 1294,
    "fuzzy_words_percent": 14.4,
    "fuzzy_chars": 8602,
    "fuzzy_chars_percent": 15.0,
    "failing": 68,
    "failing_percent": 14.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "pa",
    "name": "Punjabi",
    "url": "https://l10n.opensuse.org/projects/yast-printer/master/pa/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-printer/master/pa/"
}