Translation components API.

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

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

{
    "total": 94,
    "total_words": 644,
    "last_change": "2023-01-12T19:26:49.357054Z",
    "recent_changes": 39,
    "translated": 43,
    "translated_words": 93,
    "translated_percent": 45.7,
    "translated_words_percent": 14.4,
    "translated_chars": 696,
    "translated_chars_percent": 15.5,
    "total_chars": 4472,
    "fuzzy": 4,
    "fuzzy_percent": 4.2,
    "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-ntp-client/master/ka/",
    "translate_url": "https://l10n.opensuse.org/translate/yast-ntp-client/master/ka/"
}