Translation components API.

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

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

{
    "total": 713,
    "total_words": 6302,
    "last_change": "2023-01-03T00:20:12.834175Z",
    "recent_changes": 68,
    "translated": 86,
    "translated_words": 170,
    "translated_percent": 12.0,
    "translated_words_percent": 2.6,
    "translated_chars": 1107,
    "translated_chars_percent": 2.8,
    "total_chars": 38799,
    "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-users/master/ka/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-users/master/ka/"
}