Translation components API.

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

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

{
    "total": 254,
    "total_words": 288,
    "total_chars": 1977,
    "last_change": "2023-08-30T21:55:43.922309Z",
    "recent_changes": 1,
    "translated": 242,
    "translated_words": 259,
    "translated_percent": 95.2,
    "translated_words_percent": 89.9,
    "translated_chars": 1779,
    "translated_chars_percent": 89.9,
    "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": 2,
    "readonly_percent": 0.7,
    "readonly_words": 2,
    "readonly_words_percent": 0.6,
    "readonly_chars": 7,
    "readonly_chars_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "code": "kk",
    "name": "Kazakh",
    "url": "https://hosted.weblate.org/projects/phpmyadmin/glossary/kk/",
    "translate_url": "https://hosted.weblate.org/translate/phpmyadmin/glossary/kk/"
}