Translation components API.

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

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

{
    "total": 264,
    "total_words": 1446,
    "last_change": "2024-11-22T15:19:18.602905Z",
    "recent_changes": 9,
    "translated": 121,
    "translated_words": 544,
    "translated_percent": 45.8,
    "translated_words_percent": 37.6,
    "translated_chars": 3405,
    "translated_chars_percent": 37.2,
    "total_chars": 9144,
    "fuzzy": 15,
    "fuzzy_percent": 5.6,
    "failing": 113,
    "failing_percent": 42.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://translate.habitica.com/projects/habitica/subscriber/sr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/subscriber/sr/"
}