Translation components API.

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

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

{
    "total": 307,
    "total_words": 1776,
    "last_change": "2016-11-01T11:23:24Z",
    "recent_changes": 14,
    "translated": 290,
    "translated_words": 1718,
    "translated_percent": 94.4,
    "translated_words_percent": 96.7,
    "translated_chars": 11172,
    "translated_chars_percent": 96.4,
    "total_chars": 11589,
    "fuzzy": 13,
    "fuzzy_percent": 4.2,
    "failing": 5,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://l10n.opensuse.org/projects/yast-qt-pkg/master/fa/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-qt-pkg/master/fa/"
}