Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2024-08-27T10:54:15.197618Z",
    "recent_changes": 5,
    "translated": 1765,
    "translated_words": 21156,
    "translated_percent": 53.2,
    "translated_words_percent": 47.9,
    "translated_chars": 128711,
    "translated_chars_percent": 48.3,
    "total_chars": 266080,
    "fuzzy": 7,
    "fuzzy_percent": 0.2,
    "failing": 394,
    "failing_percent": 11.8,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.habitica.com/projects/habitica/gear/pl/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/pl/"
}