Translation components API.

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

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

{
    "total": 713,
    "total_words": 6302,
    "last_change": "2016-10-26T08:40:14Z",
    "recent_changes": 2,
    "translated": 628,
    "translated_words": 5446,
    "translated_percent": 88.0,
    "translated_words_percent": 86.4,
    "translated_chars": 33592,
    "translated_chars_percent": 86.5,
    "total_chars": 38799,
    "fuzzy": 33,
    "fuzzy_percent": 4.6,
    "failing": 44,
    "failing_percent": 6.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "el",
    "name": "Greek",
    "url": "https://l10n.opensuse.org/projects/yast-users/master/el/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-users/master/el/"
}