Translation components API.

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

GET /api/translations/habitica/gear/sk/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:23.253193Z",
    "recent_changes": 1,
    "translated": 1695,
    "translated_words": 20175,
    "translated_percent": 51.1,
    "translated_words_percent": 45.6,
    "translated_chars": 122865,
    "translated_chars_percent": 46.1,
    "total_chars": 266080,
    "fuzzy": 16,
    "fuzzy_percent": 0.4,
    "failing": 1436,
    "failing_percent": 43.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "sk",
    "name": "Slovak",
    "url": "https://translate.habitica.com/projects/habitica/gear/sk/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/sk/"
}