Translation components API.

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

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

{
    "total": 950,
    "total_words": 5334,
    "last_change": "2016-09-23T10:55:44Z",
    "recent_changes": 2,
    "translated": 772,
    "translated_words": 3547,
    "translated_percent": 81.2,
    "translated_words_percent": 66.4,
    "translated_chars": 23046,
    "translated_chars_percent": 66.8,
    "total_chars": 34451,
    "fuzzy": 103,
    "fuzzy_percent": 10.8,
    "failing": 74,
    "failing_percent": 7.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ast",
    "name": "Asturian",
    "url": "https://l10n.opensuse.org/projects/yast-base/master/ast/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-base/master/ast/"
}