Translation components API.

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

GET /api/translations/abrt/abrt/bn_IN/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 417,
    "total_words": 3677,
    "total_chars": 23749,
    "last_change": null,
    "recent_changes": 0,
    "translated": 270,
    "translated_words": 2111,
    "translated_percent": 64.7,
    "translated_words_percent": 57.4,
    "translated_chars": 13441,
    "translated_chars_percent": 56.5,
    "fuzzy": 16,
    "fuzzy_percent": 3.8,
    "fuzzy_words": 111,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 736,
    "fuzzy_chars_percent": 3.0,
    "failing": 24,
    "failing_percent": 5.7,
    "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": 14,
    "comments": 0,
    "code": "bn_IN",
    "name": "Bengali (India)",
    "url": "https://translate.fedoraproject.org/projects/abrt/abrt/bn_IN/",
    "translate_url": "https://translate.fedoraproject.org/translate/abrt/abrt/bn_IN/"
}