Translation components API.

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

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

{
    "total": 1187,
    "total_words": 1816,
    "total_chars": 12590,
    "last_change": "2024-04-24T10:07:17.105168Z",
    "recent_changes": 0,
    "translated": 1187,
    "translated_words": 1816,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 12590,
    "translated_chars_percent": 100.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 4,
    "failing_percent": 0.3,
    "approved": 10,
    "approved_percent": 0.8,
    "approved_words": 19,
    "approved_words_percent": 1.0,
    "approved_chars": 132,
    "approved_chars_percent": 1.0,
    "readonly": 9,
    "readonly_percent": 0.7,
    "readonly_words": 9,
    "readonly_words_percent": 0.4,
    "readonly_chars": 51,
    "readonly_chars_percent": 0.4,
    "suggestions": 0,
    "comments": 0,
    "code": "fr",
    "name": "French",
    "url": "https://hosted.weblate.org/projects/onionshare/glossary/fr/",
    "translate_url": "https://hosted.weblate.org/translate/onionshare/glossary/fr/"
}