Translation components API.

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

GET /api/translations/turris/reforis-openvpn-plugin/fr/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:43.105306Z",
    "recent_changes": 0,
    "translated": 65,
    "translated_words": 341,
    "translated_percent": 73.0,
    "translated_words_percent": 52.3,
    "translated_chars": 2171,
    "translated_chars_percent": 53.4,
    "fuzzy": 21,
    "fuzzy_percent": 23.5,
    "fuzzy_words": 284,
    "fuzzy_words_percent": 43.6,
    "fuzzy_chars": 1725,
    "fuzzy_chars_percent": 42.4,
    "failing": 9,
    "failing_percent": 10.1,
    "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": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://hosted.weblate.org/projects/turris/reforis-openvpn-plugin/fr/",
    "translate_url": "https://hosted.weblate.org/translate/turris/reforis-openvpn-plugin/fr/"
}