Translation components API.

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

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

{
    "total": 149,
    "total_words": 1506,
    "last_change": "2020-05-21T02:44:19.180162Z",
    "recent_changes": 2,
    "translated": 60,
    "translated_words": 414,
    "translated_percent": 40.2,
    "translated_words_percent": 27.4,
    "translated_chars": 2969,
    "translated_chars_percent": 29.0,
    "total_chars": 10228,
    "fuzzy": 22,
    "fuzzy_percent": 14.7,
    "failing": 5,
    "failing_percent": 3.3,
    "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/download-o-o/master/ast/",
    "translate_url": "https://l10n.opensuse.org/translate/download-o-o/master/ast/"
}