Translation components API.

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

GET /api/translations/uyuni/docs-reference-master/ja/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 2355,
    "total_words": 25853,
    "last_change": "2023-10-16T12:40:43.503699Z",
    "recent_changes": 1,
    "translated": 236,
    "translated_words": 1137,
    "translated_percent": 10.0,
    "translated_words_percent": 4.3,
    "translated_chars": 10439,
    "translated_chars_percent": 5.1,
    "total_chars": 202711,
    "fuzzy": 27,
    "fuzzy_percent": 1.1,
    "failing": 12,
    "failing_percent": 0.5,
    "approved": 72,
    "approved_percent": 3.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://l10n.opensuse.org/projects/uyuni/docs-reference-master/ja/",
    "translate_url": "https://l10n.opensuse.org/translate/uyuni/docs-reference-master/ja/"
}