Translation components API.

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

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

{
    "total": 27,
    "total_words": 168,
    "total_chars": 1082,
    "last_change": "2020-12-22T12:22:29.248213Z",
    "recent_changes": 17,
    "translated": 17,
    "translated_words": 95,
    "translated_percent": 62.9,
    "translated_words_percent": 56.5,
    "translated_chars": 597,
    "translated_chars_percent": 55.1,
    "fuzzy": 5,
    "fuzzy_percent": 18.5,
    "fuzzy_words": 39,
    "fuzzy_words_percent": 23.2,
    "fuzzy_chars": 254,
    "fuzzy_chars_percent": 23.4,
    "failing": 0,
    "failing_percent": 0.0,
    "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": 2,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://hosted.weblate.org/projects/turris/turris-diagnostics/pl/",
    "translate_url": "https://hosted.weblate.org/translate/turris/turris-diagnostics/pl/"
}