Translation components API.

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

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

{
    "total": 642,
    "total_words": 4882,
    "total_chars": 35627,
    "last_change": "2024-03-13T17:47:44.061737Z",
    "recent_changes": 106,
    "translated": 631,
    "translated_words": 4373,
    "translated_percent": 98.2,
    "translated_words_percent": 89.5,
    "translated_chars": 31354,
    "translated_chars_percent": 88.0,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 18,
    "failing_percent": 2.8,
    "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/locale/cnr/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/locale/cnr/"
}