Translation components API.

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

GET /api/translations/abrt/abrt/bg/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": 118,
    "translated_words": 882,
    "translated_percent": 28.2,
    "translated_words_percent": 23.9,
    "translated_chars": 5678,
    "translated_chars_percent": 23.9,
    "fuzzy": 8,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 59,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 392,
    "fuzzy_chars_percent": 1.6,
    "failing": 5,
    "failing_percent": 1.1,
    "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": 21,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://translate.fedoraproject.org/projects/abrt/abrt/bg/",
    "translate_url": "https://translate.fedoraproject.org/translate/abrt/abrt/bg/"
}