Translation components API.

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

GET /api/translations/dae/main/pt-BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 347,
    "total_words": 1278,
    "total_chars": 7556,
    "last_change": "2024-03-29T14:23:01.031217Z",
    "recent_changes": 0,
    "translated": 345,
    "translated_words": 1237,
    "translated_percent": 99.4,
    "translated_words_percent": 96.7,
    "translated_chars": 7350,
    "translated_chars_percent": 97.2,
    "fuzzy": 1,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 33,
    "fuzzy_words_percent": 2.5,
    "fuzzy_chars": 161,
    "fuzzy_chars_percent": 2.1,
    "failing": 45,
    "failing_percent": 12.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 12,
    "comments": 0,
    "code": "pt-BR",
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.foundryvtt-hub.com/projects/dae/main/pt-BR/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/dae/main/pt-BR/"
}