Translation components API.

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

GET /api/translations/joinpeertube/main/eo/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:53.497652Z",
    "recent_changes": 0,
    "translated": 82,
    "translated_words": 263,
    "translated_percent": 14.5,
    "translated_words_percent": 4.4,
    "translated_chars": 1575,
    "translated_chars_percent": 3.4,
    "fuzzy": 152,
    "fuzzy_percent": 27.0,
    "fuzzy_words": 1811,
    "fuzzy_words_percent": 30.6,
    "fuzzy_chars": 17856,
    "fuzzy_chars_percent": 39.1,
    "failing": 67,
    "failing_percent": 11.9,
    "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": "eo",
    "name": "Esperanto",
    "url": "https://weblate.framasoft.org/projects/joinpeertube/main/eo/",
    "translate_url": "https://weblate.framasoft.org/translate/joinpeertube/main/eo/"
}