Translation components API.

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

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

{
    "total": 327,
    "total_words": 1507,
    "last_change": "2023-12-30T22:47:20.871930Z",
    "recent_changes": 13,
    "translated": 120,
    "translated_words": 252,
    "translated_percent": 36.6,
    "translated_words_percent": 16.7,
    "translated_chars": 1420,
    "translated_chars_percent": 16.0,
    "total_chars": 8863,
    "fuzzy": 205,
    "fuzzy_percent": 62.6,
    "failing": 28,
    "failing_percent": 8.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "http://translate.cacti.net/projects/cacti/flowview/ru/",
    "translate_url": "http://translate.cacti.net/translate/cacti/flowview/ru/"
}