Translation components API.

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

GET /api/translations/anaconda/f35/he/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:44:04.739623Z",
    "recent_changes": 0,
    "translated": 1300,
    "translated_words": 7469,
    "translated_percent": 94.7,
    "translated_words_percent": 89.8,
    "translated_chars": 48262,
    "translated_chars_percent": 90.2,
    "fuzzy": 60,
    "fuzzy_percent": 4.3,
    "fuzzy_words": 542,
    "fuzzy_words_percent": 6.5,
    "fuzzy_chars": 3309,
    "fuzzy_chars_percent": 6.1,
    "failing": 18,
    "failing_percent": 1.3,
    "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": 72,
    "comments": 0,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.fedoraproject.org/projects/anaconda/f35/he/",
    "translate_url": "https://translate.fedoraproject.org/translate/anaconda/f35/he/"
}