Translation components API.

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

GET /api/translations/osmand/phrases/en_GB/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:31:56.330960Z",
    "recent_changes": 0,
    "translated": 123,
    "translated_words": 289,
    "translated_percent": 2.5,
    "translated_words_percent": 2.8,
    "translated_chars": 2052,
    "translated_chars_percent": 2.9,
    "fuzzy": 12,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 34,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 332,
    "fuzzy_chars_percent": 0.4,
    "failing": 2,
    "failing_percent": 0.1,
    "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": 22,
    "comments": 0,
    "code": "en_GB",
    "name": "English (United Kingdom)",
    "url": "https://hosted.weblate.org/projects/osmand/phrases/en_GB/",
    "translate_url": "https://hosted.weblate.org/translate/osmand/phrases/en_GB/"
}