Translation components API.

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

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

{
    "total": 69,
    "total_words": 524,
    "total_chars": 2994,
    "last_change": "2022-12-02T15:04:08.396745Z",
    "recent_changes": 0,
    "translated": 53,
    "translated_words": 285,
    "translated_percent": 76.8,
    "translated_words_percent": 54.3,
    "translated_chars": 1602,
    "translated_chars_percent": 53.5,
    "fuzzy": 11,
    "fuzzy_percent": 15.9,
    "fuzzy_words": 188,
    "fuzzy_words_percent": 35.8,
    "fuzzy_chars": 1070,
    "fuzzy_chars_percent": 35.7,
    "failing": 5,
    "failing_percent": 7.2,
    "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": 6,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://hosted.weblate.org/projects/turris/foris-js/fr/",
    "translate_url": "https://hosted.weblate.org/translate/turris/foris-js/fr/"
}