Translation components API.

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

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

{
    "total": 1372,
    "total_words": 8311,
    "total_chars": 53478,
    "last_change": "2024-12-20T11:43:55.434730Z",
    "recent_changes": 0,
    "translated": 156,
    "translated_words": 595,
    "translated_percent": 11.3,
    "translated_words_percent": 7.1,
    "translated_chars": 3813,
    "translated_chars_percent": 7.1,
    "fuzzy": 33,
    "fuzzy_percent": 2.4,
    "fuzzy_words": 137,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 894,
    "fuzzy_chars_percent": 1.6,
    "failing": 26,
    "failing_percent": 1.8,
    "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": 148,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f35/fa/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f35/fa/"
}