Translation components API.

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

GET /api/translations/peertube-search-index/client/fa/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 123,
    "total_words": 354,
    "total_chars": 2491,
    "last_change": "2023-07-31T07:54:11.009388Z",
    "recent_changes": 4,
    "translated": 92,
    "translated_words": 199,
    "translated_percent": 74.7,
    "translated_words_percent": 56.2,
    "translated_chars": 1187,
    "translated_chars_percent": 47.6,
    "fuzzy": 14,
    "fuzzy_percent": 11.3,
    "fuzzy_words": 86,
    "fuzzy_words_percent": 24.2,
    "fuzzy_chars": 686,
    "fuzzy_chars_percent": 27.5,
    "failing": 6,
    "failing_percent": 4.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "fa",
    "name": "Persian",
    "url": "https://weblate.framasoft.org/projects/peertube-search-index/client/fa/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube-search-index/client/fa/"
}