Translation components API.

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

GET /api/translations/gammu/libgammu/cs/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": "2019-10-02T08:25:55Z",
    "recent_changes": 0,
    "translated": 82,
    "translated_words": 349,
    "translated_percent": 78.8,
    "translated_words_percent": 62.7,
    "translated_chars": 2231,
    "translated_chars_percent": 63.0,
    "fuzzy": 21,
    "fuzzy_percent": 20.1,
    "fuzzy_words": 196,
    "fuzzy_words_percent": 35.2,
    "fuzzy_chars": 1252,
    "fuzzy_chars_percent": 35.3,
    "failing": 3,
    "failing_percent": 2.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": 0,
    "comments": 0,
    "code": "cs",
    "name": "Czech",
    "url": "https://hosted.weblate.org/projects/gammu/libgammu/cs/",
    "translate_url": "https://hosted.weblate.org/translate/gammu/libgammu/cs/"
}