Translation components API.

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

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

{
    "total": 78,
    "total_words": 2403,
    "total_chars": 16834,
    "last_change": "2023-12-17T22:25:30.301147Z",
    "recent_changes": 6,
    "translated": 34,
    "translated_words": 375,
    "translated_percent": 43.5,
    "translated_words_percent": 15.6,
    "translated_chars": 2925,
    "translated_chars_percent": 17.3,
    "fuzzy": 32,
    "fuzzy_percent": 41.0,
    "fuzzy_words": 1667,
    "fuzzy_words_percent": 69.3,
    "fuzzy_chars": 11108,
    "fuzzy_chars_percent": 65.9,
    "failing": 2,
    "failing_percent": 2.5,
    "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": 0,
    "comments": 1,
    "code": "pt_BR",
    "name": "Portuguese (Brazil)",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-council/masterpagesindex/pt_BR/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-council/masterpagesindex/pt_BR/"
}