Translation components API.

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

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

{
    "total": 1362,
    "total_words": 8368,
    "total_chars": 53761,
    "last_change": "2024-05-23T01:02:47.973306Z",
    "recent_changes": 0,
    "translated": 1332,
    "translated_words": 8250,
    "translated_percent": 97.7,
    "translated_words_percent": 98.5,
    "translated_chars": 52974,
    "translated_chars_percent": 98.5,
    "fuzzy": 14,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 28,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 178,
    "fuzzy_chars_percent": 0.3,
    "failing": 7,
    "failing_percent": 0.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": 42,
    "comments": 1,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.fedoraproject.org/projects/anaconda/master/he/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/master/he/"
}