Translation components API.

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

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

{
    "total": 248,
    "total_words": 289,
    "total_chars": 1868,
    "last_change": "2024-05-02T09:34:42.424851Z",
    "recent_changes": 2,
    "translated": 248,
    "translated_words": 289,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 1868,
    "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": 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": 176,
    "readonly_percent": 70.9,
    "readonly_words": 206,
    "readonly_words_percent": 71.2,
    "readonly_chars": 1267,
    "readonly_chars_percent": 67.8,
    "suggestions": 0,
    "comments": 2,
    "code": "en",
    "name": "English",
    "url": "https://weblate.framasoft.org/projects/mobilizon/glossary/en/",
    "translate_url": "https://weblate.framasoft.org/translate/mobilizon/glossary/en/"
}