Translation components API.

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

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

{
    "total": 228,
    "total_words": 1486,
    "total_chars": 9865,
    "last_change": "2024-01-01T21:56:21.107741Z",
    "recent_changes": 0,
    "translated": 87,
    "translated_words": 433,
    "translated_percent": 38.1,
    "translated_words_percent": 29.1,
    "translated_chars": 2819,
    "translated_chars_percent": 28.5,
    "fuzzy": 17,
    "fuzzy_percent": 7.4,
    "fuzzy_words": 69,
    "fuzzy_words_percent": 4.6,
    "fuzzy_chars": 448,
    "fuzzy_chars_percent": 4.5,
    "failing": 13,
    "failing_percent": 5.7,
    "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": 15,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/altfedoraprojectorg/bg/",
    "translate_url": "https://translate.fedoraproject.org/translate/fedora-websites/altfedoraprojectorg/bg/"
}