Translation components API.

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

GET /api/translations/yast-cluster/master/ar/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 147,
    "total_words": 2041,
    "last_change": "2018-02-28T14:25:54.556439Z",
    "recent_changes": 4,
    "translated": 104,
    "translated_words": 706,
    "translated_percent": 70.7,
    "translated_words_percent": 34.5,
    "translated_chars": 5061,
    "translated_chars_percent": 34.4,
    "total_chars": 14683,
    "fuzzy": 15,
    "fuzzy_percent": 10.2,
    "failing": 3,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://l10n.opensuse.org/projects/yast-cluster/master/ar/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-cluster/master/ar/"
}