Translation components API.

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

GET /api/translations/cacti/webseer/tr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 167,
    "total_words": 743,
    "last_change": "2022-06-20T11:53:14.679730Z",
    "recent_changes": 1,
    "translated": 51,
    "translated_words": 60,
    "translated_percent": 30.5,
    "translated_words_percent": 8.0,
    "translated_chars": 349,
    "translated_chars_percent": 7.2,
    "total_chars": 4793,
    "fuzzy": 110,
    "fuzzy_percent": 65.8,
    "failing": 10,
    "failing_percent": 5.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "http://translate.cacti.net/projects/cacti/webseer/tr/",
    "translate_url": "http://translate.cacti.net/translate/cacti/webseer/tr/"
}