Translation components API.

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

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

{
    "total": 357,
    "total_words": 2783,
    "last_change": "2016-10-28T06:49:11Z",
    "recent_changes": 1,
    "translated": 251,
    "translated_words": 1892,
    "translated_percent": 70.3,
    "translated_words_percent": 67.9,
    "translated_chars": 12918,
    "translated_chars_percent": 67.2,
    "total_chars": 19222,
    "fuzzy": 53,
    "fuzzy_percent": 14.8,
    "failing": 28,
    "failing_percent": 7.8,
    "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-installation/master/fa/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-installation/master/fa/"
}