Translation components API.

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

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

{
    "total": 89,
    "total_words": 651,
    "total_chars": 4060,
    "last_change": "2024-03-11T16:00:44.176564Z",
    "recent_changes": 0,
    "translated": 60,
    "translated_words": 328,
    "translated_percent": 67.4,
    "translated_words_percent": 50.3,
    "translated_chars": 2081,
    "translated_chars_percent": 51.2,
    "fuzzy": 23,
    "fuzzy_percent": 25.8,
    "fuzzy_words": 292,
    "fuzzy_words_percent": 44.8,
    "fuzzy_chars": 1775,
    "fuzzy_chars_percent": 43.7,
    "failing": 12,
    "failing_percent": 13.4,
    "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": "nl",
    "name": "Dutch",
    "url": "https://hosted.weblate.org/projects/turris/reforis-openvpn-plugin/nl/",
    "translate_url": "https://hosted.weblate.org/translate/turris/reforis-openvpn-plugin/nl/"
}