Translation components API.

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

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

{
    "total": 43,
    "total_words": 79,
    "total_chars": 561,
    "last_change": "2024-02-20T19:25:11.600421Z",
    "recent_changes": 5,
    "translated": 42,
    "translated_words": 78,
    "translated_percent": 97.6,
    "translated_words_percent": 98.7,
    "translated_chars": 555,
    "translated_chars_percent": 98.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ja_JP",
    "name": "Japanese",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/glossary/ja_JP/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/glossary/ja_JP/"
}