Translation components API.

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

GET /api/translations/habitica/content/sr/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:07.265398Z",
    "recent_changes": 1,
    "translated": 303,
    "translated_words": 599,
    "translated_percent": 74.2,
    "translated_words_percent": 66.1,
    "translated_chars": 3229,
    "translated_chars_percent": 66.2,
    "total_chars": 4876,
    "fuzzy": 4,
    "fuzzy_percent": 0.9,
    "failing": 185,
    "failing_percent": 45.3,
    "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/content/sr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/content/sr/"
}