Translation components API.

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

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

{
    "total": 149,
    "total_words": 1506,
    "last_change": "2023-10-20T19:58:17.491941Z",
    "recent_changes": 1,
    "translated": 141,
    "translated_words": 1415,
    "translated_percent": 94.6,
    "translated_words_percent": 93.9,
    "translated_chars": 9592,
    "translated_chars_percent": 93.7,
    "total_chars": 10228,
    "fuzzy": 8,
    "fuzzy_percent": 5.3,
    "failing": 1,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "https://l10n.opensuse.org/projects/download-o-o/master/tr/",
    "translate_url": "https://l10n.opensuse.org/translate/download-o-o/master/tr/"
}