Translation components API.

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

GET /api/translations/habitica/subscriber/es_419/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:12.952736Z",
    "recent_changes": 13,
    "translated": 203,
    "translated_words": 1087,
    "translated_percent": 76.8,
    "translated_words_percent": 75.1,
    "translated_chars": 6771,
    "translated_chars_percent": 74.0,
    "total_chars": 9144,
    "fuzzy": 14,
    "fuzzy_percent": 5.3,
    "failing": 17,
    "failing_percent": 6.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "es_419",
    "name": "Spanish (Latin America)",
    "url": "https://translate.habitica.com/projects/habitica/subscriber/es_419/",
    "translate_url": "https://translate.habitica.com/translate/habitica/subscriber/es_419/"
}