Translation components API.

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

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

{
    "total": 562,
    "total_words": 5916,
    "total_chars": 45579,
    "last_change": "2024-03-29T18:31:36.246410Z",
    "recent_changes": 3,
    "translated": 543,
    "translated_words": 5615,
    "translated_percent": 96.6,
    "translated_words_percent": 94.9,
    "translated_chars": 42727,
    "translated_chars_percent": 93.7,
    "fuzzy": 11,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 171,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 1943,
    "fuzzy_chars_percent": 4.2,
    "failing": 5,
    "failing_percent": 0.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": 19,
    "comments": 0,
    "code": "de",
    "name": "German",
    "url": "https://weblate.framasoft.org/projects/joinpeertube/main/de/",
    "translate_url": "https://weblate.framasoft.org/translate/joinpeertube/main/de/"
}