Translation components API.

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

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

{
    "total": 736,
    "total_words": 3079,
    "total_chars": 19970,
    "last_change": "2025-06-09T18:06:22.693928Z",
    "recent_changes": 1,
    "translated": 706,
    "translated_words": 2962,
    "translated_percent": 95.9,
    "translated_words_percent": 96.2,
    "translated_chars": 19129,
    "translated_chars_percent": 95.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 3,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/common/ja/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/common/ja/"
}