Translation components API.

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

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

{
    "total": 114,
    "total_words": 821,
    "last_change": "2025-01-13T13:19:41.512174Z",
    "recent_changes": 2,
    "translated": 106,
    "translated_words": 672,
    "translated_percent": 92.9,
    "translated_words_percent": 81.8,
    "translated_chars": 3769,
    "translated_chars_percent": 81.5,
    "total_chars": 4621,
    "fuzzy": 7,
    "fuzzy_percent": 6.1,
    "failing": 7,
    "failing_percent": 6.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.habitica.com/projects/habitica/pets/pl/",
    "translate_url": "https://translate.habitica.com/translate/habitica/pets/pl/"
}