Translation components API.

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

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

{
    "total": 110,
    "total_words": 714,
    "last_change": "2024-06-14T21:16:38.273443Z",
    "recent_changes": 3,
    "translated": 95,
    "translated_words": 523,
    "translated_percent": 86.3,
    "translated_words_percent": 73.2,
    "translated_chars": 3154,
    "translated_chars_percent": 71.6,
    "total_chars": 4400,
    "fuzzy": 2,
    "fuzzy_percent": 1.8,
    "failing": 22,
    "failing_percent": 20.0,
    "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/challenge/sr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/challenge/sr/"
}