Translation components API.

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

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

{
    "total": 3344,
    "total_words": 15588,
    "total_chars": 95172,
    "last_change": "2024-05-27T14:23:11.459557Z",
    "recent_changes": 0,
    "translated": 2914,
    "translated_words": 12968,
    "translated_percent": 87.1,
    "translated_words_percent": 83.1,
    "translated_chars": 79313,
    "translated_chars_percent": 83.3,
    "fuzzy": 37,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 237,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 1485,
    "fuzzy_chars_percent": 1.5,
    "failing": 13,
    "failing_percent": 0.3,
    "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": 1,
    "code": "sc",
    "name": "Sardinian",
    "url": "https://hosted.weblate.org/projects/osmand/ios/sc/",
    "translate_url": "https://hosted.weblate.org/translate/osmand/ios/sc/"
}