Translation components API.

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

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

{
    "total": 347,
    "total_words": 1340,
    "total_chars": 8296,
    "last_change": "2024-05-03T08:10:18.184345Z",
    "recent_changes": 0,
    "translated": 276,
    "translated_words": 1078,
    "translated_percent": 79.5,
    "translated_words_percent": 80.4,
    "translated_chars": 6640,
    "translated_chars_percent": 80.0,
    "fuzzy": 35,
    "fuzzy_percent": 10.0,
    "fuzzy_words": 126,
    "fuzzy_words_percent": 9.4,
    "fuzzy_chars": 769,
    "fuzzy_chars_percent": 9.2,
    "failing": 16,
    "failing_percent": 4.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 2.3,
    "readonly_words": 19,
    "readonly_words_percent": 1.4,
    "readonly_chars": 107,
    "readonly_chars_percent": 1.2,
    "suggestions": 0,
    "comments": 0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://hosted.weblate.org/projects/kiss/strings/sr/",
    "translate_url": "https://hosted.weblate.org/translate/kiss/strings/sr/"
}