Translation components API.

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

GET /api/translations/kiss/strings/nb_NO/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:05.940204Z",
    "recent_changes": 0,
    "translated": 294,
    "translated_words": 1096,
    "translated_percent": 84.7,
    "translated_words_percent": 81.7,
    "translated_chars": 6821,
    "translated_chars_percent": 82.2,
    "fuzzy": 51,
    "fuzzy_percent": 14.6,
    "fuzzy_words": 231,
    "fuzzy_words_percent": 17.2,
    "fuzzy_chars": 1404,
    "fuzzy_chars_percent": 16.9,
    "failing": 5,
    "failing_percent": 1.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": 1,
    "code": "nb_NO",
    "name": "Norwegian Bokmål",
    "url": "https://hosted.weblate.org/projects/kiss/strings/nb_NO/",
    "translate_url": "https://hosted.weblate.org/translate/kiss/strings/nb_NO/"
}