Translation components API.

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

GET /api/translations/osmand/phrases/sv/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-05-19T00:02:07.839510Z",
    "recent_changes": 2,
    "translated": 4682,
    "translated_words": 9669,
    "translated_percent": 96.2,
    "translated_words_percent": 95.1,
    "translated_chars": 66812,
    "translated_chars_percent": 94.8,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 4,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 33,
    "fuzzy_chars_percent": 0.1,
    "failing": 10,
    "failing_percent": 0.2,
    "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": "sv",
    "name": "Swedish",
    "url": "https://hosted.weblate.org/projects/osmand/phrases/sv/",
    "translate_url": "https://hosted.weblate.org/translate/osmand/phrases/sv/"
}