Translation components API.

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

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

{
    "total": 114,
    "total_words": 821,
    "last_change": "2025-02-24T20:29:37.721188Z",
    "recent_changes": 41,
    "translated": 90,
    "translated_words": 516,
    "translated_percent": 78.9,
    "translated_words_percent": 62.8,
    "translated_chars": 3002,
    "translated_chars_percent": 64.9,
    "total_chars": 4621,
    "fuzzy": 1,
    "fuzzy_percent": 0.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.habitica.com/projects/habitica/pets/he/",
    "translate_url": "https://translate.habitica.com/translate/habitica/pets/he/"
}