Translation components API.

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

GET /api/translations/osmand/phrases/ml/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 4866,
    "total_words": 10161,
    "total_chars": 70433,
    "last_change": "2024-04-24T15:33:01.428117Z",
    "recent_changes": 0,
    "translated": 2354,
    "translated_words": 4653,
    "translated_percent": 48.3,
    "translated_words_percent": 45.7,
    "translated_chars": 31852,
    "translated_chars_percent": 45.2,
    "fuzzy": 107,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 266,
    "fuzzy_words_percent": 2.6,
    "fuzzy_chars": 2198,
    "fuzzy_chars_percent": 3.1,
    "failing": 420,
    "failing_percent": 8.6,
    "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": 133,
    "comments": 0,
    "code": "ml",
    "name": "Malayalam",
    "url": "https://hosted.weblate.org/projects/osmand/phrases/ml/",
    "translate_url": "https://hosted.weblate.org/translate/osmand/phrases/ml/"
}