Translation components API.

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

GET /api/translations/tusky/tusky/pt_BR/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 643,
    "total_words": 2477,
    "total_chars": 15328,
    "last_change": "2024-05-13T17:01:58.886198Z",
    "recent_changes": 0,
    "translated": 550,
    "translated_words": 1955,
    "translated_percent": 85.5,
    "translated_words_percent": 78.9,
    "translated_chars": 12024,
    "translated_chars_percent": 78.4,
    "fuzzy": 7,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 27,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 165,
    "fuzzy_chars_percent": 1.0,
    "failing": 6,
    "failing_percent": 0.9,
    "approved": 337,
    "approved_percent": 52.4,
    "approved_words": 941,
    "approved_words_percent": 37.9,
    "approved_chars": 5711,
    "approved_chars_percent": 37.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.tusky.app/projects/tusky/tusky/pt_BR/",
    "translate_url": "https://weblate.tusky.app/translate/tusky/tusky/pt_BR/"
}