Translation components API.

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

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

{
    "total": 20,
    "total_words": 22,
    "total_chars": 112,
    "last_change": "2020-03-01T11:36:31.239168Z",
    "recent_changes": 1,
    "translated": 15,
    "translated_words": 17,
    "translated_percent": 75.0,
    "translated_words_percent": 77.2,
    "translated_chars": 78,
    "translated_chars_percent": 69.6,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 13,
    "readonly_percent": 65.0,
    "readonly_words": 15,
    "readonly_words_percent": 68.1,
    "readonly_chars": 68,
    "readonly_chars_percent": 60.7,
    "suggestions": 0,
    "comments": 0,
    "code": "no",
    "name": "Norwegian",
    "url": "https://l10n.xwiki.org/projects/xwiki-platform/glossary/no/",
    "translate_url": "https://l10n.xwiki.org/translate/xwiki-platform/glossary/no/"
}