Translation components API.

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

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

{
    "total": 950,
    "total_words": 5334,
    "last_change": "2019-12-16T20:46:18.006535Z",
    "recent_changes": 8,
    "translated": 899,
    "translated_words": 4955,
    "translated_percent": 94.6,
    "translated_words_percent": 92.8,
    "translated_chars": 31943,
    "translated_chars_percent": 92.7,
    "total_chars": 34451,
    "fuzzy": 22,
    "fuzzy_percent": 2.3,
    "failing": 37,
    "failing_percent": 3.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-base/master/fa/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-base/master/fa/"
}