Translation components API.

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

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

{
    "total": 1433,
    "total_words": 24739,
    "total_chars": 179058,
    "last_change": "2024-03-18T10:31:44.293102Z",
    "recent_changes": 0,
    "translated": 1432,
    "translated_words": 24634,
    "translated_percent": 99.9,
    "translated_words_percent": 99.5,
    "translated_chars": 178183,
    "translated_chars_percent": 99.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 332,
    "failing_percent": 23.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1032,
    "readonly_percent": 72.0,
    "readonly_words": 17081,
    "readonly_words_percent": 69.0,
    "readonly_chars": 126978,
    "readonly_chars_percent": 70.9,
    "suggestions": 1,
    "comments": 21,
    "code": "en_US",
    "name": "English (United States)",
    "url": "https://weblate.framasoft.org/projects/joinpeertube/main/en_US/",
    "translate_url": "https://weblate.framasoft.org/translate/joinpeertube/main/en_US/"
}