Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2024-07-01T20:54:29.314425Z",
    "recent_changes": 1,
    "translated": 1712,
    "translated_words": 20284,
    "translated_percent": 51.6,
    "translated_words_percent": 45.9,
    "translated_chars": 123505,
    "translated_chars_percent": 46.4,
    "total_chars": 266080,
    "fuzzy": 16,
    "fuzzy_percent": 0.4,
    "failing": 1159,
    "failing_percent": 34.9,
    "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/gear/sr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/sr/"
}