Translation components API.

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

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

{
    "total": 104,
    "total_words": 556,
    "total_chars": 3540,
    "last_change": "2020-09-11T17:00:23.388915Z",
    "recent_changes": 3,
    "translated": 97,
    "translated_words": 499,
    "translated_percent": 93.2,
    "translated_words_percent": 89.7,
    "translated_chars": 3188,
    "translated_chars_percent": 90.0,
    "fuzzy": 7,
    "fuzzy_percent": 6.7,
    "fuzzy_words": 57,
    "fuzzy_words_percent": 10.2,
    "fuzzy_chars": 352,
    "fuzzy_chars_percent": 9.9,
    "failing": 5,
    "failing_percent": 4.8,
    "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": 5,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://hosted.weblate.org/projects/gammu/libgammu/ru/",
    "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/ru/"
}