Translation components API.

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

GET /api/translations/fedora-infra/noggin/bs/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 293,
    "total_words": 1788,
    "total_chars": 10856,
    "last_change": "2024-04-20T19:36:12.303820Z",
    "recent_changes": 0,
    "translated": 128,
    "translated_words": 671,
    "translated_percent": 43.6,
    "translated_words_percent": 37.5,
    "translated_chars": 3928,
    "translated_chars_percent": 36.1,
    "fuzzy": 48,
    "fuzzy_percent": 16.3,
    "fuzzy_words": 338,
    "fuzzy_words_percent": 18.9,
    "fuzzy_chars": 2030,
    "fuzzy_chars_percent": 18.6,
    "failing": 10,
    "failing_percent": 3.4,
    "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": 165,
    "comments": 0,
    "code": "bs",
    "name": "Bosnian",
    "url": "https://translate.fedoraproject.org/projects/fedora-infra/noggin/bs/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-infra/noggin/bs/"
}