Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-core-resources/hi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 4486,
    "total_words": 21715,
    "total_chars": 132123,
    "last_change": "2023-10-21T03:06:30.482377Z",
    "recent_changes": 2,
    "translated": 1739,
    "translated_words": 7540,
    "translated_percent": 38.7,
    "translated_words_percent": 34.7,
    "translated_chars": 46408,
    "translated_chars_percent": 35.1,
    "fuzzy": 2695,
    "fuzzy_percent": 60.0,
    "fuzzy_words": 13797,
    "fuzzy_words_percent": 63.5,
    "fuzzy_chars": 83540,
    "fuzzy_chars_percent": 63.2,
    "failing": 3123,
    "failing_percent": 69.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 12,
    "readonly_percent": 0.2,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "hi",
    "name": "Hindi",
    "url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/hi/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-core-resources/hi/"
}