Translation components API.

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

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

{
    "total": 140,
    "total_words": 834,
    "total_chars": 5284,
    "last_change": "2024-02-05T12:29:19.073669Z",
    "recent_changes": 154,
    "translated": 137,
    "translated_words": 797,
    "translated_percent": 97.8,
    "translated_words_percent": 95.5,
    "translated_chars": 5070,
    "translated_chars_percent": 95.9,
    "fuzzy": 1,
    "fuzzy_percent": 0.7,
    "failing": 3,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "cnr",
    "name": "Montenegrin",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/editor/cnr/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/editor/cnr/"
}