Translation components API.

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

GET /api/translations/kiss/strings/az/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:09:44.453967Z",
    "recent_changes": 0,
    "translated": 86,
    "translated_words": 337,
    "translated_percent": 24.7,
    "translated_words_percent": 25.1,
    "translated_chars": 2047,
    "translated_chars_percent": 24.6,
    "fuzzy": 28,
    "fuzzy_percent": 8.0,
    "fuzzy_words": 77,
    "fuzzy_words_percent": 5.7,
    "fuzzy_chars": 541,
    "fuzzy_chars_percent": 6.5,
    "failing": 26,
    "failing_percent": 7.4,
    "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": "az",
    "name": "Azerbaijani",
    "url": "https://hosted.weblate.org/projects/kiss/strings/az/",
    "translate_url": "https://hosted.weblate.org/translate/kiss/strings/az/"
}