Translation components API.

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

GET /api/translations/peertube-livechat/peertube-plugin-livechat-documentation/ja/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 618,
    "total_words": 9227,
    "total_chars": 68748,
    "last_change": "2024-04-22T12:50:38.080141Z",
    "recent_changes": 0,
    "translated": 42,
    "translated_words": 467,
    "translated_percent": 6.7,
    "translated_words_percent": 5.0,
    "translated_chars": 4454,
    "translated_chars_percent": 6.4,
    "fuzzy": 79,
    "fuzzy_percent": 12.7,
    "fuzzy_words": 477,
    "fuzzy_words_percent": 5.1,
    "fuzzy_chars": 7389,
    "fuzzy_chars_percent": 10.7,
    "failing": 13,
    "failing_percent": 2.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 26,
    "readonly_percent": 4.2,
    "readonly_words": 234,
    "readonly_words_percent": 2.5,
    "readonly_chars": 2140,
    "readonly_chars_percent": 3.1,
    "suggestions": 0,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://weblate.framasoft.org/projects/peertube-livechat/peertube-plugin-livechat-documentation/ja/",
    "translate_url": "https://weblate.framasoft.org/translate/peertube-livechat/peertube-plugin-livechat-documentation/ja/"
}