Translation components API.

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

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

{
    "total": 706,
    "total_words": 6093,
    "total_chars": 39945,
    "last_change": "2024-01-25T05:21:06.688106Z",
    "recent_changes": 9,
    "translated": 204,
    "translated_words": 1802,
    "translated_percent": 28.8,
    "translated_words_percent": 29.5,
    "translated_chars": 11569,
    "translated_chars_percent": 28.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "ky",
    "name": "Kyrgyz",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/manager/ky/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/manager/ky/"
}