Translation components API.

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

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

{
    "total": 149,
    "total_words": 1506,
    "last_change": "2023-01-30T12:19:34.275365Z",
    "recent_changes": 8,
    "translated": 18,
    "translated_words": 67,
    "translated_percent": 12.0,
    "translated_words_percent": 4.4,
    "translated_chars": 532,
    "translated_chars_percent": 5.2,
    "total_chars": 10228,
    "fuzzy": 1,
    "fuzzy_percent": 0.6,
    "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/download-o-o/master/ka/",
    "translate_url": "https://l10n.opensuse.org/translate/download-o-o/master/ka/"
}