Translation components API.

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

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

{
    "total": 187,
    "total_words": 920,
    "total_chars": 5633,
    "last_change": "2022-02-08T14:29:34.450042Z",
    "recent_changes": 2,
    "translated": 170,
    "translated_words": 744,
    "translated_percent": 90.9,
    "translated_words_percent": 80.8,
    "translated_chars": 4522,
    "translated_chars_percent": 80.2,
    "fuzzy": 9,
    "fuzzy_percent": 4.8,
    "fuzzy_words": 138,
    "fuzzy_words_percent": 15.0,
    "fuzzy_chars": 868,
    "fuzzy_chars_percent": 15.4,
    "failing": 1,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-notifications-code-translations/es/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-notifications-code-translations/es/"
}