Translation components API.

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

GET /api/translations/amikumu/website-pages/zhb/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 241,
    "total_words": 8468,
    "last_change": "2023-01-16T13:47:25.258191Z",
    "recent_changes": 241,
    "translated": 4,
    "translated_words": 172,
    "translated_percent": 1.6,
    "translated_words_percent": 2.0,
    "translated_chars": 1367,
    "translated_chars_percent": 2.5,
    "total_chars": 52953,
    "fuzzy": 237,
    "fuzzy_percent": 98.3,
    "failing": 239,
    "failing_percent": 99.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "zhb",
    "name": "Zhaba",
    "url": "https://traduk.amikumu.com/projects/amikumu/website-pages/zhb/",
    "translate_url": "https://traduk.amikumu.com/translate/amikumu/website-pages/zhb/"
}