Translation components API.

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

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

{
    "total": 357,
    "total_words": 2783,
    "last_change": "2023-01-02T21:58:31.784813Z",
    "recent_changes": 113,
    "translated": 181,
    "translated_words": 637,
    "translated_percent": 50.7,
    "translated_words_percent": 22.8,
    "translated_chars": 5130,
    "translated_chars_percent": 26.6,
    "total_chars": 19222,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ka",
    "name": "Georgian",
    "url": "https://l10n.opensuse.org/projects/yast-installation/master/ka/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-installation/master/ka/"
}