Translation components API.

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

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

{
    "total": 199,
    "total_words": 1281,
    "total_chars": 7778,
    "last_change": "2025-03-03T19:46:04.908879Z",
    "recent_changes": 11,
    "translated": 189,
    "translated_words": 1237,
    "translated_percent": 94.9,
    "translated_words_percent": 96.5,
    "translated_chars": 7502,
    "translated_chars_percent": 96.4,
    "fuzzy": 5,
    "fuzzy_percent": 2.5,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "code": "fr_CA",
    "name": "French (Canada)",
    "url": "http://translate.pkp.sfu.ca/projects/pkp-lib/editor/fr_CA/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/pkp-lib/editor/fr_CA/"
}