Translation components API.

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

GET /api/translations/gammu/wammu-doc/bg/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 95,
    "total_words": 705,
    "total_chars": 5688,
    "last_change": "2019-06-18T17:00:09Z",
    "recent_changes": 0,
    "translated": 13,
    "translated_words": 28,
    "translated_percent": 13.6,
    "translated_words_percent": 3.9,
    "translated_chars": 537,
    "translated_chars_percent": 9.4,
    "fuzzy": 1,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 42,
    "fuzzy_chars_percent": 0.7,
    "failing": 1,
    "failing_percent": 1.0,
    "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": "bg",
    "name": "Bulgarian",
    "url": "https://hosted.weblate.org/projects/gammu/wammu-doc/bg/",
    "translate_url": "https://hosted.weblate.org/translate/gammu/wammu-doc/bg/"
}