Translation components API.

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

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

{
    "total": 110,
    "total_words": 399,
    "total_chars": 2676,
    "last_change": "2024-04-03T18:58:09.162412Z",
    "recent_changes": 0,
    "translated": 76,
    "translated_words": 268,
    "translated_percent": 69.0,
    "translated_words_percent": 67.1,
    "translated_chars": 1742,
    "translated_chars_percent": 65.0,
    "fuzzy": 18,
    "fuzzy_percent": 16.3,
    "fuzzy_words": 74,
    "fuzzy_words_percent": 18.5,
    "fuzzy_chars": 462,
    "fuzzy_chars_percent": 17.2,
    "failing": 3,
    "failing_percent": 2.7,
    "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": 1,
    "comments": 0,
    "code": "fur",
    "name": "Friulian",
    "url": "https://hosted.weblate.org/projects/dialect/dialect/fur/",
    "translate_url": "https://hosted.weblate.org/translate/dialect/dialect/fur/"
}