Translation components API.

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

GET /api/translations/habitica/subscriber/ro/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:17.703618Z",
    "recent_changes": 12,
    "translated": 153,
    "translated_words": 805,
    "translated_percent": 57.9,
    "translated_words_percent": 55.6,
    "translated_chars": 4968,
    "translated_chars_percent": 54.3,
    "total_chars": 9144,
    "fuzzy": 12,
    "fuzzy_percent": 4.5,
    "failing": 80,
    "failing_percent": 30.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://translate.habitica.com/projects/habitica/subscriber/ro/",
    "translate_url": "https://translate.habitica.com/translate/habitica/subscriber/ro/"
}