Translation components API.

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

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

{
    "total": 13,
    "total_words": 260,
    "last_change": "2022-07-06T20:04:20.512554Z",
    "recent_changes": 3,
    "translated": 8,
    "translated_words": 151,
    "translated_percent": 61.5,
    "translated_words_percent": 58.0,
    "translated_chars": 862,
    "translated_chars_percent": 56.7,
    "total_chars": 1520,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 7.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "he",
    "name": "Hebrew",
    "url": "https://translate.habitica.com/projects/habitica/rebirth/he/",
    "translate_url": "https://translate.habitica.com/translate/habitica/rebirth/he/"
}