Translation components API.

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

GET /api/translations/joinpeertube/main/el/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-18T10:31:52.493036Z",
    "recent_changes": 0,
    "translated": 65,
    "translated_words": 141,
    "translated_percent": 11.5,
    "translated_words_percent": 2.3,
    "translated_chars": 942,
    "translated_chars_percent": 2.0,
    "fuzzy": 108,
    "fuzzy_percent": 19.2,
    "fuzzy_words": 908,
    "fuzzy_words_percent": 15.3,
    "fuzzy_chars": 10121,
    "fuzzy_chars_percent": 22.2,
    "failing": 23,
    "failing_percent": 4.0,
    "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": "el",
    "name": "Greek",
    "url": "https://weblate.framasoft.org/projects/joinpeertube/main/el/",
    "translate_url": "https://weblate.framasoft.org/translate/joinpeertube/main/el/"
}