Translation components API.

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

GET /api/translations/joinpeertube/main/pl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 562,
    "total_words": 5924,
    "total_chars": 45579,
    "last_change": "2024-03-18T10:33:04.864831Z",
    "recent_changes": 1,
    "translated": 161,
    "translated_words": 866,
    "translated_percent": 28.6,
    "translated_words_percent": 14.6,
    "translated_chars": 6708,
    "translated_chars_percent": 14.7,
    "fuzzy": 140,
    "fuzzy_percent": 24.9,
    "fuzzy_words": 1780,
    "fuzzy_words_percent": 30.0,
    "fuzzy_chars": 17183,
    "fuzzy_chars_percent": 37.6,
    "failing": 70,
    "failing_percent": 12.4,
    "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": "pl",
    "name": "Polish",
    "url": "https://weblate.framasoft.org/projects/joinpeertube/main/pl/",
    "translate_url": "https://weblate.framasoft.org/translate/joinpeertube/main/pl/"
}