Translation components API.

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

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

{
    "total": 408,
    "total_words": 906,
    "last_change": "2024-07-04T21:49:05.824092Z",
    "recent_changes": 2,
    "translated": 357,
    "translated_words": 793,
    "translated_percent": 87.5,
    "translated_words_percent": 87.5,
    "translated_chars": 4273,
    "translated_chars_percent": 87.6,
    "total_chars": 4876,
    "fuzzy": 2,
    "fuzzy_percent": 0.4,
    "failing": 74,
    "failing_percent": 18.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://translate.habitica.com/projects/habitica/content/ro/",
    "translate_url": "https://translate.habitica.com/translate/habitica/content/ro/"
}