Translation components API.

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

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

{
    "total": 4486,
    "total_words": 21698,
    "total_chars": 132067,
    "last_change": "2023-10-21T03:07:14.799644Z",
    "recent_changes": 2,
    "translated": 2855,
    "translated_words": 11036,
    "translated_percent": 63.6,
    "translated_words_percent": 50.8,
    "translated_chars": 67148,
    "translated_chars_percent": 50.8,
    "fuzzy": 1510,
    "fuzzy_percent": 33.6,
    "fuzzy_words": 9837,
    "fuzzy_words_percent": 45.3,
    "fuzzy_chars": 59872,
    "fuzzy_chars_percent": 45.3,
    "failing": 1887,
    "failing_percent": 42.0,
    "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": 13,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://l10n.xwiki.org/projects/xwiki-platform/xwiki-core-resources/pl/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-core-resources/pl/"
}